Searched refs:crypto_aead_maxauthsize (Results 1 – 5 of 5) sorted by relevance
126 static inline unsigned int crypto_aead_maxauthsize(struct crypto_aead *aead) in crypto_aead_maxauthsize() function
76 if (authsize > crypto_aead_maxauthsize(tfm)) in crypto_aead_setauthsize()
1101 unsigned digest_len = crypto_aead_maxauthsize(tfm); in aead_setup()1143 int max = crypto_aead_maxauthsize(tfm) >> 2; in aead_setauthsize()
3072 u32 maxauth = crypto_aead_maxauthsize(tfm); in chcr_authenc_setauthsize()3626 size = crypto_aead_maxauthsize(tfm); in chcr_aead_decrypt()
668 authsize > crypto_aead_maxauthsize(authenc)) { in cc_aead_setauthsize()