| /scripts/ |
| A D | get_dvb_firmware | 287 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 D | parse-maintainers.pl | 177 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 D | extract-module-sig.pl | 59 my ($algo, $hash, $id_type, $name_len, $kid_len, $sig_len) = @info;
|
| A D | get_maintainer.pl | 889 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 D | git-resolve.sh | 78 echo "$hash"
|
| A D | extract_xc3028.pl | 29 my ($filename, $hash) = @_; 41 …Hash of extracted file does not match (found $testhash, expected $hash!\n" if ($testhash ne $hash);
|
| A D | sign-file.c | 67 uint8_t hash; /* Digest algorithm [0] */ member
|
| /scripts/basic/ |
| A D | fixdep.c | 113 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 D | hash.h | 8 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 D | sumversion.c | 94 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 D | cache.c | 11 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 D | die.c | 40 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 D | kabi.c | 86 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 D | types.c | 73 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 D | gendwarfksyms.h | 190 struct hlist_node hash; member
|
| /scripts/kconfig/ |
| A D | util.c | 29 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 D | symbol.c | 905 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 D | expr.c | 36 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 D | randomize_layout_plugin.c | 47 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()
|