Searched refs:CMAC_Update (Results 1 – 19 of 19) sorted by relevance
/third_party/openssl/test/ |
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(ctx, test[0].data, test[0].data_len)) in test_cmac_copy()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | cmac.rs | 15 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/ |
D | cmac.h | 32 int CMAC_Update(CMAC_CTX *ctx, const void *data, size_t dlen);
|
/third_party/openssl/include/openssl/ |
D | cmac.h | 40 OSSL_DEPRECATEDIN_3_0 int CMAC_Update(CMAC_CTX *ctx,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | cmac.h | 40 OSSL_DEPRECATEDIN_3_0 int CMAC_Update(CMAC_CTX *ctx,
|
/third_party/openssl/providers/implementations/macs/ |
D | cmac_prov.c | 134 return CMAC_Update(macctx->ctx, data, datalen); in cmac_update()
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
D | cmac_prov.c | 138 return CMAC_Update(macctx->ctx, data, datalen); in cmac_update()
|
/third_party/node/deps/openssl/openssl/crypto/cmac/ |
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/ |
D | cmac.c | 163 int CMAC_Update(CMAC_CTX *ctx, const void *in, size_t dlen) in CMAC_Update() function
|
/third_party/node/deps/openssl/openssl/util/ |
D | missingcrypto.txt | 296 CMAC_Update(3)
|
D | missingcrypto111.txt | 325 CMAC_Update(3)
|
D | libcrypto.num | 1709 CMAC_Update 1749 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
|
/third_party/openssl/util/ |
D | missingcrypto.txt | 296 CMAC_Update(3)
|
D | missingcrypto111.txt | 325 CMAC_Update(3)
|
D | libcrypto.num | 1709 CMAC_Update 1749 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
|
/third_party/rust/crates/rust-openssl/openssl-sys/ |
D | CHANGELOG.md | 54 * 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/ |
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/ |
D | crypto_openssl.c | 1306 if (!CMAC_Update(ctx, addr[i], len[i])) in omac1_aes_vector()
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 1258 CMAC_Init(), CMAC_Update(), CMAC_Final(), CMAC_resume()
|