HomeSort by relevance Sort by last modified time
    Searched full:hmac_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/profile_resetter/
jtl_foundation.cc 13 Hasher::Hasher(const std::string& seed) : hmac_(crypto::HMAC::SHA256) {
14 if (!hmac_.Init(seed))
24 if (!hmac_.Sign(input, digest, arraysize(digest))) {
jtl_foundation.h 186 crypto::HMAC hmac_; member in class:jtl_foundation::Hasher
  /external/chromium_org/content/child/webcrypto/
algorithm_registry.cc 27 hmac_(CreatePlatformHmacImplementation()),
50 return hmac_.get();
66 const scoped_ptr<AlgorithmImplementation> hmac_; member in class:content::webcrypto::__anon12149::AlgorithmRegistry
  /external/chromium_org/components/rappor/
byte_vector_utils.cc 150 hmac_(crypto::HMAC::SHA256),
151 value_(hmac_.DigestLength(), 0x01),
162 if (!hmac1.Init(std::string(hmac_.DigestLength(), 0x00)))
168 if (!HMAC_DRBG_Update(seed_material, hmac1, &value_, &hmac_))
177 hmac_(crypto::HMAC::SHA256),
180 if (!HMAC_DRBG_Update("", prev_request.hmac_, &value_, &hmac_))
199 const size_t digest_length = hmac_.DigestLength();
209 if (!HMAC_Rehash(hmac_, &value_))
byte_vector_utils.h 102 crypto::HMAC hmac_; member in class:rappor::HmacByteVectorGenerator

Completed in 566 milliseconds