Searched refs:EVP_PKEY_SIPHASH (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_new.pod | 115 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/ |
D | evp.h | 60 # 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/ |
D | evp.h | 77 # define EVP_PKEY_SIPHASH NID_siphash macro 517 EVP_PKEY_SIPHASH,(shkey))
|
/third_party/openssl/test/ |
D | evp_extra_test.c | 1451 if (!TEST_ptr(pkey = EVP_PKEY_new_raw_private_key(EVP_PKEY_SIPHASH, NULL, in test_siphash_digestsign() 2108 EVP_PKEY_SIPHASH, "0123456789012345", NULL
|
D | evp_test.c | 1176 type = EVP_PKEY_SIPHASH; in mac_test_init()
|
/third_party/openssl/crypto/evp/ |
D | p_lib.c | 830 if (pkey->type != EVP_PKEY_SIPHASH) { in EVP_PKEY_get0_siphash()
|