Lines Matching refs:is_ipsec_esp
995 bool is_ipsec_esp = edesc->desc.hdr & DESC_HDR_TYPE_IPSEC_ESP;
996 struct talitos_ptr *civ_ptr = &edesc->desc.ptr[is_ipsec_esp ? 2 : 3];
998 if (is_ipsec_esp)
1010 if (!is_ipsec_esp) {
1211 bool is_ipsec_esp = desc->hdr & DESC_HDR_TYPE_IPSEC_ESP;
1212 struct talitos_ptr *civ_ptr = &desc->ptr[is_ipsec_esp ? 2 : 3];
1213 struct talitos_ptr *ckey_ptr = &desc->ptr[is_ipsec_esp ? 3 : 2];
1250 if (is_ipsec_esp && (desc->hdr & DESC_HDR_MODE1_MDEU_CICV))
1269 if (is_ipsec_esp && encrypt)
1275 is_ipsec_esp && !encrypt, 1);
1278 if (!encrypt && is_ipsec_esp) {
1292 } else if (!is_ipsec_esp) {
1298 if (is_ipsec_esp)