OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sha_context
(Results
1 - 1
of
1
) sorted by null
/external/libweave/third_party/chromium/crypto/
sha2.cc
21
SHA256_CTX
sha_context
;
local
22
SHA256_Init(&
sha_context
);
23
SHA256_Update(&
sha_context
, str.data(), str.size());
26
SHA256_Final(reinterpret_cast<uint8_t*>(&hash[0]), &
sha_context
);
local
Completed in 58 milliseconds