Home
last modified time | relevance | path

Searched refs:crypto_aead_maxauthsize (Results 1 – 1 of 1) 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()