Searched refs:SecureHash (Results 1 – 5 of 5) sorted by relevance
31 scoped_ptr<crypto::SecureHash> ctx(crypto::SecureHash::Create( in TEST()32 crypto::SecureHash::SHA256)); in TEST()54 scoped_ptr<crypto::SecureHash> ctx1(crypto::SecureHash::Create( in TEST()55 crypto::SecureHash::SHA256)); in TEST()56 scoped_ptr<crypto::SecureHash> ctx2(crypto::SecureHash::Create( in TEST()57 crypto::SecureHash::SHA256)); in TEST()
22 class CRYPTO_EXPORT SecureHash {27 virtual ~SecureHash() {} in ~SecureHash()29 static SecureHash* Create(Algorithm type);46 SecureHash() {} in SecureHash() function49 DISALLOW_COPY_AND_ASSIGN(SecureHash);
16 scoped_ptr<SecureHash> ctx(SecureHash::Create(SecureHash::SHA256)); in SHA256HashString()
20 class SecureHashSHA256NSS : public SecureHash {86 SecureHash* SecureHash::Create(Algorithm algorithm) { in Create()
21 class SecureHashSHA256OpenSSL : public SecureHash {92 SecureHash* SecureHash::Create(Algorithm algorithm) { in Create()