Searched refs:EVP_PKEY_POLY1305 (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/poly1305/ |
D | poly1305_ameth.c | 90 EVP_PKEY_POLY1305, 91 EVP_PKEY_POLY1305,
|
D | poly1305_pmeth.c | 164 EVP_PKEY_POLY1305,
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_new.pod | 53 B<EVP_PKEY_HMAC>, B<EVP_PKEY_POLY1305>, B<EVP_PKEY_SIPHASH>, B<EVP_PKEY_X25519>, 82 Currently this is: B<EVP_PKEY_HMAC>, B<EVP_PKEY_POLY1305>, B<EVP_PKEY_SIPHASH>,
|
/third_party/openssl/crypto/evp/ |
D | p_lib.c | 437 if (pkey->type != EVP_PKEY_POLY1305) { in EVP_PKEY_get0_poly1305()
|
/third_party/openssl/include/openssl/ |
D | evp.h | 59 # define EVP_PKEY_POLY1305 NID_poly1305 macro 433 # define EVP_PKEY_assign_POLY1305(pkey,polykey) EVP_PKEY_assign((pkey),EVP_PKEY_POLY1305,\
|
/third_party/openssl/test/ |
D | evp_extra_test.c | 1403 EVP_PKEY_POLY1305, "01234567890123456789012345678901", NULL
|
D | evp_test.c | 899 type = EVP_PKEY_POLY1305; in mac_test_init()
|