Home
last modified time | relevance | path

Searched refs:EVP_PKEY_HMAC (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_openssl.c518 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/crypto/engine/
H A Deng_openssl.c518 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/node/deps/openssl/openssl/ssl/
H A Dssl_ciph.c138 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,
H A Dt1_enc.c365 if (mac_type == EVP_PKEY_HMAC) { in tls1_change_cipher_state()
/third_party/openssl/ssl/
H A Dssl_ciph.c138 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,
H A Dt1_enc.c365 if (mac_type == EVP_PKEY_HMAC) { in tls1_change_cipher_state()
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genhash.c129 ctx->key = EVP_PKEY_new_raw_private_key(EVP_PKEY_HMAC, NULL, key, key_len); in lws_genhmac_init()
/third_party/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.c1170 type = EVP_PKEY_HMAC; in mac_test_init()
1352 if (expected->type == EVP_PKEY_HMAC && expected->alg != NULL) { in mac_test_run_pkey()
H A Devp_extra_test.c2121 EVP_PKEY_HMAC, "0123456789", NULL
2124 EVP_PKEY_HMAC, "", NULL
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey.rs82 pub const HMAC: Id = Id(ffi::EVP_PKEY_HMAC);
467 ffi::EVP_PKEY_HMAC, in hmac()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs23 pub const EVP_PKEY_HMAC: c_int = NID_hmac; consts
/third_party/node/deps/openssl/openssl/apps/
H A Ddgst.c332 sigkey = EVP_PKEY_new_raw_private_key(EVP_PKEY_HMAC, impl, in dgst_main()
/third_party/openssl/apps/
H A Ddgst.c332 sigkey = EVP_PKEY_new_raw_private_key(EVP_PKEY_HMAC, impl, in dgst_main()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_lib.c798 if (pkey->type != EVP_PKEY_HMAC) { in EVP_PKEY_get0_hmac()
/third_party/openssl/crypto/evp/
H A Dp_lib.c796 if (pkey->type != EVP_PKEY_HMAC) { in EVP_PKEY_get0_hmac()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h54 # define EVP_PKEY_HMAC NID_hmac macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h71 # define EVP_PKEY_HMAC NID_hmac macro
/third_party/openssl/include/openssl/
H A Devp.h71 # define EVP_PKEY_HMAC NID_hmac macro
/third_party/libcoap/src/
H A Dcoap_openssl.c1041 return EVP_PKEY_HMAC; in map_key_type()

Completed in 44 milliseconds