Home
last modified time | relevance | path

Searched defs:SHA256HashString (Results 1 – 2 of 2) 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
/external/openscreen/util/crypto/
Dsha2.cc16 Error SHA256HashString(absl::string_view str, in SHA256HashString() function
27 ErrorOr<std::string> SHA256HashString(absl::string_view str) { in SHA256HashString() function