Searched refs:crypto_aead_maxauthsize (Results 1 – 3 of 3) sorted by relevance
120 static inline unsigned int crypto_aead_maxauthsize(struct crypto_aead *aead) in crypto_aead_maxauthsize() function
68 if (authsize > crypto_aead_maxauthsize(tfm)) in crypto_aead_setauthsize()
1107 unsigned digest_len = crypto_aead_maxauthsize(tfm); in aead_setup()1149 int max = crypto_aead_maxauthsize(tfm) >> 2; in aead_setauthsize()