Home
last modified time | relevance | path

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

/openbsd/sbin/iked/
H A Dikev2.c6355 if (encrxf && (csa->csa_encrkey = ibuf_getdata(keymat, in ikev2_childsa_negotiate()
6356 encrxf->xform_keylength / 8)) == NULL) { in ikev2_childsa_negotiate()
6367 if (encrxf) in ikev2_childsa_negotiate()
6368 csa->csa_encrid = encrxf->xform_id; in ikev2_childsa_negotiate()
6389 encrxf->xform_keylength / 8)) == NULL) { in ikev2_childsa_negotiate()
6735 struct iked_transform *xform, *encrxf, *integrxf; in ikev2_valid_proposal() local
6746 encrxf = integrxf = NULL; in ikev2_valid_proposal()
6750 encrxf = xform; in ikev2_valid_proposal()
6759 if (encrxf == NULL || integrxf == NULL) in ikev2_valid_proposal()
6765 if (encrxf == NULL) in ikev2_valid_proposal()
[all …]