Home
last modified time | relevance | path

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 Dhmac.rs29 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 Dhmac.h42 __owur int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dhmac.h49 OSSL_DEPRECATEDIN_3_0 __owur int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
/third_party/openssl/include/openssl/
H A Dhmac.h49 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 Dpbkdf2.c337 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 Dpbkdf2.c337 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 Dhmac.c204 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx) in HMAC_CTX_copy() function
/third_party/openssl/crypto/hmac/
H A Dhmac.c204 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 Dhmac_prov.c120 if (!HMAC_CTX_copy(dst->ctx, src->ctx) in hmac_dup()
/third_party/openssl/providers/implementations/macs/
H A Dhmac_prov.c120 if (!HMAC_CTX_copy(dst->ctx, src->ctx) in hmac_dup()
/third_party/openssl/test/
H A Dhmactest.c233 || !TEST_true(HMAC_CTX_copy(ctx2, ctx)) in test_hmac_copy()
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_openssl.c483 if (!HMAC_CTX_copy(dctx->ctx, sctx->ctx)) in ossl_hmac_copy()
/third_party/openssl/crypto/engine/
H A Deng_openssl.c483 if (!HMAC_CTX_copy(dctx->ctx, sctx->ctx)) in ossl_hmac_copy()
/third_party/python/Modules/
H A D_hashopenssl.c1563 result = HMAC_CTX_copy(new_ctx_p, self->ctx); in locked_HMAC_CTX_copy()

Completed in 9 milliseconds