Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dproposal.c512 newtr->authtype = tr1->authtype;
594 if (tr1->authtype != tr2->authtype) {
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*/
979 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr->authtype));
986 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr->authtype));
Disakmp_xauth.h63 int authtype; member
Dproposal.h102 int authtype; /* authentication algorithm if ESP */ member
Disakmp_xauth.c214 xst->authtype = XAUTH_TYPE_GENERIC;
1626 switch (xst->authtype) {
1640 "Unsupported authtype %d\n", xst->authtype);
1645 "Unexpected authtype %d\n", xst->authtype);
Dipsec_doi.c3000 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) {
4770 tr->authtype = (u_int16_t)ntohs(d->lorv);
Dpfkey.c1088 pr->head->authtype,
1376 pr->head->authtype,
Dhandler.c1199 if (alg->alg == approval->head->head->authtype) in revalidate_ph2()
Doakley.c541 l = alg_ipsec_hmacdef_hashlen(tr->authtype);
/external/tcpdump/
Dprint-telnet.c79 static const char *authtype[] = { variable
178 (void)printf(" %s", STR_OR_ID(c, authtype)); in telnet_parse()
Dprint-lwres.c63 lwres_uint16_t authtype; member
338 printf(" authtype:0x%x", EXTRACT_16BITS(&np->authtype)); in lwres_print()