Searched defs:EVP_MD_CTX_copy_ex (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/digest/
H A Ddigest.c115 int EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in) { function
119 OPENSSL_PUT_ERROR(DIGEST, EVP_MD_CTX_copy_ex,
141 OPENSSL_PUT_ERROR(DIGEST, EVP_MD_CTX_copy_ex, ERR_R_MALLOC_FAILURE);
162 return EVP_MD_CTX_copy_ex(out, in);

Completed in 439 milliseconds