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

/external/chromium/crypto/
H A Dsecure_hash_openssl.cc17 class SecureHashSHA256OpenSSL : public SecureHash { class in namespace:crypto::__anon2876
19 SecureHashSHA256OpenSSL() { function in class:crypto::__anon2876::SecureHashSHA256OpenSSL
23 virtual ~SecureHashSHA256OpenSSL() {
46 return new SecureHashSHA256OpenSSL();

Completed in 412 milliseconds