Home
last modified time | relevance | path

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

/openssl/test/
H A Dcmactest.c148 || !TEST_false(CMAC_Update(ctx, test[0].data, test[0].data_len)) in test_cmac_bad()
152 || !TEST_false(CMAC_Update(ctx, test[0].data, test[0].data_len)) in test_cmac_bad()
156 || !TEST_true(CMAC_Update(ctx, test[0].data, test[0].data_len)) in test_cmac_bad()
199 || !TEST_true(CMAC_Update(ctx, test[0].data, test[0].data_len)) in test_cmac_run()
209 || !TEST_true(CMAC_Update(ctx, test[1].data, test[1].data_len)) in test_cmac_run()
218 || !TEST_true(CMAC_Update(ctx, test[2].data, test[2].data_len)) in test_cmac_run()
226 || !TEST_true(CMAC_Update(ctx, test[2].data, test[2].data_len)) in test_cmac_run()
236 || !TEST_true(CMAC_Update(ctx, test[2].data, test[2].data_len)) in test_cmac_run()
246 || !TEST_true(CMAC_Update(ctx, test[3].data, test[3].data_len)) in test_cmac_run()
255 || !TEST_true(CMAC_Update(ctx, test[4].data, test[4].data_len)) in test_cmac_run()
[all …]
/openssl/doc/man3/
H A DCMAC_CTX.pod6 CMAC_CTX_get0_cipher_ctx, CMAC_CTX_copy, CMAC_Init, CMAC_Update, CMAC_Final,
27 int CMAC_Update(CMAC_CTX *ctx, const void *data, size_t dlen);
74 CMAC_Update() processes data to be included in the CMAC calculation.
96 CMAC_CTX_copy(), CMAC_Init(), CMAC_Update(), CMAC_Final() and CMAC_resume()
/openssl/include/openssl/
H A Dcmac.h40 OSSL_DEPRECATEDIN_3_0 int CMAC_Update(CMAC_CTX *ctx,
/openssl/providers/implementations/macs/
H A Dcmac_prov.c188 return CMAC_Update(macctx->ctx, data, datalen); in cmac_update()
/openssl/crypto/cmac/
H A Dcmac.c179 int CMAC_Update(CMAC_CTX *ctx, const void *in, size_t dlen) in CMAC_Update() function
/openssl/util/
H A Dmissingcrypto111.txt325 CMAC_Update(3)
H A Dlibcrypto.num1709 CMAC_Update 1749 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
/openssl/doc/man7/
H A Dossl-guide-migration.pod1296 CMAC_Init(), CMAC_Update(), CMAC_Final(), CMAC_resume()

Completed in 40 milliseconds