Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 19 of 19) sorted by relevance

/scripts/
A Dget_dvb_firmware287 verify($fwfile, $hash);
300 verify($outfile,$hash);
347 verify($fwfile, $hash);
360 verify($fwfile, $hash);
490 verify($fwfile, $hash);
503 verify($fwfile, $hash);
516 verify($outfile,$hash);
641 verify($zipfile, $hash);
659 verify($zipfile, $hash);
674 verify($fwfile, $hash);
[all …]
A Dparse-maintainers.pl177 my %hash;
180 file_input(\%hash, $input_file);
183 foreach my $key (keys %hash) {
184 if ($key =~ /$type/ || $hash{$key} =~ /$type/) {
185 $new_hash{$key} = $hash{$key};
186 delete $hash{$key};
191 alpha_output(\%hash, $output_file);
A Dextract-module-sig.pl59 my ($algo, $hash, $id_type, $name_len, $kid_len, $sig_len) = @info;
A Dget_maintainer.pl889 my %hash;
932 $hash{$tvi} = $value_pd;
937 $hash{$tvi} = 0;
946 foreach my $line (sort {$hash{$b} <=> $hash{$a}} keys %hash) {
2192 my %hash;
2209 $hash{$_}++ for @lines;
2212 foreach my $line (sort {$hash{$b} <=> $hash{$a}} keys %hash) {
2213 my $sign_offs = $hash{$line};
A Dgit-resolve.sh78 echo "$hash"
A Dextract_xc3028.pl29 my ($filename, $hash) = @_;
41 …Hash of extracted file does not match (found $testhash, expected $hash!\n" if ($testhash ne $hash);
A Dsign-file.c67 uint8_t hash; /* Digest algorithm [0] */ member
/scripts/basic/
A Dfixdep.c113 unsigned int hash; member
123 unsigned int i, hash = 2166136261U; in strhash() local
126 hash = (hash ^ str[i]) * 0x01000193; in strhash()
127 return hash; in strhash()
141 aux->hash = hash; in add_to_hashtable()
142 aux->next = hashtab[hash % HASHSZ]; in add_to_hashtable()
143 hashtab[hash % HASHSZ] = aux; in add_to_hashtable()
153 unsigned int hash = strhash(name, len); in in_hashtable() local
155 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in in_hashtable()
156 if (aux->hash == hash && aux->len == len && in in_hashtable()
[all …]
/scripts/include/
A Dhash.h8 unsigned int hash = 2166136261U; in hash_str() local
11 hash = (hash ^ *s) * 0x01000193; in hash_str()
12 return hash; in hash_str()
/scripts/mod/
A Dsumversion.c94 a = hash[0]; in md4_transform()
95 b = hash[1]; in md4_transform()
96 c = hash[2]; in md4_transform()
97 d = hash[3]; in md4_transform()
150 hash[0] += a; in md4_transform()
151 hash[1] += b; in md4_transform()
152 hash[2] += c; in md4_transform()
153 hash[3] += d; in md4_transform()
164 mctx->hash[0] = 0x67452301; in md4_init()
221 cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash)); in md4_final_ascii()
[all …]
/scripts/gendwarfksyms/
A Dcache.c11 struct hlist_node hash; member
21 hash_add(cache->cache, &ci->hash, hash_32(key)); in cache_set()
28 hash_for_each_possible(cache->cache, ci, hash, hash_32(key)) { in cache_get()
46 hash_for_each_safe(cache->cache, ci, tmp, hash) { in cache_free()
A Ddie.c40 hash_add(die_map, &cd->hash, die_hash(cd->addr, state)); in create_die()
48 hash_for_each_possible(die_map, cd, hash, die_hash(addr, state)) { in __die_map_get()
92 hash_for_each_safe(die_map, cd, tmp, hash) { in die_map_for_each()
106 hash_for_each_safe(die_map, cd, tmp, hash) { in die_map_free()
A Dkabi.c86 struct hlist_node hash; member
237 hash_add(rules, &rule->hash, rule_hash(rule)); in kabi_read_rules()
268 hash_for_each_possible(rules, rule, hash, in find_rule()
366 hash_for_each_safe(rules, rule, tmp, hash) { in kabi_free()
A Dtypes.c73 struct hlist_node hash; member
109 hash_for_each_possible(type_map, e, hash, hash_str(name)) { in __type_map_get()
129 hash_add(type_map, &e->hash, hash_str(e->name)); in type_map_add()
203 hash_for_each_safe(type_map, e, tmp, hash) in type_map_write()
206 hash_for_each_safe(type_map, e, tmp, hash) in type_map_write()
226 hash_for_each_safe(type_map, e, tmp, hash) { in type_map_free()
A Dgendwarfksyms.h190 struct hlist_node hash; member
/scripts/kconfig/
A Dutil.c29 int hash = hash_str(name); in file_lookup() local
31 hash_for_each_possible(file_hashtable, file, node, hash) in file_lookup()
41 hash_add(file_hashtable, &file->node, hash); in file_lookup()
A Dsymbol.c905 int hash; in sym_lookup() local
915 hash = hash_str(name); in sym_lookup()
917 hash_for_each_possible(sym_hashtable, symbol, node, hash) { in sym_lookup()
927 hash = 0; in sym_lookup()
938 hash_add(sym_hashtable, &symbol->node, hash); in sym_lookup()
946 int hash = 0; in sym_find() local
958 hash = hash_str(name); in sym_find()
960 hash_for_each_possible(sym_hashtable, symbol, node, hash) { in sym_find()
A Dexpr.c36 int hash; in expr_lookup() local
38 hash = hash_32((unsigned int)type ^ hash_ptr(l) ^ hash_ptr(r)); in expr_lookup()
40 hash_for_each_possible(expr_hashtable, e, node, hash) { in expr_lookup()
52 hash_add(expr_hashtable, &e->node, hash); in expr_lookup()
/scripts/gcc-plugins/
A Drandomize_layout_plugin.c47 unsigned long hash = 0; in name_hash() local
50 hash = partial_name_hash(*name++, hash); in name_hash()
51 return (unsigned int)hash; in name_hash()

Completed in 27 milliseconds