Searched refs:crypto_aead_maxauthsize (Results 1 – 3 of 3) sorted by relevance
68 if ((!authsize && crypto_aead_maxauthsize(tfm)) || in crypto_aead_setauthsize()69 authsize > crypto_aead_maxauthsize(tfm)) in crypto_aead_setauthsize()
2418 const unsigned int maxauthsize = crypto_aead_maxauthsize(tfm); in generate_random_aead_testvec()2563 if (crypto_aead_maxauthsize(tfm) != in test_aead_vs_generic_impl()2564 crypto_aead_maxauthsize(generic_tfm)) { in test_aead_vs_generic_impl()2566 driver, crypto_aead_maxauthsize(tfm), in test_aead_vs_generic_impl()2567 crypto_aead_maxauthsize(generic_tfm)); in test_aead_vs_generic_impl()
263 static inline unsigned int crypto_aead_maxauthsize(struct crypto_aead *aead) in crypto_aead_maxauthsize() function