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

  /external/libweave/third_party/chromium/crypto/
sha2.h 16 static const size_t kSHA256Length = 32; // Length in bytes of a SHA-256 hash.
sha2_unittest.cc 23 uint8_t output1[crypto::kSHA256Length];
25 for (size_t i = 0; i < crypto::kSHA256Length; i++)
49 ASSERT_EQ(crypto::kSHA256Length, output1.size());
50 for (size_t i = 0; i < crypto::kSHA256Length; i++)
67 uint8_t output2[crypto::kSHA256Length];
69 for (size_t i = 0; i < crypto::kSHA256Length; i++)
91 uint8_t output3[crypto::kSHA256Length];
93 for (size_t i = 0; i < crypto::kSHA256Length; i++)
p224_spake.cc 223 uint8_t client_hash[kSHA256Length], server_hash[kSHA256Length];
233 std::string(reinterpret_cast<const char*>(my_hash), kSHA256Length);
234 memcpy(expected_authenticator_, their_hash, kSHA256Length);
259 SHA256HashString(hash_contents, out_digest, kSHA256Length);
sha2.cc 25 std::string hash(kSHA256Length, 0);
p224_spake.h 106 // |kSHA256Length| bytes at |out_digest|.
121 uint8_t expected_authenticator_[kSHA256Length];
  /external/libchrome/crypto/
sha2.h 21 static const size_t kSHA256Length = 32; // Length in bytes of a SHA-256 hash.
sha2_unittest.cc 24 uint8_t output1[crypto::kSHA256Length];
26 for (size_t i = 0; i < crypto::kSHA256Length; i++)
50 ASSERT_EQ(crypto::kSHA256Length, output1.size());
51 for (size_t i = 0; i < crypto::kSHA256Length; i++)
68 uint8_t output2[crypto::kSHA256Length];
70 for (size_t i = 0; i < crypto::kSHA256Length; i++)
92 uint8_t output3[crypto::kSHA256Length];
94 for (size_t i = 0; i < crypto::kSHA256Length; i++)
secure_hash_unittest.cc 29 uint8_t output3[crypto::kSHA256Length];
37 for (size_t i = 0; i < crypto::kSHA256Length; i++)
51 uint8_t output1[crypto::kSHA256Length];
52 uint8_t output2[crypto::kSHA256Length];
76 EXPECT_EQ(0, memcmp(output1, output2, crypto::kSHA256Length));
sha2.cc 22 std::string output(kSHA256Length, 0);
p224_spake.cc 206 uint8_t client_hash[kSHA256Length], server_hash[kSHA256Length];
216 std::string(reinterpret_cast<const char*>(my_hash), kSHA256Length);
217 memcpy(expected_authenticator_, their_hash, kSHA256Length);
242 SHA256HashString(hash_contents, out_digest, kSHA256Length);
p224_spake.h 105 // |kSHA256Length| bytes at |out_digest|.
120 uint8_t expected_authenticator_[kSHA256Length];
  /system/tpm/trunks/
tpm_utility_impl.cc 365 crypto::kSHA256Length);
    [all...]
tpm_utility_test.cc 438 crypto::kSHA256Length));
    [all...]

Completed in 1649 milliseconds