Searched refs:hashtype (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dremoteconf.h96 int hashtype; member in struct:isakmpsa
H A Dpfkey.c403 ipsecdoi2pfkey_aalg(hashtype)
404 u_int hashtype;
406 switch (hashtype) {
417 "Not supported hash type: %u\n", hashtype);
425 "Invalid hash type: %u\n", hashtype);
603 keylen_aalg(hashtype)
604 u_int hashtype;
608 if (hashtype == 0)
611 res = alg_ipsec_hmacdef_hashlen(hashtype);
614 "invalid hmac algorithm %u.\n", hashtype);
[all...]
H A Dipsec_doi.c349 plog(LLV_DEBUG, LOCATION, NULL, "hashtype = %s:%s\n",
351 s->hashtype),
353 tsap->hashtype));
370 && tsap->hashtype == s->hashtype
421 if (sa.hashtype != s->hashtype) {
423 "rejected hashtype: "
429 s->hashtype),
431 sa.hashtype));
[all...]
H A Doakley.c324 type = iph1->approval->hashtype;
354 type = iph1->approval->hashtype;
2279 prflen = alg_oakley_hashdef_hashlen(iph1->approval->hashtype);
2282 "invalid hash type %d.\n", iph1->approval->hashtype);
H A Dcfparse.y1284 new->hashtype = types[algclass_isakmp_hash];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dhash.c37 enum hashtype { enum
58 enum hashtype type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl497 my $hashtype = shift;
499 my $program = "fipsdrv --key $key --algo $hashtype hmac-sha";
1126 my %hashtype = (
1135 if(!defined($hashtype{$tlen}));
1142 $out .= "Mac = " . &$hmac($key, $tlen, $msg, $hashtype{$tlen}) . "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl497 my $hashtype = shift;
499 my $program = "fipsdrv --key $key --algo $hashtype hmac-sha";
1126 my %hashtype = (
1135 if(!defined($hashtype{$tlen}));
1142 $out .= "Mac = " . &$hmac($key, $tlen, $msg, $hashtype{$tlen}) . "\n";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Djme.h283 __u8 hashtype; member in struct:rxdesc::__anon12963::__anon12965

Completed in 1005 milliseconds