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 D | eng_openssl.c | 564 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 D | eng_openssl.c | 564 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 D | evp.rs | 194 pub const EVP_PKEY_CTRL_SET_MAC_KEY: c_int = 6; consts
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkey_ctx.rs | 556 ffi::EVP_PKEY_CTRL_SET_MAC_KEY, in set_keygen_mac_key()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 1292 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 D | pmeth_lib.c | 1193 EVP_PKEY_CTRL_SET_MAC_KEY, in EVP_PKEY_CTX_set_mac_key()
|
H A D | ctrl_params_translate.c | 2356 EVP_PKEY_CTRL_SET_MAC_KEY, "key", "hexkey",
|
/third_party/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1192 EVP_PKEY_CTRL_SET_MAC_KEY, in EVP_PKEY_CTX_set_mac_key()
|
H A D | ctrl_params_translate.c | 2347 EVP_PKEY_CTRL_SET_MAC_KEY, "key", "hexkey",
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 1718 # define EVP_PKEY_CTRL_SET_MAC_KEY 6 macro
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 1716 # define EVP_PKEY_CTRL_SET_MAC_KEY 6 macro
|
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 2371 EVP_PKEY_CTRL_SET_MAC_KEY, in test_CMAC_keygen()
|
Completed in 31 milliseconds