Home | History | Annotate | Download | only in racoon

Lines Matching refs:authtype

3000 			    tr->authtype == IPSECDOI_ATTR_AUTH_NONE)
3031 if (tr->authtype != IPSECDOI_ATTR_AUTH_NONE)
3035 if (tr->authtype == IPSECDOI_ATTR_AUTH_NONE) {
3113 if ((pr->proto_id == IPSECDOI_PROTO_IPSEC_ESP && tr->authtype != IPSECDOI_ATTR_AUTH_NONE)
3115 x = isakmp_set_attr_l(x, IPSECDOI_ATTR_AUTH, tr->authtype);
4622 tr->authtype = IPSECDOI_ATTR_AUTH_NONE;
4764 if (tr->authtype != IPSECDOI_ATTR_AUTH_NONE) {
4766 "multiple authtype exist "
4770 tr->authtype = (u_int16_t)ntohs(d->lorv);