Home
last modified time | relevance | path

Searched refs:CMAC_Update (Results 1 – 19 of 19) sorted by relevance

/third_party/openssl/test/
Dcmactest.c85 || !TEST_false(CMAC_Update(ctx, test[0].data, test[0].data_len)) in test_cmac_bad()
89 || !TEST_false(CMAC_Update(ctx, test[0].data, test[0].data_len)) in test_cmac_bad()
93 || !TEST_true(CMAC_Update(ctx, test[0].data, test[0].data_len)) in test_cmac_bad()
97 || !TEST_false(CMAC_Update(ctx, test[0].data, test[0].data_len))) in test_cmac_bad()
118 || !TEST_true(CMAC_Update(ctx, test[0].data, test[0].data_len)) in test_cmac_run()
128 || !TEST_true(CMAC_Update(ctx, test[1].data, test[1].data_len)) in test_cmac_run()
137 || !TEST_true(CMAC_Update(ctx, test[2].data, test[2].data_len)) in test_cmac_run()
145 || !TEST_true(CMAC_Update(ctx, test[2].data, test[2].data_len)) in test_cmac_run()
155 || !TEST_true(CMAC_Update(ctx, test[2].data, test[2].data_len)) in test_cmac_run()
183 || !TEST_true(CMAC_Update(ctx, test[0].data, test[0].data_len)) in test_cmac_copy()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dcmac.rs15 pub fn CMAC_Update(ctx: *mut CMAC_CTX, data: *const c_void, len: size_t) -> c_int; in CMAC_Update() function
/third_party/openssl/ohos_lite/include/openssl/
Dcmac.h32 int CMAC_Update(CMAC_CTX *ctx, const void *data, size_t dlen);
/third_party/openssl/include/openssl/
Dcmac.h40 OSSL_DEPRECATEDIN_3_0 int CMAC_Update(CMAC_CTX *ctx,
/third_party/node/deps/openssl/openssl/include/openssl/
Dcmac.h40 OSSL_DEPRECATEDIN_3_0 int CMAC_Update(CMAC_CTX *ctx,
/third_party/openssl/providers/implementations/macs/
Dcmac_prov.c134 return CMAC_Update(macctx->ctx, data, datalen); in cmac_update()
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
Dcmac_prov.c138 return CMAC_Update(macctx->ctx, data, datalen); in cmac_update()
/third_party/node/deps/openssl/openssl/crypto/cmac/
Dcmac.c163 int CMAC_Update(CMAC_CTX *ctx, const void *in, size_t dlen) in CMAC_Update() function
/third_party/openssl/crypto/cmac/
Dcmac.c163 int CMAC_Update(CMAC_CTX *ctx, const void *in, size_t dlen) in CMAC_Update() function
/third_party/node/deps/openssl/openssl/util/
Dmissingcrypto.txt296 CMAC_Update(3)
Dmissingcrypto111.txt325 CMAC_Update(3)
Dlibcrypto.num1709 CMAC_Update 1749 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
/third_party/openssl/util/
Dmissingcrypto.txt296 CMAC_Update(3)
Dmissingcrypto111.txt325 CMAC_Update(3)
Dlibcrypto.num1709 CMAC_Update 1749 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.c1233 if (!CMAC_Update(ctx, addr[i], len[i])) in omac1_aes_vector()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c1306 if (!CMAC_Update(ctx, addr[i], len[i])) in omac1_aes_vector()
/third_party/openssl/doc/man7/
Dmigration_guide.pod1258 CMAC_Init(), CMAC_Update(), CMAC_Final(), CMAC_resume()