Home
last modified time | relevance | path

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

/Linux-v5.10/include/crypto/
Dgcm.h13 static inline int crypto_gcm_check_authsize(unsigned int authsize) in crypto_gcm_check_authsize() function
/Linux-v5.10/drivers/crypto/
Domap-aes-gcm.c350 return crypto_gcm_check_authsize(authsize); in omap_aes_gcm_setauthsize()
Datmel-aes.c1729 return crypto_gcm_check_authsize(authsize); in atmel_aes_gcm_setauthsize()
/Linux-v5.10/crypto/
Dgcm.c149 return crypto_gcm_check_authsize(authsize); in crypto_gcm_setauthsize()
/Linux-v5.10/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.c707 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
/Linux-v5.10/drivers/crypto/inside-secure/
Dsafexcel_cipher.c2643 return crypto_gcm_check_authsize(authsize); in safexcel_aead_gcm_setauthsize()