Searched refs:copyctx (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_sm4.c40 in->base.hw->copyctx(&ret->base, &in->base);
H A Dcipher_aes.c47 in->base.hw->copyctx(&ret->base, &in->base);
H A Dcipher_aria.c40 in->base.hw->copyctx(&ret->base, &in->base);
H A Dcipher_camellia.c46 in->base.hw->copyctx(&ret->base, &in->base);
H A Dcipher_tdes_common.c51 in->base.hw->copyctx(&ret->base, &in->base);
H A Dcipher_aes_xts.c153 in->base.hw->copyctx(&ret->base, &in->base);
H A Dcipher_des.c60 in->base.hw->copyctx(&ret->base, &in->base);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
H A Dciphercommon.h101 void (*copyctx)(PROV_CIPHER_CTX *dst, const PROV_CIPHER_CTX *src); member in struct:prov_cipher_hw_st
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Devp_extra_test2.c1183 EVP_MD_CTX *copyctx = NULL; local
1188 && TEST_ptr(copyctx = EVP_MD_CTX_new())
1189 && TEST_true(EVP_MD_CTX_copy_ex(copyctx, mdctx));
1192 EVP_MD_CTX_free(copyctx);

Completed in 216 milliseconds