| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_sm4.c | 38 in->base.hw->copyctx(&ret->base, &in->base);
|
| cipher_aes.c | 45 in->base.hw->copyctx(&ret->base, &in->base);
|
| cipher_aria.c | 38 in->base.hw->copyctx(&ret->base, &in->base);
|
| cipher_camellia.c | 44 in->base.hw->copyctx(&ret->base, &in->base);
|
| cipher_tdes_common.c | 52 in->base.hw->copyctx(&ret->base, &in->base);
|
| cipher_aes_xts.c | 172 in->base.hw->copyctx(&ret->base, &in->base);
|
| cipher_des.c | 58 in->base.hw->copyctx(&ret->base, &in->base);
|
| cipher_sm4_xts.c | 117 in->base.hw->copyctx(&ret->base, &in->base);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_sm4.c | 40 in->base.hw->copyctx(&ret->base, &in->base);
|
| cipher_aes.c | 47 in->base.hw->copyctx(&ret->base, &in->base);
|
| cipher_aria.c | 40 in->base.hw->copyctx(&ret->base, &in->base);
|
| cipher_camellia.c | 46 in->base.hw->copyctx(&ret->base, &in->base);
|
| cipher_tdes_common.c | 51 in->base.hw->copyctx(&ret->base, &in->base);
|
| cipher_aes_xts.c | 153 in->base.hw->copyctx(&ret->base, &in->base);
|
| cipher_des.c | 60 in->base.hw->copyctx(&ret->base, &in->base);
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| digest.c | 620 if (out->digest == in->digest && in->digest->copyctx != NULL) { 622 in->digest->copyctx(out->algctx, in->algctx); 1115 if (md->copyctx == NULL) 1116 md->copyctx = OSSL_FUNC_digest_copyctx(fns);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/ |
| ciphercommon.h | 105 void (*copyctx)(PROV_CIPHER_CTX *dst, const PROV_CIPHER_CTX *src); member in struct:prov_cipher_hw_st
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ |
| ciphercommon.h | 101 void (*copyctx)(PROV_CIPHER_CTX *dst, const PROV_CIPHER_CTX *src); member in struct:prov_cipher_hw_st
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| evp_extra_test2.c | 3362 EVP_MD_CTX *copyctx = NULL; local 3367 && TEST_ptr(copyctx = EVP_MD_CTX_dup(mdctx)); 3370 EVP_MD_CTX_free(copyctx); 3377 EVP_MD_CTX *copyctx = NULL; local 3382 && TEST_ptr(copyctx = EVP_MD_CTX_new()) 3383 && TEST_true(EVP_MD_CTX_copy_ex(copyctx, mdctx)); 3386 EVP_MD_CTX_free(copyctx);
|
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| evp.h | 289 OSSL_FUNC_digest_copyctx_fn *copyctx; member in struct:evp_md_st
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| evp_extra_test2.c | 1183 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);
|