Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_algo.c3290 u32 maxauth = crypto_aead_maxauthsize(tfm); in chcr_authenc_setauthsize() local
3294 * authsize == (maxauth >> 1) in chcr_authenc_setauthsize()
3311 } else if (authsize == (maxauth >> 1)) { in chcr_authenc_setauthsize()
3314 } else if (authsize == maxauth) { in chcr_authenc_setauthsize()
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H A Dchcr_algo.c3286 u32 maxauth = crypto_aead_maxauthsize(tfm); in chcr_authenc_setauthsize() local
3290 * authsize == (maxauth >> 1) in chcr_authenc_setauthsize()
3307 } else if (authsize == (maxauth >> 1)) { in chcr_authenc_setauthsize()
3310 } else if (authsize == maxauth) { in chcr_authenc_setauthsize()

Completed in 13 milliseconds