Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dtestmgr.c2338 #define MIN_COLLISION_FREE_AUTHSIZE 8 macro
2349 const bool inauthentic = (authsize >= MIN_COLLISION_FREE_AUTHSIZE) && in generate_aead_message()
2436 if (prefer_inauthentic && authsize < MIN_COLLISION_FREE_AUTHSIZE) in generate_random_aead_testvec()
2437 authsize = MIN_COLLISION_FREE_AUTHSIZE; in generate_random_aead_testvec()