Home
last modified time | relevance | path

Searched refs:crypto_rfc4106_check_authsize (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/include/crypto/
H A Dgcm.h37 static inline int crypto_rfc4106_check_authsize(unsigned int authsize) in crypto_rfc4106_check_authsize() function
/linux-6.15/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c332 return crypto_rfc4106_check_authsize(authsize); in rfc4106_setauthsize()
/linux-6.15/drivers/crypto/
H A Domap-aes-gcm.c357 return crypto_rfc4106_check_authsize(authsize); in omap_aes_4106gcm_setauthsize()
/linux-6.15/arch/arm/crypto/
H A Dghash-ce-glue.c507 return crypto_rfc4106_check_authsize(authsize); in rfc4106_setauthsize()
/linux-6.15/arch/arm64/crypto/
H A Dghash-ce-glue.c488 return crypto_rfc4106_check_authsize(authsize); in rfc4106_setauthsize()
/linux-6.15/crypto/
H A Dgcm.c711 err = crypto_rfc4106_check_authsize(authsize); in crypto_rfc4106_setauthsize()
/linux-6.15/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c748 if (crypto_rfc4106_check_authsize(authsize)) in otx2_cpt_aead_gcm_set_authsize()
/linux-6.15/drivers/crypto/caam/
H A Dcaamalg_qi.c457 err = crypto_rfc4106_check_authsize(authsize); in rfc4106_setauthsize()
H A Dcaamalg.c455 err = crypto_rfc4106_check_authsize(authsize); in rfc4106_setauthsize()
H A Dcaamalg_qi2.c809 err = crypto_rfc4106_check_authsize(authsize); in rfc4106_setauthsize()
/linux-6.15/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c3423 return crypto_rfc4106_check_authsize(authsize); in safexcel_rfc4106_gcm_setauthsize()