Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/chelsio/
Dchcr_algo.c3284 u32 maxauth = crypto_aead_maxauthsize(tfm); in chcr_authenc_setauthsize() local
3305 } else if (authsize == (maxauth >> 1)) { in chcr_authenc_setauthsize()
3308 } else if (authsize == maxauth) { in chcr_authenc_setauthsize()