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

/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A Ddigest.c142 return EVP_DigestInit_ex(ctx, type, NULL);
145 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) function
359 ret=EVP_DigestInit_ex(&ctx, type, impl)
/external/openssl/crypto/evp/
H A Ddigest.c142 return EVP_DigestInit_ex(ctx, type, NULL);
145 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) function
359 ret=EVP_DigestInit_ex(&ctx, type, impl)

Completed in 78 milliseconds