Searched refs:crypto_aead_maxauthsize (Results 1 – 5 of 5) sorted by relevance
121 static inline unsigned int crypto_aead_maxauthsize(struct crypto_aead *aead) in crypto_aead_maxauthsize() function
73 if ((!authsize && crypto_aead_maxauthsize(tfm)) || in crypto_aead_setauthsize()74 authsize > crypto_aead_maxauthsize(tfm)) in crypto_aead_setauthsize()
1094 unsigned digest_len = crypto_aead_maxauthsize(tfm); in aead_setup()1136 int max = crypto_aead_maxauthsize(tfm) >> 2; in aead_setauthsize()
3131 u32 maxauth = crypto_aead_maxauthsize(tfm); in chcr_authenc_setauthsize()3691 size = crypto_aead_maxauthsize(tfm); in chcr_aead_decrypt()
687 authsize > crypto_aead_maxauthsize(authenc)) { in cc_aead_setauthsize()