Searched refs:hashlist (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssl/tools/
H A Dc_rehash51 my %hashlist;
112 while(exists $hashlist{"$hash.$suffix"}) {
114 if($hashlist{"$hash.$suffix"} eq $fprint) {
128 $hashlist{$hash} = $fprint;
143 while(exists $hashlist{"$hash.r$suffix"}) {
145 if($hashlist{"$hash.r$suffix"} eq $fprint) {
159 $hashlist{$hash} = $fprint;
H A Dc_rehash.in51 my %hashlist;
112 while(exists $hashlist{"$hash.$suffix"}) {
114 if($hashlist{"$hash.$suffix"} eq $fprint) {
128 $hashlist{$hash} = $fprint;
143 while(exists $hashlist{"$hash.r$suffix"}) {
145 if($hashlist{"$hash.r$suffix"} eq $fprint) {
159 $hashlist{$hash} = $fprint;
/freebsd-9.3-release/contrib/cvs/src/
H A Dhash.h43 struct hashlist struct
47 struct hashlist *next;
49 typedef struct hashlist List;
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dippool_y.y84 %type <ipe> ipfgroup ipfhash hashlist hashentry
169 IPT_TYPE '=' IPT_HASH number hashopts start hashlist end
280 hashlist: label
283 | hashentry next hashlist { $1->ipe_next = $3; $$ = $1; }
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-signzone.c98 typedef struct hashlist hashlist_t;
696 struct hashlist { struct
730 fatal("unable to grow hashlist: out of memory");
1879 unsigned int iterations, hashlist_t *hashlist,
1904 nexthash = hashlist_findnext(hashlist, hash);
1936 * is in hashlist. If 'name' is not in the hashlist then delete the
1945 const unsigned char *salt, size_t salt_length, hashlist_t *hashlist)
1978 exists = hashlist_exists(hashlist, hash);
2137 const unsigned char *salt, size_t salt_length, hashlist_t *hashlist)
1877 addnsec3(dns_name_t *name, dns_dbnode_t *node, const unsigned char *salt, size_t salt_length, unsigned int iterations, hashlist_t *hashlist, dns_ttl_t ttl) argument
1943 nsec3clean(dns_name_t *name, dns_dbnode_t *node, unsigned int hashalg, unsigned int iterations, const unsigned char *salt, size_t salt_length, hashlist_t *hashlist) argument
2136 nsec3ify(unsigned int hashalg, dns_iterations_t iterations, const unsigned char *salt, size_t salt_length, hashlist_t *hashlist) argument
3057 hashlist_t hashlist; local
[all...]

Completed in 119 milliseconds