Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dgcm.h13 static inline int crypto_gcm_check_authsize(unsigned int authsize) in crypto_gcm_check_authsize() function
/Linux-v5.4/crypto/
Dgcm.c155 return crypto_gcm_check_authsize(authsize); in crypto_gcm_setauthsize()
/Linux-v5.4/drivers/crypto/caam/
Dcaamalg_qi.c341 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
Dcaamalg.c363 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
Dcaamalg_qi2.c710 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_cipher.c2155 return crypto_gcm_check_authsize(authsize); in safexcel_aead_gcm_setauthsize()