Searched refs:EVP_PKEY_POLY1305 (Results 1 – 5 of 5) sorted by relevance
/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>,
|
/openssl/include/openssl/ |
H A D | evp.h | 77 # define EVP_PKEY_POLY1305 NID_poly1305 macro 528 EVP_PKEY_POLY1305,(polykey))
|
/openssl/crypto/evp/ |
H A D | p_lib.c | 821 if (pkey->type != EVP_PKEY_POLY1305) { in EVP_PKEY_get0_poly1305()
|
/openssl/test/ |
H A D | evp_test.c | 1623 type = EVP_PKEY_POLY1305; in mac_test_init()
|
H A D | evp_extra_test.c | 2586 EVP_PKEY_POLY1305, "01234567890123456789012345678901", NULL
|
Completed in 75 milliseconds