OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:secure_hash_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/download/
base_file.h
164
scoped_ptr<crypto::SecureHash>
secure_hash_
;
member in class:content::BaseFile
base_file_unittest.cc
85
secure_hash_
.reset(crypto::SecureHash::Create(crypto::SecureHash::SHA256));
90
secure_hash_
->Update(data, length);
95
secure_hash_
->Finish(sha256_hash_, crypto::kSHA256Length);
212
scoped_ptr<crypto::SecureHash>
secure_hash_
;
member in class:content::BaseFileTest
Completed in 47 milliseconds