Searched refs:out_digest (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/crypto/
H A Dp224_spake.h91 // |kSHA256Length| bytes at |out_digest|.
97 uint8* out_digest);
H A Dp224_spake.cc221 uint8* out_digest) {
236 SHA256HashString(hash_contents, out_digest, kSHA256Length);
216 CalculateHash( PeerType peer_type, const std::string& client_masked_dh, const std::string& server_masked_dh, const std::string& k, uint8* out_digest) argument
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc1011 base::MD5Digest out_digest; local
1012 base::MD5Final(&out_digest, &out_context);
1013 if (!WriteItem(out_digest, new_file_.get(), NULL))

Completed in 111 milliseconds