Searched refs:authtype (Results 1 – 10 of 10) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | proposal.c | 512 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));
|
D | isakmp_xauth.h | 63 int authtype; member
|
D | proposal.h | 102 int authtype; /* authentication algorithm if ESP */ member
|
D | isakmp_xauth.c | 214 xst->authtype = XAUTH_TYPE_GENERIC; 1626 switch (xst->authtype) { 1640 "Unsupported authtype %d\n", xst->authtype); 1645 "Unexpected authtype %d\n", xst->authtype);
|
D | ipsec_doi.c | 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) { 4770 tr->authtype = (u_int16_t)ntohs(d->lorv);
|
D | pfkey.c | 1088 pr->head->authtype, 1376 pr->head->authtype,
|
D | handler.c | 1199 if (alg->alg == approval->head->head->authtype) in revalidate_ph2()
|
D | oakley.c | 541 l = alg_ipsec_hmacdef_hashlen(tr->authtype);
|
/external/tcpdump/ |
D | print-telnet.c | 79 static const char *authtype[] = { variable 178 (void)printf(" %s", STR_OR_ID(c, authtype)); in telnet_parse()
|
D | print-lwres.c | 63 lwres_uint16_t authtype; member 338 printf(" authtype:0x%x", EXTRACT_16BITS(&np->authtype)); in lwres_print()
|