Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dpolyval-testvecs.h6 u8 digest[POLYVAL_DIGEST_SIZE];
178 static const u8 hash_testvec_consolidated[POLYVAL_DIGEST_SIZE] = {
183 static const u8 polyval_allones_hashofhashes[POLYVAL_DIGEST_SIZE] = {
/linux/crypto/
H A Dhctr2.c154 u8 digest[POLYVAL_DIGEST_SIZE]) in hctr2_hash_message() argument
184 u8 digest[POLYVAL_DIGEST_SIZE]; in hctr2_finish()
214 u8 digest[POLYVAL_DIGEST_SIZE]; in hctr2_crypt()
/linux/include/crypto/
H A Dpolyval.h15 #define POLYVAL_DIGEST_SIZE 16 macro