Searched refs:HMAC_CTX_copy (Results 1 – 9 of 9) sorted by relevance
/openssl/doc/man3/ |
H A D | HMAC.pod | 13 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 D | hmac.h | 49 OSSL_DEPRECATEDIN_3_0 __owur int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
|
/openssl/providers/implementations/kdfs/ |
H A D | pbkdf2.c | 441 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 D | hmac.c | 225 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx) in HMAC_CTX_copy() function
|
/openssl/providers/implementations/macs/ |
H A D | hmac_prov.c | 124 if (!HMAC_CTX_copy(dst->ctx, src->ctx) in hmac_dup()
|
/openssl/test/ |
H A D | hmactest.c | 233 || !TEST_true(HMAC_CTX_copy(ctx2, ctx)) in test_hmac_copy()
|
/openssl/crypto/engine/ |
H A D | eng_openssl.c | 481 if (!HMAC_CTX_copy(dctx->ctx, sctx->ctx)) in ossl_hmac_copy()
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1871 HMAC_CTX_new(), HMAC_CTX_free(), HMAC_CTX_copy(), HMAC_CTX_reset(),
|
/openssl/util/ |
H A D | libcrypto.num | 1236 HMAC_CTX_copy 1266 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|
Completed in 60 milliseconds