Searched refs:EVP_PKEY_HMAC (Results 1 – 10 of 10) sorted by relevance
/openssl/crypto/engine/ |
H A D | eng_openssl.c | 516 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 D | ssl_ciph.c | 129 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 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>,
|
/openssl/test/ |
H A D | hmactest.c | 258 || !TEST_ptr(pkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, in test_hmac_copy_uninited()
|
H A D | evp_test.c | 1619 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 D | evp_extra_test.c | 2580 EVP_PKEY_HMAC, "0123456789", NULL 2583 EVP_PKEY_HMAC, "", NULL
|
/openssl/apps/ |
H A D | dgst.c | 333 sigkey = EVP_PKEY_new_raw_private_key(EVP_PKEY_HMAC, impl, in dgst_main()
|
/openssl/ssl/record/methods/ |
H A D | tls1_meth.c | 63 if (mactype == EVP_PKEY_HMAC) { in tls1_set_crypto_state()
|
/openssl/crypto/evp/ |
H A D | p_lib.c | 805 if (pkey->type != EVP_PKEY_HMAC) { in EVP_PKEY_get0_hmac()
|
/openssl/include/openssl/ |
H A D | evp.h | 72 # define EVP_PKEY_HMAC NID_hmac macro
|
Completed in 58 milliseconds