Home
last modified time | relevance | path

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

/external/chromium_org/components/nacl/loader/
Dnacl_validation_query.cc44 hasher_(crypto::HMAC::SHA256), in NaClValidationQuery()
57 CHECK(hasher_.Init(profile_key)); in NaClValidationQuery()
72 CHECK(hasher_.Sign(base::StringPiece(data, length), in AddData()
111 CHECK(hasher_.Sign(base::StringPiece(buffer_, buffer_length_), temp, in CompressBuffer()
Dnacl_validation_query.h75 crypto::HMAC hasher_; variable
/external/chromium_org/chrome/browser/profile_resetter/
Djtl_interpreter.cc41 : hasher_(hasher), in ExecutionContext()
67 return hasher_->GetHash(input); in GetHash()
94 const jtl_foundation::Hasher* hasher_; member in __anonf2dd75130111::ExecutionContext