Searched refs:EVP_PKEY_HMAC (Results 1 – 15 of 15) sorted by relevance
/third_party/openssl/crypto/engine/ |
D | eng_openssl.c | 518 EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey); in ossl_hmac_keygen() 618 meth = EVP_PKEY_meth_new(EVP_PKEY_HMAC, 0); in ossl_register_hmac_meth() 639 EVP_PKEY_HMAC, in ossl_pkey_meths() 648 if (nid == EVP_PKEY_HMAC) { in ossl_pkey_meths()
|
/third_party/openssl/ssl/ |
D | ssl_ciph.c | 138 EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_HMAC, NID_undef, 140 EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_HMAC, NID_undef, 142 EVP_PKEY_HMAC,
|
D | t1_enc.c | 365 if (mac_type == EVP_PKEY_HMAC) { in tls1_change_cipher_state()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | lws-genhash.c | 129 ctx->key = EVP_PKEY_new_raw_private_key(EVP_PKEY_HMAC, NULL, key, key_len); in lws_genhmac_init()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
D | evp.rs | 21 pub const EVP_PKEY_HMAC: c_int = NID_hmac; constant
|
/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/test/ |
D | hmactest.c | 258 || !TEST_ptr(pkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, in test_hmac_copy_uninited()
|
D | evp_test.c | 1170 type = EVP_PKEY_HMAC; in mac_test_init() 1352 if (expected->type == EVP_PKEY_HMAC && expected->alg != NULL) { in mac_test_run_pkey()
|
D | evp_extra_test.c | 2098 EVP_PKEY_HMAC, "0123456789", NULL 2101 EVP_PKEY_HMAC, "", NULL
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | pkey.rs | 82 pub const HMAC: Id = Id(ffi::EVP_PKEY_HMAC); 480 ffi::EVP_PKEY_HMAC, in hmac()
|
/third_party/openssl/apps/ |
D | dgst.c | 328 sigkey = EVP_PKEY_new_raw_private_key(EVP_PKEY_HMAC, impl, in dgst_main()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | evp.h | 54 # define EVP_PKEY_HMAC NID_hmac macro
|
/third_party/openssl/crypto/evp/ |
D | p_lib.c | 796 if (pkey->type != EVP_PKEY_HMAC) { in EVP_PKEY_get0_hmac()
|
/third_party/openssl/include/openssl/ |
D | evp.h | 71 # define EVP_PKEY_HMAC NID_hmac macro
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 908 case COAP_ASN1_PKEY_HMAC: return EVP_PKEY_HMAC; in map_key_type()
|