Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
Dadiantum.cpp185 constexpr int kPoly1305HashSize = 16; variable
188 int msglen, uint8_t out[kPoly1305HashSize]) { in Poly1305() argument
244 int msglen, uint8_t result[kPoly1305HashSize]) { in AdiantumHash() argument
254 uint8_t hash1[kPoly1305HashSize], hash2[kPoly1305HashSize]; in AdiantumHash()
286 uint8_t hash[kPoly1305HashSize]; in DoEncrypt()
289 static_assert(kPoly1305HashSize == kAesBlockSize); in DoEncrypt()