Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/crypto/
H A Dgcm.h13 static inline int crypto_gcm_check_authsize(unsigned int authsize) in crypto_gcm_check_authsize() function
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Domap-aes-gcm.c350 return crypto_gcm_check_authsize(authsize); in omap_aes_gcm_setauthsize()
H A Datmel-aes.c1729 return crypto_gcm_check_authsize(authsize); in atmel_aes_gcm_setauthsize()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_skcipher_utils.c472 return crypto_gcm_check_authsize(authsize); in rk_aead_gcm_setauthsize()
/OK3568_Linux_fs/kernel/crypto/
H A Dgcm.c149 return crypto_gcm_check_authsize(authsize); in crypto_gcm_setauthsize()
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dcaamalg_qi.c348 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
H A Dcaamalg.c378 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
H A Dcaamalg_qi2.c707 err = crypto_gcm_check_authsize(authsize); in gcm_setauthsize()
/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c2643 return crypto_gcm_check_authsize(authsize); in safexcel_aead_gcm_setauthsize()