Home
last modified time | relevance | path

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

/openbsd/sbin/iked/
H A Dikev2.c6317 if (encrxf && (csa->csa_encrkey = ibuf_getdata(keymat, in ikev2_childsa_negotiate()
6318 encrxf->xform_keylength / 8)) == NULL) { in ikev2_childsa_negotiate()
6329 if (encrxf) in ikev2_childsa_negotiate()
6330 csa->csa_encrid = encrxf->xform_id; in ikev2_childsa_negotiate()
6351 encrxf->xform_keylength / 8)) == NULL) { in ikev2_childsa_negotiate()
6697 struct iked_transform *xform, *encrxf, *integrxf; in ikev2_valid_proposal() local
6708 encrxf = integrxf = NULL; in ikev2_valid_proposal()
6712 encrxf = xform; in ikev2_valid_proposal()
6721 if (encrxf == NULL || integrxf == NULL) in ikev2_valid_proposal()
6727 if (encrxf == NULL) in ikev2_valid_proposal()
[all …]