Home
last modified time | relevance | path

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

/Linux-v5.15/include/crypto/
Dgcm.h51 static inline int crypto_ipsec_check_assoclen(unsigned int assoclen) in crypto_ipsec_check_assoclen() function
/Linux-v5.15/drivers/crypto/
Domap-aes-gcm.c295 return crypto_ipsec_check_assoclen(req->assoclen) ?: in omap_aes_4106gcm_encrypt()
307 return crypto_ipsec_check_assoclen(req->assoclen) ?: in omap_aes_4106gcm_decrypt()
/Linux-v5.15/crypto/
Dgcm.c767 err = crypto_ipsec_check_assoclen(req->assoclen); in crypto_rfc4106_encrypt()
780 err = crypto_ipsec_check_assoclen(req->assoclen); in crypto_rfc4106_decrypt()
977 return crypto_ipsec_check_assoclen(req->assoclen) ?: in crypto_rfc4543_encrypt()
983 return crypto_ipsec_check_assoclen(req->assoclen) ?: in crypto_rfc4543_decrypt()
/Linux-v5.15/drivers/crypto/ccree/
Dcc_aead.c2045 rc = crypto_ipsec_check_assoclen(req->assoclen); in cc_rfc4309_ccm_encrypt()
2087 rc = crypto_ipsec_check_assoclen(req->assoclen); in cc_rfc4309_ccm_decrypt()
2199 rc = crypto_ipsec_check_assoclen(req->assoclen); in cc_rfc4106_gcm_encrypt()
2223 rc = crypto_ipsec_check_assoclen(req->assoclen); in cc_rfc4543_gcm_encrypt()
2250 rc = crypto_ipsec_check_assoclen(req->assoclen); in cc_rfc4106_gcm_decrypt()
2274 rc = crypto_ipsec_check_assoclen(req->assoclen); in cc_rfc4543_gcm_decrypt()
/Linux-v5.15/drivers/crypto/qce/
Daead.c549 if (crypto_ipsec_check_assoclen(req->assoclen)) in qce_aead_crypt()
/Linux-v5.15/drivers/crypto/caam/
Dcaamalg_qi.c1195 return crypto_ipsec_check_assoclen(req->assoclen) ? : aead_crypt(req, in ipsec_gcm_encrypt()
1201 return crypto_ipsec_check_assoclen(req->assoclen) ? : aead_crypt(req, in ipsec_gcm_decrypt()
Dcaamalg.c1582 return crypto_ipsec_check_assoclen(req->assoclen) ? : gcm_encrypt(req); in ipsec_gcm_encrypt()
1587 return crypto_ipsec_check_assoclen(req->assoclen) ? : gcm_decrypt(req); in ipsec_gcm_decrypt()
Dcaamalg_qi2.c1381 return crypto_ipsec_check_assoclen(req->assoclen) ? : aead_encrypt(req); in ipsec_gcm_encrypt()
1386 return crypto_ipsec_check_assoclen(req->assoclen) ? : aead_decrypt(req); in ipsec_gcm_decrypt()
/Linux-v5.15/drivers/crypto/inside-secure/
Dsafexcel_cipher.c3572 return crypto_ipsec_check_assoclen(req->assoclen) ?: in safexcel_rfc4106_encrypt()
3578 return crypto_ipsec_check_assoclen(req->assoclen) ?: in safexcel_rfc4106_decrypt()
/Linux-v5.15/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.c1052 if (crypto_ipsec_check_assoclen(req->assoclen)) in create_aead_ctx_hdr()
/Linux-v5.15/drivers/crypto/chelsio/
Dchcr_algo.c3765 crypto_ipsec_check_assoclen(req->assoclen) != 0) { in chcr_aead_op()