Searched refs:HMAC_CTX_copy (Results 1 - 14 of 14) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | hmac.rs | 29 pub fn HMAC_CTX_copy(dst: *mut HMAC_CTX, src: *mut HMAC_CTX) -> c_int; in HMAC_CTX_copy() functions
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | hmac.h | 42 __owur int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | hmac.h | 49 OSSL_DEPRECATEDIN_3_0 __owur int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
|
/third_party/openssl/include/openssl/ |
H A D | hmac.h | 49 OSSL_DEPRECATEDIN_3_0 __owur int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | pbkdf2.c | 337 if (!HMAC_CTX_copy(hctx, hctx_tpl)) in pbkdf2_derive() 345 if (!HMAC_CTX_copy(hctx, hctx_tpl)) in pbkdf2_derive()
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | pbkdf2.c | 337 if (!HMAC_CTX_copy(hctx, hctx_tpl)) in pbkdf2_derive() 345 if (!HMAC_CTX_copy(hctx, hctx_tpl)) in pbkdf2_derive()
|
/third_party/node/deps/openssl/openssl/crypto/hmac/ |
H A D | hmac.c | 204 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx) in HMAC_CTX_copy() function
|
/third_party/openssl/crypto/hmac/ |
H A D | hmac.c | 204 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx) in HMAC_CTX_copy() function
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | hmac_prov.c | 120 if (!HMAC_CTX_copy(dst->ctx, src->ctx) in hmac_dup()
|
/third_party/openssl/providers/implementations/macs/ |
H A D | hmac_prov.c | 120 if (!HMAC_CTX_copy(dst->ctx, src->ctx) in hmac_dup()
|
/third_party/openssl/test/ |
H A D | hmactest.c | 233 || !TEST_true(HMAC_CTX_copy(ctx2, ctx)) in test_hmac_copy()
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_openssl.c | 483 if (!HMAC_CTX_copy(dctx->ctx, sctx->ctx)) in ossl_hmac_copy()
|
/third_party/openssl/crypto/engine/ |
H A D | eng_openssl.c | 483 if (!HMAC_CTX_copy(dctx->ctx, sctx->ctx)) in ossl_hmac_copy()
|
/third_party/python/Modules/ |
H A D | _hashopenssl.c | 1563 result = HMAC_CTX_copy(new_ctx_p, self->ctx); in locked_HMAC_CTX_copy()
|
Completed in 9 milliseconds