Home
last modified time | relevance | path

Searched refs:EVP_PKEY_assign_SIPHASH (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDEVP_PKEY_set1_RSA.pod9 EVP_PKEY_assign_EC_KEY, EVP_PKEY_assign_POLY1305, EVP_PKEY_assign_SIPHASH,
41 int EVP_PKEY_assign_SIPHASH(EVP_PKEY *pkey, ASN1_OCTET_STRING *key);
68 EVP_PKEY_assign_SIPHASH() also set the referenced key to B<key>
104 and EVP_PKEY_assign_SIPHASH() are implemented as macros.
128 and EVP_PKEY_assign_SIPHASH() return 1 for success and 0 for failure.
/freebsd-13-stable/crypto/openssl/crypto/siphash/
HDsiphash_pmeth.c82 return EVP_PKEY_assign_SIPHASH(pkey, key); in pkey_siphash_keygen()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDevp.h430 # define EVP_PKEY_assign_SIPHASH(pkey,shkey) EVP_PKEY_assign((pkey),EVP_PKEY_SIPHASH,\ macro
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile1680 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_assign_SIPHASH.3