Home
last modified time | relevance | path

Searched refs:HMAC_CTX_copy (Results 1 – 9 of 9) sorted by relevance

/openssl/doc/man3/
H A DHMAC.pod13 HMAC_CTX_copy,
41 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
116 HMAC_CTX_copy() copies all of the internal state from I<sctx> into I<dctx>.
135 HMAC_CTX_copy() return 1 for success or 0 if an error occurred.
/openssl/include/openssl/
H A Dhmac.h49 OSSL_DEPRECATEDIN_3_0 __owur int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c441 if (!HMAC_CTX_copy(hctx, hctx_tpl)) in pbkdf2_derive()
449 if (!HMAC_CTX_copy(hctx, hctx_tpl)) in pbkdf2_derive()
/openssl/crypto/hmac/
H A Dhmac.c225 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx) in HMAC_CTX_copy() function
/openssl/providers/implementations/macs/
H A Dhmac_prov.c124 if (!HMAC_CTX_copy(dst->ctx, src->ctx) in hmac_dup()
/openssl/test/
H A Dhmactest.c233 || !TEST_true(HMAC_CTX_copy(ctx2, ctx)) in test_hmac_copy()
/openssl/crypto/engine/
H A Deng_openssl.c481 if (!HMAC_CTX_copy(dctx->ctx, sctx->ctx)) in ossl_hmac_copy()
/openssl/doc/man7/
H A Dossl-guide-migration.pod1871 HMAC_CTX_new(), HMAC_CTX_free(), HMAC_CTX_copy(), HMAC_CTX_reset(),
/openssl/util/
H A Dlibcrypto.num1236 HMAC_CTX_copy 1266 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0

Completed in 60 milliseconds