Searched refs:ToOpenSSLDigest (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/crypto/
H A Dsignature_creator_openssl.cc22 const EVP_MD* ToOpenSSLDigest(SignatureCreator::HashAlgorithm hash_alg) { function in namespace:crypto::__anon9219
49 const EVP_MD* const digest = ToOpenSSLDigest(hash_alg);
H A Dsignature_verifier_openssl.cc22 const EVP_MD* ToOpenSSLDigest(SignatureVerifier::HashAlgorithm hash_alg) { function in namespace:crypto::__anon9222
83 const EVP_MD* const digest = ToOpenSSLDigest(hash_alg);
98 const EVP_MD* const mgf_digest = ToOpenSSLDigest(mask_hash_alg);

Completed in 2051 milliseconds