Searched refs:EVP_MD_CTX_copy (Results 1 – 4 of 4) sorted by relevance
249 OPENSSL_EXPORT int EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in);
164 int EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in) { in EVP_MD_CTX_copy() function
189 result = EVP_MD_CTX_copy(new_ctx_p, self->ctx); in locked_EVP_MD_CTX_copy()509 EVP_MD_CTX_copy(self->ctx, initial_ctx); in EVPnew()
167 result = EVP_MD_CTX_copy(new_ctx_p, self->ctx); in locked_EVP_MD_CTX_copy()462 EVP_MD_CTX_copy(self->ctx, initial_ctx); in EVPnew()