Searched refs:crypto_aead_maxauthsize (Results 1 – 6 of 6) sorted by relevance
68 if ((!authsize && crypto_aead_maxauthsize(tfm)) || in crypto_aead_setauthsize()69 authsize > crypto_aead_maxauthsize(tfm)) in crypto_aead_setauthsize()
2267 const unsigned int maxauthsize = crypto_aead_maxauthsize(tfm); in generate_random_aead_testvec()2411 if (crypto_aead_maxauthsize(tfm) != in test_aead_vs_generic_impl()2412 crypto_aead_maxauthsize(generic_tfm)) { in test_aead_vs_generic_impl()2414 driver, crypto_aead_maxauthsize(tfm), in test_aead_vs_generic_impl()2415 crypto_aead_maxauthsize(generic_tfm)); in test_aead_vs_generic_impl()
248 static inline unsigned int crypto_aead_maxauthsize(struct crypto_aead *aead) in crypto_aead_maxauthsize() function
1204 unsigned int digest_len = crypto_aead_maxauthsize(tfm); in aead_setup()1235 int max = crypto_aead_maxauthsize(tfm) >> 2; in aead_setauthsize()
3284 u32 maxauth = crypto_aead_maxauthsize(tfm); in chcr_authenc_setauthsize()3829 size = crypto_aead_maxauthsize(tfm); in chcr_aead_decrypt()
677 authsize > crypto_aead_maxauthsize(authenc)) { in cc_aead_setauthsize()
Completed in 29 milliseconds