Home
last modified time | relevance | path

Searched refs:EVP_PKEY_CTRL_SET_MAC_KEY (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/crypto/openssl/crypto/engine/
HDeng_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()
/freebsd-14-stable/crypto/openssl/crypto/evp/
HDpmeth_lib.c1265 EVP_PKEY_CTRL_SET_MAC_KEY, in EVP_PKEY_CTX_set_mac_key()
HDctrl_params_translate.c2360 EVP_PKEY_CTRL_SET_MAC_KEY, "key", "hexkey",
/freebsd-14-stable/crypto/openssl/doc/man3/
HDEVP_PKEY_CTX_ctrl.pod203 For I<cmd> = B<EVP_PKEY_CTRL_SET_MAC_KEY>, I<p1> is the length of the MAC key,
/freebsd-14-stable/crypto/openssl/include/openssl/
HDevp.h1718 # define EVP_PKEY_CTRL_SET_MAC_KEY 6 macro
/freebsd-14-stable/crypto/openssl/test/
HDevp_extra_test.c2475 EVP_PKEY_CTRL_SET_MAC_KEY, in test_CMAC_keygen()