Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DCMAC_CTX.pod6 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 Dcmac.h36 OSSL_DEPRECATEDIN_3_0 int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in);
/openssl/providers/implementations/macs/
H A Dcmac_prov.c97 if (!CMAC_CTX_copy(dst->ctx, src->ctx) in cmac_dup()
/openssl/crypto/cmac/
H A Dcmac.c93 int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in) in CMAC_CTX_copy() function
/openssl/test/
H A Dcmactest.c315 || !TEST_true(CMAC_CTX_copy(ctx2, ctx)) in test_cmac_copy()
/openssl/util/
H A Dmissingcrypto111.txt319 CMAC_CTX_copy(3)
H A Dlibcrypto.num563 CMAC_CTX_copy 577 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
/openssl/doc/man7/
H A Dossl-guide-migration.pod1289 CMAC_CTX_new(), CMAC_CTX_cleanup(), CMAC_CTX_copy(), CMAC_CTX_free(),

Completed in 29 milliseconds