Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dtestmgr.c2306 #define MIN_COLLISION_FREE_AUTHSIZE 8 macro
2317 const bool inauthentic = (authsize >= MIN_COLLISION_FREE_AUTHSIZE) && in generate_aead_message()
2404 if (prefer_inauthentic && authsize < MIN_COLLISION_FREE_AUTHSIZE) in generate_random_aead_testvec()
2405 authsize = MIN_COLLISION_FREE_AUTHSIZE; in generate_random_aead_testvec()