Home | History | Annotate | Download | only in racoon

Lines Matching refs:authtype

512 		newtr->authtype = tr1->authtype;
594 if (tr1->authtype != tr2->authtype) {
596 "authtype mismatched: "
598 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr2->authtype),
599 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr1->authtype));
668 newtr->authtype = a->alg;
693 newtr->authtype = b->alg;
718 newtr->authtype = IPSECDOI_ATTR_AUTH_NONE; /*no auth*/
977 " (trns_id=%s authtype=%s)\n",
979 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr->authtype));
983 " (trns_id=%s encklen=%d authtype=%s)\n",
986 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr->authtype));