Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
Dadiantum.cpp184 constexpr int kPoly1305KeySize = 16; variable
187 static void Poly1305(const uint8_t key[kPoly1305KeySize], const uint8_t *msg, in Poly1305() argument
194 uint8_t mac_key[2 * kPoly1305KeySize] = {0}; in Poly1305()
196 memcpy(mac_key, key, kPoly1305KeySize); in Poly1305()
239 constexpr int kAdiantumHashKeySize = (2 * kPoly1305KeySize) + kNHKeySize;
246 const uint8_t *msg_poly_key = header_poly_key + kPoly1305KeySize; in AdiantumHash()
247 const uint8_t *nh_key = msg_poly_key + kPoly1305KeySize; in AdiantumHash()