Lines Matching defs:encrxf
6160 struct iked_transform *xform, *encrxf = NULL, *integrxf = NULL;
6312 if (ikev2_valid_proposal(prop, &encrxf, &integrxf, &esn) != 0)
6355 if (encrxf && (csa->csa_encrkey = ibuf_getdata(keymat,
6356 encrxf->xform_keylength / 8)) == NULL) {
6367 if (encrxf)
6368 csa->csa_encrid = encrxf->xform_id;
6388 if (encrxf && (csb->csa_encrkey = ibuf_getdata(keymat,
6389 encrxf->xform_keylength / 8)) == NULL) {
6735 struct iked_transform *xform, *encrxf, *integrxf;
6746 encrxf = integrxf = NULL;
6750 encrxf = xform;
6759 if (encrxf == NULL || integrxf == NULL)
6765 if (encrxf == NULL)
6770 *exf = encrxf;