Searched refs:crypto_gcm_check_authsize (Results 1 – 12 of 12) sorted by relevance
16 static inline int crypto_gcm_check_authsize(unsigned int authsize) in crypto_gcm_check_authsize() function
52 ret = crypto_gcm_check_authsize(authsize) ?: in aesgcm_expandkey()
350 return crypto_gcm_check_authsize(authsize); in omap_aes_gcm_setauthsize()
1761 return crypto_gcm_check_authsize(authsize); in atmel_aes_gcm_setauthsize()
266 return crypto_gcm_check_authsize(authsize); in gcm_aes_setauthsize()
418 return crypto_gcm_check_authsize(authsize); in gcm_aes_setauthsize()
149 return crypto_gcm_check_authsize(authsize); in crypto_gcm_setauthsize()
1259 return crypto_gcm_check_authsize(authsize); in kmb_ocs_aead_gcm_setauthsize()
353 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
384 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
712 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
2649 return crypto_gcm_check_authsize(authsize); in safexcel_aead_gcm_setauthsize()
Completed in 38 milliseconds