HomeSort by relevance Sort by last modified time
    Searched refs:authtype (Results 1 - 11 of 11) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 63 int authtype; member in struct:xauth_state
proposal.h 102 int authtype; /* authentication algorithm if ESP */ member in struct:satrns
proposal.c 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*
    [all...]
isakmp_xauth.c 214 xst->authtype = XAUTH_TYPE_GENERIC;
    [all...]
ipsec_doi.c     [all...]
handler.c 1199 if (alg->alg == approval->head->head->authtype)
pfkey.c 1088 pr->head->authtype,
1376 pr->head->authtype,
    [all...]
oakley.c 544 l = alg_ipsec_hmacdef_hashlen(tr->authtype);
    [all...]
  /external/openssh/
auth-sia.c 99 ent->authtype = SIA_A_NONE;
  /external/tcpdump/
print-telnet.c 79 static const char *authtype[] = { variable
178 (void)printf(" %s", STR_OR_ID(c, authtype));
print-lwres.c 63 lwres_uint16_t authtype; member in struct:lwres_lwpacket
338 printf(" authtype:0x%x", EXTRACT_16BITS(&np->authtype));

Completed in 142 milliseconds