Home
last modified time | relevance | path

Searched refs:EVP_PKEY_POLY1305 (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/crypto/poly1305/
Dpoly1305_ameth.c90 EVP_PKEY_POLY1305,
91 EVP_PKEY_POLY1305,
Dpoly1305_pmeth.c164 EVP_PKEY_POLY1305,
/third_party/openssl/doc/man3/
DEVP_PKEY_new.pod53 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/
Dp_lib.c437 if (pkey->type != EVP_PKEY_POLY1305) { in EVP_PKEY_get0_poly1305()
/third_party/openssl/include/openssl/
Devp.h59 # 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/
Devp_extra_test.c1403 EVP_PKEY_POLY1305, "01234567890123456789012345678901", NULL
Devp_test.c899 type = EVP_PKEY_POLY1305; in mac_test_init()