Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dcmac.rs17 pub fn CMAC_CTX_copy(dst: *mut CMAC_CTX, src: *const CMAC_CTX) -> c_int; in CMAC_CTX_copy() function
/third_party/openssl/ohos_lite/include/openssl/
Dcmac.h28 int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in);
/third_party/openssl/include/openssl/
Dcmac.h36 OSSL_DEPRECATEDIN_3_0 int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in);
/third_party/node/deps/openssl/openssl/include/openssl/
Dcmac.h36 OSSL_DEPRECATEDIN_3_0 int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in);
/third_party/openssl/providers/implementations/macs/
Dcmac_prov.c91 if (!CMAC_CTX_copy(dst->ctx, src->ctx) in cmac_dup()
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
Dcmac_prov.c91 if (!CMAC_CTX_copy(dst->ctx, src->ctx) in cmac_dup()
/third_party/openssl/test/
Dcmactest.c184 || !TEST_true(CMAC_CTX_copy(ctx2, ctx)) in test_cmac_copy()
/third_party/node/deps/openssl/openssl/crypto/cmac/
Dcmac.c93 int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in) in CMAC_CTX_copy() function
/third_party/openssl/crypto/cmac/
Dcmac.c93 int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in) in CMAC_CTX_copy() function
/third_party/node/deps/openssl/openssl/util/
Dmissingcrypto.txt290 CMAC_CTX_copy(3)
Dmissingcrypto111.txt319 CMAC_CTX_copy(3)
Dlibcrypto.num563 CMAC_CTX_copy 577 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
/third_party/openssl/util/
Dmissingcrypto.txt290 CMAC_CTX_copy(3)
Dmissingcrypto111.txt319 CMAC_CTX_copy(3)
Dlibcrypto.num563 CMAC_CTX_copy 577 3_0_0 EXIST::FUNCTION:CMAC,DEPRECATEDIN_3_0
/third_party/rust/crates/rust-openssl/openssl-sys/
DCHANGELOG.md54 …ded `CMAC_CTX_new`, `CMAC_CTX_free`, `CMAC_Init`, `CMAC_Update`, `CMAC_Final`, and `CMAC_CTX_copy`.
/third_party/openssl/doc/man7/
Dmigration_guide.pod1251 CMAC_CTX_new(), CMAC_CTX_cleanup(), CMAC_CTX_copy(), CMAC_CTX_free(),