Home
last modified time | relevance | path

Searched defs:SHA256HashString (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/crypto/
Dsha2.cc16 void SHA256HashString(base::StringPiece str, void* output, size_t len) { in SHA256HashString() function
22 std::string SHA256HashString(base::StringPiece str) { in SHA256HashString() function