Lines Matching refs:is_ipsec_esp
996 bool is_ipsec_esp = edesc->desc.hdr & DESC_HDR_TYPE_IPSEC_ESP;
997 struct talitos_ptr *civ_ptr = &edesc->desc.ptr[is_ipsec_esp ? 2 : 3];
999 if (is_ipsec_esp)
1011 if (!is_ipsec_esp) {
1212 bool is_ipsec_esp = desc->hdr & DESC_HDR_TYPE_IPSEC_ESP;
1213 struct talitos_ptr *civ_ptr = &desc->ptr[is_ipsec_esp ? 2 : 3];
1214 struct talitos_ptr *ckey_ptr = &desc->ptr[is_ipsec_esp ? 3 : 2];
1251 if (is_ipsec_esp && (desc->hdr & DESC_HDR_MODE1_MDEU_CICV))
1270 if (is_ipsec_esp && encrypt)
1276 is_ipsec_esp && !encrypt, 1);
1279 if (!encrypt && is_ipsec_esp) {
1293 } else if (!is_ipsec_esp) {
1299 if (is_ipsec_esp)