Searched refs:hash (Results 1 – 18 of 18) sorted by relevance
/scripts/ |
D | get_dvb_firmware | 65 my $hash = "53970ec17a538945a6d8cb608a7b3899"; 73 verify("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $hash); 83 my $hash = "237938d53a7f834c05c42b894ca68ac3"; 93 verify("$tmpdir/ZEnglish/sc_main.mc", $hash); 102 my $hash = "2105fd5bf37842fbcdfa4bfd58f3594a"; 111 verify("$tmpdir/fwtmp", $hash); 120 my $hash = "6a7e1e2f2644b162ff0502367553c72d"; 129 verify("$tmpdir/fwtmp", $hash); 138 my $hash = "1ea24dee4eea8fe971686981f34fd2e0"; 147 verify("$tmpdir/fwtmp", $hash); [all …]
|
D | get_maintainer.pl | 614 my %hash; 657 $hash{$tvi} = $value_pd; 662 $hash{$tvi} = 0; 671 foreach my $line (sort {$hash{$b} <=> $hash{$a}} keys %hash) { 1889 my %hash; 1906 $hash{$_}++ for @lines; 1909 foreach my $line (sort {$hash{$b} <=> $hash{$a}} keys %hash) { 1910 my $sign_offs = $hash{$line};
|
D | extract-module-sig.pl | 57 my ($algo, $hash, $id_type, $name_len, $kid_len, $sig_len) = @info;
|
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);
|
D | sign-file.c | 55 uint8_t hash; /* Digest algorithm [0] */ member
|
D | Kbuild.include | 193 # Usage: ldflags += $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
/scripts/basic/ |
D | fixdep.c | 174 unsigned int hash; member 184 unsigned int i, hash = 2166136261U; in strhash() local 187 hash = (hash ^ str[i]) * 0x01000193; in strhash() 188 return hash; in strhash() 194 static int is_defined_config(const char *name, int len, unsigned int hash) in is_defined_config() argument 198 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in is_defined_config() 199 if (aux->hash == hash && aux->len == len && in is_defined_config() 209 static void define_config(const char *name, int len, unsigned int hash) in define_config() argument 219 aux->hash = hash; in define_config() 220 aux->next = hashtab[hash % HASHSZ]; in define_config() [all …]
|
/scripts/mod/ |
D | sumversion.c | 41 uint32_t hash[MD4_HASH_WORDS]; member 88 static void md4_transform(uint32_t *hash, uint32_t const *in) in md4_transform() argument 92 a = hash[0]; in md4_transform() 93 b = hash[1]; in md4_transform() 94 c = hash[2]; in md4_transform() 95 d = hash[3]; in md4_transform() 148 hash[0] += a; in md4_transform() 149 hash[1] += b; in md4_transform() 150 hash[2] += c; in md4_transform() 151 hash[3] += d; in md4_transform() [all …]
|
D | modpost.c | 208 unsigned int hash; in new_symbol() local 211 hash = tdb_hash(name) % SYMBOL_HASH_SIZE; in new_symbol() 212 new = symbolhash[hash] = alloc_symbol(name, 0, symbolhash[hash]); in new_symbol()
|
/scripts/kconfig/ |
D | symbol.c | 805 unsigned hash = 2166136261U; in strhash() local 807 hash = (hash ^ *s) * 0x01000193; in strhash() 808 return hash; in strhash() 815 int hash; in sym_lookup() local 825 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup() 827 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) { in sym_lookup() 837 hash = 0; in sym_lookup() 846 symbol->next = symbol_hash[hash]; in sym_lookup() 847 symbol_hash[hash] = symbol; in sym_lookup() 855 int hash = 0; in sym_find() local [all …]
|
D | .gitignore | 8 zconf.hash.c
|
D | zconf.gperf | 2 %define hash-function-name kconf_id_hash
|
D | zconf.hash.c_shipped | 2 /* Command-line: gperf -t --output-file scripts/kconfig/zconf.hash.c_shipped -a -C -E -g -k '1,3,$'…
|
D | zconf.tab.c_shipped | 210 /* Include zconf.hash.c here so it can see the token constants. */ 211 #include "zconf.hash.c"
|
/scripts/genksyms/ |
D | .gitignore | 1 *.hash.c
|
D | keywords.gperf | 2 %define hash-function-name is_reserved_hash
|
D | keywords.hash.c_shipped | 2 /* Command-line: gperf -t --output-file scripts/genksyms/keywords.hash.c_shipped -a -C -E -g -k '1,…
|
D | lex.lex.c_shipped | 1908 #include "keywords.hash.c"
|