Home
last modified time | relevance | path

Searched refs:SecureHashAlgorithm (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/base/
Dsha1_portable.cc34 class SecureHashAlgorithm { class
36 SecureHashAlgorithm() { Init(); } in SecureHashAlgorithm() function in base::SecureHashAlgorithm
98 const int SecureHashAlgorithm::kDigestSizeBytes = 20;
100 void SecureHashAlgorithm::Init() { in Init()
115 void SecureHashAlgorithm::Final() { in Final()
123 void SecureHashAlgorithm::Update(const void* data, size_t nbytes) { in Update()
133 void SecureHashAlgorithm::Pad() { in Pad()
157 void SecureHashAlgorithm::Process() { in Process()
201 char hash[SecureHashAlgorithm::kDigestSizeBytes]; in SHA1HashString()
204 return std::string(hash, SecureHashAlgorithm::kDigestSizeBytes); in SHA1HashString()
[all …]