Searched refs:EVP_MD_CTX_copy (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/hmac/
H A Dhmac.c196 if (!EVP_MD_CTX_copy(&dctx->i_ctx, &sctx->i_ctx))
198 if (!EVP_MD_CTX_copy(&dctx->o_ctx, &sctx->o_ctx))
200 if (!EVP_MD_CTX_copy(&dctx->md_ctx, &sctx->md_ctx))
/external/openssl/ssl/
H A Ds2_enc.c178 EVP_MD_CTX_copy(&c, s->read_hash);
H A Dt1_enc.c983 EVP_MD_CTX_copy(&hmac,hash);
/external/openssl/crypto/evp/
H A Ddigest.c285 int EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in) function
H A Devp.h563 int EVP_MD_CTX_copy(EVP_MD_CTX *out,const EVP_MD_CTX *in);
/external/openssl/include/openssl/
H A Devp.h563 int EVP_MD_CTX_copy(EVP_MD_CTX *out,const EVP_MD_CTX *in);

Completed in 53 milliseconds