Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c2201 #define MIN_COLLISION_FREE_AUTHSIZE 8 macro
2211 const bool inauthentic = (authsize >= MIN_COLLISION_FREE_AUTHSIZE) && in generate_aead_message()
2296 if (prefer_inauthentic && authsize < MIN_COLLISION_FREE_AUTHSIZE) in generate_random_aead_testvec()
2297 authsize = MIN_COLLISION_FREE_AUTHSIZE; in generate_random_aead_testvec()