Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dgcm.h16 static inline int crypto_gcm_check_authsize(unsigned int authsize) in crypto_gcm_check_authsize() function
/linux/lib/crypto/
H A Daesgcm.c52 ret = crypto_gcm_check_authsize(authsize) ?: in aesgcm_expandkey()
/linux/drivers/crypto/
H A Domap-aes-gcm.c351 return crypto_gcm_check_authsize(authsize); in omap_aes_gcm_setauthsize()
H A Datmel-aes.c1562 return crypto_gcm_check_authsize(authsize); in atmel_aes_gcm_setauthsize()
/linux/arch/arm64/crypto/
H A Dghash-ce-glue.c266 return crypto_gcm_check_authsize(authsize); in gcm_aes_setauthsize()
/linux/arch/arm/crypto/
H A Dghash-ce-glue.c418 return crypto_gcm_check_authsize(authsize); in gcm_aes_setauthsize()
/linux/crypto/
H A Dgcm.c149 return crypto_gcm_check_authsize(authsize); in crypto_gcm_setauthsize()
/linux/drivers/crypto/starfive/
H A Djh7110-aes.c898 ret = crypto_gcm_check_authsize(authsize); in starfive_aes_gcm_setauthsize()
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c1236 return crypto_gcm_check_authsize(authsize); in kmb_ocs_aead_gcm_setauthsize()
/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c1339 ret = crypto_gcm_check_authsize(authsize); in tegra_gcm_setauthsize()
/linux/drivers/crypto/caam/
H A Dcaamalg_qi.c353 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
H A Dcaamalg.c387 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
H A Dcaamalg_qi2.c713 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c2576 return crypto_gcm_check_authsize(authsize); in safexcel_aead_gcm_setauthsize()