Searched refs:crypto_ipsec_check_assoclen (Results 1 – 10 of 10) sorted by relevance
54 static inline int crypto_ipsec_check_assoclen(unsigned int assoclen) in crypto_ipsec_check_assoclen() function
344 return crypto_ipsec_check_assoclen(req->assoclen) ?: in rfc4106_encrypt()357 return crypto_ipsec_check_assoclen(req->assoclen) ?: in rfc4106_decrypt()
759 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()
469 return crypto_ipsec_check_assoclen(req->assoclen) ?: in rfc4106_encrypt()482 return crypto_ipsec_check_assoclen(req->assoclen) ?: in rfc4106_decrypt()
509 return crypto_ipsec_check_assoclen(req->assoclen) ?: in rfc4106_encrypt()522 return crypto_ipsec_check_assoclen(req->assoclen) ?: in rfc4106_decrypt()
2045 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()
549 if (crypto_ipsec_check_assoclen(req->assoclen)) in qce_aead_crypt()
1200 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()
1601 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()
3774 crypto_ipsec_check_assoclen(req->assoclen) != 0) { in chcr_aead_op()