Home
last modified time | relevance | path

Searched refs:CMAC_CTX_new (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/test/
Dcmactest.c82 ctx = CMAC_CTX_new(); in test_cmac_bad()
114 ctx = CMAC_CTX_new(); in test_cmac_run()
176 ctx = CMAC_CTX_new(); in test_cmac_copy()
177 ctx2 = CMAC_CTX_new(); in test_cmac_copy()
/third_party/openssl/ohos_lite/include/openssl/
Dcmac.h24 CMAC_CTX *CMAC_CTX_new(void);
/third_party/openssl/include/openssl/
Dcmac.h32 OSSL_DEPRECATEDIN_3_0 CMAC_CTX *CMAC_CTX_new(void);
/third_party/openssl/providers/implementations/macs/
Dcmac_prov.c59 || (macctx->ctx = CMAC_CTX_new()) == NULL) { in cmac_new()
/third_party/openssl/crypto/cmac/
Dcmac.c52 CMAC_CTX *CMAC_CTX_new(void) in CMAC_CTX_new() function
/third_party/openssl/util/
Dmissingcrypto.txt295 CMAC_CTX_new(3)
Dmissingcrypto111.txt322 CMAC_CTX_new(3)
Dlibcrypto.num140 CMAC_CTX_new 143 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c1219 ctx = CMAC_CTX_new(); in omac1_aes_vector()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c1292 ctx = CMAC_CTX_new(); in omac1_aes_vector()
/third_party/openssl/doc/man7/
Dmigration_guide.pod1233 CMAC_CTX_new(), CMAC_CTX_cleanup(), CMAC_CTX_copy(), CMAC_CTX_free(),