Home | History | Annotate | Download | only in racoon

Lines Matching refs:authtype

3004 			    tr->authtype == IPSECDOI_ATTR_AUTH_NONE)
3035 if (tr->authtype != IPSECDOI_ATTR_AUTH_NONE)
3039 if (tr->authtype == IPSECDOI_ATTR_AUTH_NONE) {
3117 if ((pr->proto_id == IPSECDOI_PROTO_IPSEC_ESP && tr->authtype != IPSECDOI_ATTR_AUTH_NONE)
3119 x = isakmp_set_attr_l(x, IPSECDOI_ATTR_AUTH, tr->authtype);
4636 tr->authtype = IPSECDOI_ATTR_AUTH_NONE;
4778 if (tr->authtype != IPSECDOI_ATTR_AUTH_NONE) {
4780 "multiple authtype exist "
4784 tr->authtype = (u_int16_t)ntohs(d->lorv);