Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_new.pod126 B<EVP_PKEY_SIPHASH>, B<EVP_PKEY_HMAC> are also accepted. This usage is,
/freebsd/crypto/openssl/include/openssl/
H A Devp.h81 #define EVP_PKEY_SIPHASH NID_siphash macro
530 EVP_PKEY_SIPHASH, (shkey))
/freebsd/crypto/openssl/crypto/evp/
H A Dp_lib.c868 if (pkey->type != EVP_PKEY_SIPHASH) { in EVP_PKEY_get0_siphash()
/freebsd/crypto/openssl/test/
H A Devp_extra_test.c2117 if (!TEST_ptr(pkey = EVP_PKEY_new_raw_private_key(EVP_PKEY_SIPHASH, NULL, in test_siphash_digestsign()
3120 { EVP_PKEY_SIPHASH,
H A Devp_test.c1637 type = EVP_PKEY_SIPHASH; in mac_test_init()