Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_set1_RSA.pod9 EVP_PKEY_assign_EC_KEY, EVP_PKEY_assign_POLY1305, EVP_PKEY_assign_SIPHASH,
55 int EVP_PKEY_assign_SIPHASH(EVP_PKEY *pkey, ASN1_OCTET_STRING *key);
86 EVP_PKEY_assign_SIPHASH() set the referenced key to I<key> however these use
170 and EVP_PKEY_assign_SIPHASH() are implemented as macros.
198 and EVP_PKEY_assign_SIPHASH() return 1 for success and 0 for failure.
219 EVP_PKEY_assign_EC_KEY, EVP_PKEY_assign_POLY1305, EVP_PKEY_assign_SIPHASH,
/freebsd/crypto/openssl/util/
H A Dmissingmacro111.txt100 EVP_PKEY_assign_SIPHASH(3)
H A Dother.syms336 EVP_PKEY_assign_SIPHASH define
/freebsd/crypto/openssl/include/openssl/
H A Devp.h518 # define EVP_PKEY_assign_SIPHASH(pkey,shkey) EVP_PKEY_assign((pkey),\ macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2117 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_assign_SIPHASH.3