Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dgcm.h54 static inline int crypto_ipsec_check_assoclen(unsigned int assoclen) in crypto_ipsec_check_assoclen() function
/linux/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c344 return crypto_ipsec_check_assoclen(req->assoclen) ?: in rfc4106_encrypt()
357 return crypto_ipsec_check_assoclen(req->assoclen) ?: in rfc4106_decrypt()
/linux/crypto/
H A Dgcm.c759 err = crypto_ipsec_check_assoclen(req->assoclen); in crypto_rfc4106_encrypt()
772 err = crypto_ipsec_check_assoclen(req->assoclen); in crypto_rfc4106_decrypt()
953 return crypto_ipsec_check_assoclen(req->assoclen) ?: in crypto_rfc4543_encrypt()
959 return crypto_ipsec_check_assoclen(req->assoclen) ?: in crypto_rfc4543_decrypt()
/linux/arch/arm64/crypto/
H A Dghash-ce-glue.c469 return crypto_ipsec_check_assoclen(req->assoclen) ?: in rfc4106_encrypt()
482 return crypto_ipsec_check_assoclen(req->assoclen) ?: in rfc4106_decrypt()
/linux/arch/arm/crypto/
H A Dghash-ce-glue.c509 return crypto_ipsec_check_assoclen(req->assoclen) ?: in rfc4106_encrypt()
522 return crypto_ipsec_check_assoclen(req->assoclen) ?: in rfc4106_decrypt()
/linux/drivers/crypto/ccree/
H 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/
H A Daead.c549 if (crypto_ipsec_check_assoclen(req->assoclen)) in qce_aead_crypt()
/linux/drivers/crypto/caam/
H A Dcaamalg_qi.c1200 return crypto_ipsec_check_assoclen(req->assoclen) ? : aead_crypt(req, in ipsec_gcm_encrypt()
1206 return crypto_ipsec_check_assoclen(req->assoclen) ? : aead_crypt(req, in ipsec_gcm_decrypt()
H A Dcaamalg.c1601 return crypto_ipsec_check_assoclen(req->assoclen) ? : gcm_encrypt(req); in ipsec_gcm_encrypt()
1606 return crypto_ipsec_check_assoclen(req->assoclen) ? : gcm_decrypt(req); in ipsec_gcm_decrypt()
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c3774 crypto_ipsec_check_assoclen(req->assoclen) != 0) { in chcr_aead_op()