Searched refs:EVP_PKEY_SIPHASH (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_new.pod | 115 B<EVP_PKEY_SIPHASH>, B<EVP_PKEY_HMAC> are also accepted. This usage is, 140 Currently this is: B<EVP_PKEY_HMAC>, B<EVP_PKEY_POLY1305>, B<EVP_PKEY_SIPHASH>,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 77 # define EVP_PKEY_SIPHASH NID_siphash macro 519 EVP_PKEY_SIPHASH,(shkey))
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | p_lib.c | 832 if (pkey->type != EVP_PKEY_SIPHASH) { in EVP_PKEY_get0_siphash()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 1578 if (!TEST_ptr(pkey = EVP_PKEY_new_raw_private_key(EVP_PKEY_SIPHASH, NULL, in test_siphash_digestsign() 2235 EVP_PKEY_SIPHASH, "0123456789012345", NULL
|
H A D | evp_test.c | 1188 type = EVP_PKEY_SIPHASH; in mac_test_init()
|