Searched refs:CMAC_CTX_copy (Results 1 – 8 of 8) sorted by relevance
/openssl/doc/man3/ |
H A D | CMAC_CTX.pod | 6 CMAC_CTX_get0_cipher_ctx, CMAC_CTX_copy, CMAC_Init, CMAC_Update, CMAC_Final, 24 int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in); 68 CMAC_CTX_copy() copies the state from one B<CMAC_CTX> structure to another. 96 CMAC_CTX_copy(), CMAC_Init(), CMAC_Update(), CMAC_Final() and CMAC_resume()
|
/openssl/include/openssl/ |
H A D | cmac.h | 36 OSSL_DEPRECATEDIN_3_0 int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in);
|
/openssl/providers/implementations/macs/ |
H A D | cmac_prov.c | 97 if (!CMAC_CTX_copy(dst->ctx, src->ctx) in cmac_dup()
|
/openssl/crypto/cmac/ |
H A D | cmac.c | 93 int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in) in CMAC_CTX_copy() function
|
/openssl/test/ |
H A D | cmactest.c | 315 || !TEST_true(CMAC_CTX_copy(ctx2, ctx)) in test_cmac_copy()
|
/openssl/util/ |
H A D | missingcrypto111.txt | 319 CMAC_CTX_copy(3)
|
H A D | libcrypto.num | 563 CMAC_CTX_copy 577 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1289 CMAC_CTX_new(), CMAC_CTX_cleanup(), CMAC_CTX_copy(), CMAC_CTX_free(),
|
Completed in 29 milliseconds