Home
last modified time | relevance | path

Searched refs:CMAC_CTX_new (Results 1 – 19 of 19) 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/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dcmac.rs6 pub fn CMAC_CTX_new() -> *mut CMAC_CTX; in CMAC_CTX_new() function
/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/node/deps/openssl/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/node/deps/openssl/openssl/providers/implementations/macs/
Dcmac_prov.c59 || (macctx->ctx = CMAC_CTX_new()) == NULL) { in cmac_new()
/third_party/node/deps/openssl/openssl/crypto/cmac/
Dcmac.c52 CMAC_CTX *CMAC_CTX_new(void) in CMAC_CTX_new() function
/third_party/openssl/crypto/cmac/
Dcmac.c52 CMAC_CTX *CMAC_CTX_new(void) in CMAC_CTX_new() function
/third_party/node/deps/openssl/openssl/util/
Dmissingcrypto.txt293 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/openssl/util/
Dmissingcrypto.txt293 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/rust/crates/rust-openssl/openssl-sys/
DCHANGELOG.md54 * Added `CMAC_CTX_new`, `CMAC_CTX_free`, `CMAC_Init`, `CMAC_Update`, `CMAC_Final`, and `CMAC_CTX_co…
/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.pod1251 CMAC_CTX_new(), CMAC_CTX_cleanup(), CMAC_CTX_copy(), CMAC_CTX_free(),