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

  /external/ipsec-tools/src/racoon/
remoteconf.h 144 int hashtype; member in struct:isakmpsa
pfkey.c 456 ipsecdoi2pfkey_aalg(hashtype)
457 u_int hashtype;
459 switch (hashtype) {
488 "Not supported hash type: %u\n", hashtype);
496 "Invalid hash type: %u\n", hashtype);
686 keylen_aalg(hashtype)
687 u_int hashtype;
691 if (hashtype == 0)
694 res = alg_ipsec_hmacdef_hashlen(hashtype);
697 "invalid hmac algorithm %u.\n", hashtype);
    [all...]
ipsec_doi.c 377 plog(LLV_DEBUG, LOCATION, NULL, "hashtype = %s:%s\n",
379 s->hashtype),
381 tsap->hashtype));
402 tsap->hashtype == s->hashtype &&
513 if (sa.hashtype != s->hashtype) {
515 "rejected hashtype: "
521 s->hashtype),
523 sa.hashtype));
    [all...]
nattraversal.c 131 saddr2str(addr), iph1->approval->hashtype,
handler.c 1465 if (approval->hashtype != p->hashtype) {
1467 "Reload: hashtype mismatch\n");
remoteconf.c 602 alg_oakley_hashdef_name(prop->hashtype));
oakley.c 393 type = iph1->approval->hashtype;
423 type = iph1->approval->hashtype;
    [all...]
cfparse.y     [all...]
  /external/ipsec-tools/
setup.c 322 p->hashtype = hash;

Completed in 631 milliseconds