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.h65 int authtype; member
Dproposal.h102 int authtype; /* authentication algorithm if ESP */ member
Disakmp_xauth.c215 xst->authtype = XAUTH_TYPE_GENERIC;
1711 switch (xst->authtype) {
1725 "Unsupported authtype %d\n", xst->authtype);
1730 "Unexpected authtype %d\n", xst->authtype);
Dipsec_doi.c2963 tr->authtype == IPSECDOI_ATTR_AUTH_NONE)
2994 if (tr->authtype != IPSECDOI_ATTR_AUTH_NONE)
2998 if (tr->authtype == IPSECDOI_ATTR_AUTH_NONE) {
3076 if ((pr->proto_id == IPSECDOI_PROTO_IPSEC_ESP && tr->authtype != IPSECDOI_ATTR_AUTH_NONE)
3078 x = isakmp_set_attr_l(x, IPSECDOI_ATTR_AUTH, tr->authtype);
4536 tr->authtype = IPSECDOI_ATTR_AUTH_NONE;
4678 if (tr->authtype != IPSECDOI_ATTR_AUTH_NONE) {
4684 tr->authtype = (u_int16_t)ntohs(d->lorv);
Dhandler.c1361 if (alg->alg == approval->head->head->authtype) in revalidate_ph2()
Dpfkey.c1166 pr->head->authtype,
1452 pr->head->authtype,
Doakley.c591 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()