Searched refs:EVP_PKEY_POLY1305 (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_new.pod | 114 as "HMAC", "POLY1305", "SIPHASH", or their NID form B<EVP_PKEY_POLY1305>, 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 | 76 # define EVP_PKEY_POLY1305 NID_poly1305 macro 524 EVP_PKEY_POLY1305,(polykey))
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | p_lib.c | 814 if (pkey->type != EVP_PKEY_POLY1305) { in EVP_PKEY_get0_poly1305()
|
/freebsd/tools/tools/crypto/ |
H A D | cryptocheck.c | 211 .key_len = POLY1305_KEY_LEN, .pkey = EVP_PKEY_POLY1305 },
|
/freebsd/crypto/openssl/test/ |
H A D | evp_test.c | 1186 type = EVP_PKEY_POLY1305; in mac_test_init()
|
H A D | evp_extra_test.c | 2231 EVP_PKEY_POLY1305, "01234567890123456789012345678901", NULL
|