Home
last modified time | relevance | path

Searched refs:crypto_aead_maxauthsize (Results 1 – 3 of 3) sorted by relevance

/linux/include/crypto/
H A Daead.h300 static inline unsigned int crypto_aead_maxauthsize(struct crypto_aead *aead) in crypto_aead_maxauthsize() function
307 return crypto_aead_maxauthsize(&tfm->base); in crypto_sync_aead_maxauthsize()
/linux/crypto/
H A Daead.c69 if ((!authsize && crypto_aead_maxauthsize(tfm)) || in crypto_aead_setauthsize()
70 authsize > crypto_aead_maxauthsize(tfm)) in crypto_aead_setauthsize()
H A Dtestmgr.c2385 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()