Home
last modified time | relevance | path

Searched refs:EVP_PKEY_new_CMAC_key (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/doc/man3/
DEVP_PKEY_new.pod14 EVP_PKEY_new_CMAC_key,
57 EVP_PKEY *EVP_PKEY_new_CMAC_key(ENGINE *e, const unsigned char *priv,
153 EVP_PKEY_new_CMAC_key() works in the same way as EVP_PKEY_new_raw_private_key()
176 EVP_PKEY_new_CMAC_key() and EVP_PKEY_new_mac_key() return either the newly
198 EVP_PKEY_new_CMAC_key(), EVP_PKEY_new_raw_private_key() and
205 The EVP_PKEY_new_CMAC_key() was deprecated in OpenSSL 3.0.
/third_party/openssl/test/
Devp_extra_test.c2362 pkey = EVP_PKEY_new_CMAC_key(NULL, key, sizeof(key), EVP_aes_256_ecb()); in test_CMAC_keygen()
4509 pkey = EVP_PKEY_new_CMAC_key(e, cmackey, sizeof(cmackey), in test_signatures_with_engine()
4513 pkey = EVP_PKEY_new_CMAC_key(e, badcmackey, sizeof(badcmackey), in test_signatures_with_engine()
Devp_test.c1338 key = EVP_PKEY_new_CMAC_key(NULL, expected->key, expected->key_len, in mac_test_run_pkey()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h1371 EVP_PKEY *EVP_PKEY_new_CMAC_key(ENGINE *e, const unsigned char *priv,
/third_party/openssl/crypto/evp/
Dp_lib.c674 EVP_PKEY *EVP_PKEY_new_CMAC_key(ENGINE *e, const unsigned char *priv, in EVP_PKEY_new_CMAC_key() function
/third_party/openssl/include/openssl/
Devp.h1826 EVP_PKEY *EVP_PKEY_new_CMAC_key(ENGINE *e, const unsigned char *priv,
/third_party/openssl/doc/man7/
Dmigration_guide.pod1765 EVP_PKEY_new_CMAC_key()
/third_party/openssl/util/
Dlibcrypto.num4338 EVP_PKEY_new_CMAC_key 4455 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0