Home
last modified time | relevance | path

Searched refs:EVP_PKEY_SIPHASH (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/doc/man3/
DEVP_PKEY_new.pod115 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>,
/third_party/openssl/ohos_lite/include/openssl/
Devp.h60 # define EVP_PKEY_SIPHASH NID_siphash macro
428 # define EVP_PKEY_assign_SIPHASH(pkey,shkey) EVP_PKEY_assign((pkey),EVP_PKEY_SIPHASH,\
/third_party/openssl/include/openssl/
Devp.h77 # define EVP_PKEY_SIPHASH NID_siphash macro
517 EVP_PKEY_SIPHASH,(shkey))
/third_party/openssl/test/
Devp_extra_test.c1451 if (!TEST_ptr(pkey = EVP_PKEY_new_raw_private_key(EVP_PKEY_SIPHASH, NULL, in test_siphash_digestsign()
2108 EVP_PKEY_SIPHASH, "0123456789012345", NULL
Devp_test.c1176 type = EVP_PKEY_SIPHASH; in mac_test_init()
/third_party/openssl/crypto/evp/
Dp_lib.c830 if (pkey->type != EVP_PKEY_SIPHASH) { in EVP_PKEY_get0_siphash()