Searched refs:hashtype (Results 1 – 8 of 8) sorted by relevance
517 ipsecdoi2pfkey_aalg(hashtype) in ipsecdoi2pfkey_aalg() argument518 u_int hashtype; in ipsecdoi2pfkey_aalg()520 switch (hashtype) {549 "Not supported hash type: %u\n", hashtype);557 "Invalid hash type: %u\n", hashtype);747 keylen_aalg(hashtype) in keylen_aalg() argument748 u_int hashtype; in keylen_aalg()752 if (hashtype == 0)755 res = alg_ipsec_hmacdef_hashlen(hashtype);758 "invalid hmac algorithm %u.\n", hashtype);[all …]
63 int hashtype; member
1078 alg_oakley_hashdef_name(prop->hashtype)); in dump_rmconf_single()1225 proposal->hashtype != p->hashtype)
136 saddr2str(addr), iph1->approval->hashtype, in natt_hash_addr()
436 type = iph1->approval->hashtype;466 type = iph1->approval->hashtype;2681 prflen = alg_oakley_hashdef_hashlen(iph1->approval->hashtype);2684 "invalid hash type %d.\n", iph1->approval->hashtype);
225 s_oakley_attr_v(OAKLEY_ATTR_HASH_ALG, s->hashtype));467 sa->hashtype = (u_int16_t)ntohs(d->lorv);2785 if (sa->hashtype) {2788 p = isakmp_set_attr_l(p, OAKLEY_ATTR_HASH_ALG, sa->hashtype);
2662 new->hashtype = types[algclass_isakmp_hash];
302 p->hashtype = hash; in add_proposal()