Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Dtestmgr.c2198 #define MIN_COLLISION_FREE_AUTHSIZE 8 macro
2208 const bool inauthentic = (authsize >= MIN_COLLISION_FREE_AUTHSIZE) && in generate_aead_message()
2293 if (prefer_inauthentic && authsize < MIN_COLLISION_FREE_AUTHSIZE) in generate_random_aead_testvec()
2294 authsize = MIN_COLLISION_FREE_AUTHSIZE; in generate_random_aead_testvec()