Home
last modified time | relevance | path

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

/linux/include/crypto/
A Dgcm.h51 static inline int crypto_ipsec_check_assoclen(unsigned int assoclen) in crypto_ipsec_check_assoclen() function
/linux/drivers/crypto/
A 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/crypto/
A 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/drivers/crypto/ccree/
A 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/drivers/crypto/qce/
A Daead.c549 if (crypto_ipsec_check_assoclen(req->assoclen)) in qce_aead_crypt()
/linux/drivers/crypto/caam/
A 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()
A 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()
A 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/drivers/crypto/inside-secure/
A 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/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.c1052 if (crypto_ipsec_check_assoclen(req->assoclen)) in create_aead_ctx_hdr()
/linux/drivers/crypto/chelsio/
A Dchcr_algo.c3765 crypto_ipsec_check_assoclen(req->assoclen) != 0) { in chcr_aead_op()

Completed in 44 milliseconds