HomeSort by relevance Sort by last modified time
    Searched refs:SHA256HashString (Results 1 - 5 of 5) sorted by null

  /external/libchrome/crypto/
sha2.h 26 CRYPTO_EXPORT void SHA256HashString(base::StringPiece str,
32 CRYPTO_EXPORT std::string SHA256HashString(base::StringPiece str);
sha2.cc 16 void SHA256HashString(base::StringPiece str, void* output, size_t len) {
22 std::string SHA256HashString(base::StringPiece str) {
24 SHA256HashString(str, base::data(output), output.size());
sha2_unittest.cc 25 crypto::SHA256HashString(input1, output1, sizeof(output1));
30 crypto::SHA256HashString(input1,
49 std::string output1 = crypto::SHA256HashString(input1);
69 crypto::SHA256HashString(input2, output2, sizeof(output2));
74 crypto::SHA256HashString(input2,
93 crypto::SHA256HashString(input3, output3, sizeof(output3));
98 crypto::SHA256HashString(input3,
p224_spake.cc 113 SHA256HashString(std::string(password.data(), password.length()),
244 SHA256HashString(hash_contents, out_digest, kSHA256Length);
signature_creator_unittest.cc 99 std::string sha256 = crypto::SHA256HashString(data);

Completed in 65 milliseconds