Home
last modified time | relevance | path

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

/openssl/test/
H A Dcmactest.c200 || !TEST_true(CMAC_Final(ctx, buf, &len))) in test_cmac_run()
210 || !TEST_true(CMAC_Final(ctx, buf, &len))) in test_cmac_run()
219 || !TEST_true(CMAC_Final(ctx, buf, &len))) in test_cmac_run()
227 || !TEST_true(CMAC_Final(ctx, buf, &len))) in test_cmac_run()
237 || !TEST_true(CMAC_Final(ctx, buf, &len))) in test_cmac_run()
247 || !TEST_true(CMAC_Final(ctx, buf, &len))) in test_cmac_run()
256 || !TEST_true(CMAC_Final(ctx, buf, &len))) in test_cmac_run()
265 || !TEST_true(CMAC_Final(ctx, buf, &len))) in test_cmac_run()
275 || !TEST_true(CMAC_Final(ctx, buf, &len))) in test_cmac_run()
286 || !TEST_true(CMAC_Final(ctx, buf, &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,
28 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen);
78 CMAC_Final() finalizes the CMAC calculation and retrieves the resulting
82 I<poutlen>. Allocate a buffer of this size and call CMAC_Final() again with
96 CMAC_CTX_copy(), CMAC_Init(), CMAC_Update(), CMAC_Final() and CMAC_resume()
/openssl/include/openssl/
H A Dcmac.h42 OSSL_DEPRECATEDIN_3_0 int CMAC_Final(CMAC_CTX *ctx,
/openssl/providers/implementations/macs/
H A Dcmac_prov.c199 return CMAC_Final(macctx->ctx, out, outl); in cmac_final()
/openssl/crypto/cmac/
H A Dcmac.c248 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen) in CMAC_Final() function
/openssl/util/
H A Dmissingcrypto111.txt323 CMAC_Final(3)
H A Dlibcrypto.num3411 CMAC_Final 3485 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 35 milliseconds