Searched refs:crypto_aead_maxauthsize (Results 1 – 3 of 3) sorted by relevance
300 static inline unsigned int crypto_aead_maxauthsize(struct crypto_aead *aead) in crypto_aead_maxauthsize() function307 return crypto_aead_maxauthsize(&tfm->base); in crypto_sync_aead_maxauthsize()
69 if ((!authsize && crypto_aead_maxauthsize(tfm)) || in crypto_aead_setauthsize()70 authsize > crypto_aead_maxauthsize(tfm)) in crypto_aead_setauthsize()
2385 const unsigned int maxauthsize = crypto_aead_maxauthsize(tfm); in generate_random_aead_testvec()2529 if (crypto_aead_maxauthsize(tfm) != in test_aead_vs_generic_impl()2530 crypto_aead_maxauthsize(generic_tfm)) { in test_aead_vs_generic_impl()2532 driver, crypto_aead_maxauthsize(tfm), in test_aead_vs_generic_impl()2533 crypto_aead_maxauthsize(generic_tfm)); in test_aead_vs_generic_impl()