Searched refs:CMAC_Final (Results 1 – 8 of 8) sorted by relevance
/openssl/test/ |
H A D | cmactest.c | 200 || !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 D | CMAC_CTX.pod | 6 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 D | cmac.h | 42 OSSL_DEPRECATEDIN_3_0 int CMAC_Final(CMAC_CTX *ctx,
|
/openssl/providers/implementations/macs/ |
H A D | cmac_prov.c | 199 return CMAC_Final(macctx->ctx, out, outl); in cmac_final()
|
/openssl/crypto/cmac/ |
H A D | cmac.c | 248 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen) in CMAC_Final() function
|
/openssl/util/ |
H A D | missingcrypto111.txt | 323 CMAC_Final(3)
|
H A D | libcrypto.num | 3411 CMAC_Final 3485 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1296 CMAC_Init(), CMAC_Update(), CMAC_Final(), CMAC_resume()
|
Completed in 35 milliseconds