Home
last modified time | relevance | path

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

/openbsd-src/sbin/iked/
H A Dparse.y2627 return ikeencxfs[i].noauth; in keylength_xf()
2729 unsigned int i, j, xfi, noauth, auth; in create_ike()
2901 noauth = auth = 0; in create_ike()
2903 if (ike_sa->xfs[i]->encxf[j]->noauth) in create_ike()
2904 noauth++; in create_ike()
2922 if (noauth && noauth != ike_sa->xfs[i]->nencxf) { in create_ike()
2927 if (noauth && ike_sa->xfs[i]->nauthxf) { in create_ike()
2962 if (!noauth) { in create_ike()
3019 noauth in create_ike()
2721 unsigned int i, j, xfi, noauth, auth; create_ike() local
[all...]
H A Dpolicy.c1082 unsigned int i, j, type, score, requiredh = 0, nodh = 0, noauth = 0; in proposals_match() local
1094 noauth = 1; in proposals_match()
1101 if (noauth && tpeer->xform_type == IKEV2_XFORMTYPE_INTEGR) in proposals_match()
1173 (!noauth && i == IKEV2_XFORMTYPE_INTEGR) || in proposals_match()
H A Diked.h949 unsigned int noauth;
947 unsigned int noauth; global() member
/openbsd-src/lib/libc/rpc/
H A Dauth_none.c115 authnone_validate(struct __rpc_auth *none, struct opaque_auth *noauth) in authnone_validate() argument
/openbsd-src/sbin/ipsecctl/
H A Dipsecctl.h151 u_int8_t noauth; member
H A Dparse.y2379 if (xfs->encxf->noauth && xfs->authxf) { in validate_sa()
2383 } else if (!xfs->encxf->noauth && !xfs->authxf) in validate_sa()
2899 phase2mode->xfs->encxf->noauth && in create_ike()