Home
last modified time | relevance | path

Searched refs:crypto_gcm_check_authsize (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/include/crypto/
Dgcm.h13 static inline int crypto_gcm_check_authsize(unsigned int authsize) in crypto_gcm_check_authsize() function
/linux-6.1.9/drivers/crypto/
Domap-aes-gcm.c350 return crypto_gcm_check_authsize(authsize); in omap_aes_gcm_setauthsize()
Datmel-aes.c1761 return crypto_gcm_check_authsize(authsize); in atmel_aes_gcm_setauthsize()
/linux-6.1.9/crypto/
Dgcm.c149 return crypto_gcm_check_authsize(authsize); in crypto_gcm_setauthsize()
/linux-6.1.9/drivers/crypto/keembay/
Dkeembay-ocs-aes-core.c1259 return crypto_gcm_check_authsize(authsize); in kmb_ocs_aead_gcm_setauthsize()
/linux-6.1.9/drivers/crypto/caam/
Dcaamalg_qi.c348 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
Dcaamalg.c378 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
Dcaamalg_qi2.c710 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
/linux-6.1.9/drivers/crypto/inside-secure/
Dsafexcel_cipher.c2650 return crypto_gcm_check_authsize(authsize); in safexcel_aead_gcm_setauthsize()