Home
last modified time | relevance | path

Searched refs:DigestLength (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/crypto/
Dhmac.cc32 size_t HMAC::DigestLength() const { in DigestLength() function in crypto::HMAC
69 if (digest.size() != DigestLength()) in Verify()
78 size_t digest_length = DigestLength(); in VerifyTruncated()
Dhmac.h38 size_t DigestLength() const;
Dhmac_unittest.cc179 EXPECT_EQ(kSHA256DigestSize, hmac.DigestLength()); in TEST()
220 EXPECT_EQ(kSHA1DigestSize, hmac.DigestLength()); in TEST()
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc311 size_t DigestLength>
313 uint8_t digest[DigestLength]; in Hash()
/external/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc833 size_t DigestLength>
835 uint8_t digest[DigestLength]; in Hash()