Home
last modified time | relevance | path

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

/third_party/openssl/crypto/engine/
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/ssl/
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,
Dt1_enc.c365 if (mac_type == EVP_PKEY_HMAC) { in tls1_change_cipher_state()
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genhash.c129 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/
Devp.rs21 pub const EVP_PKEY_HMAC: c_int = NID_hmac; constant
/third_party/openssl/doc/man3/
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>,
/third_party/openssl/test/
Dhmactest.c258 || !TEST_ptr(pkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, in test_hmac_copy_uninited()
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()
Devp_extra_test.c2098 EVP_PKEY_HMAC, "0123456789", NULL
2101 EVP_PKEY_HMAC, "", NULL
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkey.rs82 pub const HMAC: Id = Id(ffi::EVP_PKEY_HMAC);
480 ffi::EVP_PKEY_HMAC, in hmac()
/third_party/openssl/apps/
Ddgst.c328 sigkey = EVP_PKEY_new_raw_private_key(EVP_PKEY_HMAC, impl, in dgst_main()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h54 # define EVP_PKEY_HMAC NID_hmac macro
/third_party/openssl/crypto/evp/
Dp_lib.c796 if (pkey->type != EVP_PKEY_HMAC) { in EVP_PKEY_get0_hmac()
/third_party/openssl/include/openssl/
Devp.h71 # define EVP_PKEY_HMAC NID_hmac macro
/third_party/libcoap/src/
Dcoap_openssl.c908 case COAP_ASN1_PKEY_HMAC: return EVP_PKEY_HMAC; in map_key_type()