Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dtestmgr.c2331 #define MIN_COLLISION_FREE_AUTHSIZE 8 macro
2342 const bool inauthentic = (authsize >= MIN_COLLISION_FREE_AUTHSIZE) && in generate_aead_message()
2429 if (prefer_inauthentic && authsize < MIN_COLLISION_FREE_AUTHSIZE) in generate_random_aead_testvec()
2430 authsize = MIN_COLLISION_FREE_AUTHSIZE; in generate_random_aead_testvec()