Home
last modified time | relevance | path

Searched refs:EVP_PKEY_CTRL_SET_MAC_KEY (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_openssl.c564 case EVP_PKEY_CTRL_SET_MAC_KEY: in ossl_hmac_ctrl()
597 return ossl_hmac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, -1, p); in ossl_hmac_ctrl_str()
606 r = ossl_hmac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, keylen, key); in ossl_hmac_ctrl_str()
/third_party/openssl/crypto/engine/
H A Deng_openssl.c564 case EVP_PKEY_CTRL_SET_MAC_KEY: in ossl_hmac_ctrl()
597 return ossl_hmac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, -1, p); in ossl_hmac_ctrl_str()
606 r = ossl_hmac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, keylen, key); in ossl_hmac_ctrl_str()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs194 pub const EVP_PKEY_CTRL_SET_MAC_KEY: c_int = 6; consts
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey_ctx.rs556 ffi::EVP_PKEY_CTRL_SET_MAC_KEY, in set_keygen_mac_key()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h1292 EVP_PKEY_CTRL_SET_MAC_KEY, len, (void *)(key))
1302 # define EVP_PKEY_CTRL_SET_MAC_KEY 6 macro
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpmeth_lib.c1193 EVP_PKEY_CTRL_SET_MAC_KEY, in EVP_PKEY_CTX_set_mac_key()
H A Dctrl_params_translate.c2356 EVP_PKEY_CTRL_SET_MAC_KEY, "key", "hexkey",
/third_party/openssl/crypto/evp/
H A Dpmeth_lib.c1192 EVP_PKEY_CTRL_SET_MAC_KEY, in EVP_PKEY_CTX_set_mac_key()
H A Dctrl_params_translate.c2347 EVP_PKEY_CTRL_SET_MAC_KEY, "key", "hexkey",
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1718 # define EVP_PKEY_CTRL_SET_MAC_KEY 6 macro
/third_party/openssl/include/openssl/
H A Devp.h1716 # define EVP_PKEY_CTRL_SET_MAC_KEY 6 macro
/third_party/openssl/test/
H A Devp_extra_test.c2371 EVP_PKEY_CTRL_SET_MAC_KEY, in test_CMAC_keygen()

Completed in 35 milliseconds