Home
last modified time | relevance | path

Searched refs:EVP_PKEY_HMAC (Results 1 – 10 of 10) sorted by relevance

/openssl/crypto/engine/
H A Deng_openssl.c516 EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey); in ossl_hmac_keygen()
616 meth = EVP_PKEY_meth_new(EVP_PKEY_HMAC, 0); in ossl_register_hmac_meth()
637 EVP_PKEY_HMAC, in ossl_pkey_meths()
646 if (nid == EVP_PKEY_HMAC) { in ossl_pkey_meths()
/openssl/ssl/
H A Dssl_ciph.c129 EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_HMAC, NID_undef,
131 EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_HMAC, NID_undef,
133 EVP_PKEY_HMAC,
/openssl/doc/man3/
H A 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>,
/openssl/test/
H A Dhmactest.c258 || !TEST_ptr(pkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, in test_hmac_copy_uninited()
H A Devp_test.c1619 type = EVP_PKEY_HMAC; in mac_test_init()
1791 if (expected->type == EVP_PKEY_HMAC && expected->alg != NULL) { in mac_test_run_pkey()
H A Devp_extra_test.c2580 EVP_PKEY_HMAC, "0123456789", NULL
2583 EVP_PKEY_HMAC, "", NULL
/openssl/apps/
H A Ddgst.c333 sigkey = EVP_PKEY_new_raw_private_key(EVP_PKEY_HMAC, impl, in dgst_main()
/openssl/ssl/record/methods/
H A Dtls1_meth.c63 if (mactype == EVP_PKEY_HMAC) { in tls1_set_crypto_state()
/openssl/crypto/evp/
H A Dp_lib.c805 if (pkey->type != EVP_PKEY_HMAC) { in EVP_PKEY_get0_hmac()
/openssl/include/openssl/
H A Devp.h72 # define EVP_PKEY_HMAC NID_hmac macro

Completed in 58 milliseconds