Searched refs:CMAC_Update (Results 1 - 11 of 11) sorted by relevance
/third_party/openssl/test/ |
H A D | cmactest.c | 85 || !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(ct in test_cmac_copy() [all...] |
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | cmac.rs | 15 pub fn CMAC_Update(ctx: *mut CMAC_CTX, data: *const c_void, len: size_t) -> c_int; in CMAC_Update() functions
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | cmac.h | 32 int CMAC_Update(CMAC_CTX *ctx, const void *data, size_t dlen);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | cmac.h | 40 OSSL_DEPRECATEDIN_3_0 int CMAC_Update(CMAC_CTX *ctx,
|
/third_party/openssl/include/openssl/ |
H A D | cmac.h | 40 OSSL_DEPRECATEDIN_3_0 int CMAC_Update(CMAC_CTX *ctx,
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | cmac_prov.c | 138 return CMAC_Update(macctx->ctx, data, datalen); in cmac_update()
|
/third_party/openssl/providers/implementations/macs/ |
H A D | cmac_prov.c | 134 return CMAC_Update(macctx->ctx, data, datalen); in cmac_update()
|
/third_party/node/deps/openssl/openssl/crypto/cmac/ |
H A D | cmac.c | 163 int CMAC_Update(CMAC_CTX *ctx, const void *in, size_t dlen) in CMAC_Update() function
|
/third_party/openssl/crypto/cmac/ |
H A D | cmac.c | 163 int CMAC_Update(CMAC_CTX *ctx, const void *in, size_t dlen) in CMAC_Update() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 1233 if (!CMAC_Update(ctx, addr[i], len[i])) in omac1_aes_vector()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_openssl.c | 1306 if (!CMAC_Update(ctx, addr[i], len[i])) in omac1_aes_vector()
|
Completed in 10 milliseconds