Home
last modified time | relevance | path

Searched full:hash1 (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/sdbusplus/src/server/
H A Dtransaction.cpp80 auto hash1 = std::hash<sdbusplus::bus_t>{}(t.bus); in operator ()()
85 hash1 ^ (hash2 + 0x9e3779b9 + (hash1 << 6) + (hash1 >> 2))); in operator ()()
91 auto hash1 = std::hash<std::time_t>{}(t.time); in operator ()()
96 hash1 ^ (hash2 + 0x9e3779b9 + (hash1 << 6) + (hash1 >> 2))); in operator ()()
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-diffsigs91 def recursecb(key, hash1, hash2): argument
92 hashes = [hash1, hash2]
97 … recout.append("Unable to find matching sigdata for %s with hashes %s or %s" % (key, hash1, hash2))
98 elif hash1 not in hashfiles:
99 recout.append("Unable to find matching sigdata for %s with hash %s" % (key, hash1))
103 …out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, c…
H A Dbitbake-dumpsig91 def recursecb(key, hash1, hash2): argument
92 hashes = [hash1, hash2]
97 … recout.append("Unable to find matching sigdata for %s with hashes %s or %s" % (key, hash1, hash2))
98 elif hash1 not in hashfiles:
99 recout.append("Unable to find matching sigdata for %s with hash %s" % (key, hash1))
103 …out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, c…
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_mh.c65 hsiphash_key_t hash1, hash2; member
70 static inline void generate_hash_secret(hsiphash_key_t *hash1, in generate_hash_secret() argument
73 hash1->key[0] = 2654435761UL; in generate_hash_secret()
74 hash1->key[1] = 2654435761UL; in generate_hash_secret()
144 dest->port, &s->hash1, 0) % in ip_vs_mh_permutate()
238 unsigned int hash = ip_vs_mh_hashkey(svc->af, addr, port, &s->hash1, 0) in ip_vs_mh_get()
256 &s->hash1, 0) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback()
271 hash = ip_vs_mh_hashkey(svc->af, addr, port, &s->hash1, in ip_vs_mh_get_fallback()
398 generate_hash_secret(&s->hash1, &s->hash2); in ip_vs_mh_init_svc()
/openbmc/linux/fs/ext4/
H A Dhash.c105 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_unsigned() local
109 hash = hash1 + (hash0 ^ (((int) *ucp++) * 7152373)); in dx_hack_hash_unsigned()
113 hash1 = hash0; in dx_hack_hash_unsigned()
121 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_signed() local
125 hash = hash1 + (hash0 ^ (((int) *scp++) * 7152373)); in dx_hack_hash_signed()
129 hash1 = hash0; in dx_hack_hash_signed()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Drecursion.c15 } hash1 SEC(".maps");
32 if (map == (void *)&hash1) { in BPF_PROG()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Drecursion.c23 bpf_map_delete_elem(bpf_map__fd(skel->maps.hash1), &key); in test_recursion()
25 bpf_map_delete_elem(bpf_map__fd(skel->maps.hash1), &key); in test_recursion()
/openbmc/linux/lib/zstd/compress/
H A Dzstd_fast.c123 size_t hash1; /* hash for ip1 */ in ZSTD_compressBlock_fast_noDict_generic() local
164 hash1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
202 idx = hashTable[hash1]; in ZSTD_compressBlock_fast_noDict_generic()
205 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic()
206 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
231 idx = hashTable[hash1]; in ZSTD_compressBlock_fast_noDict_generic()
234 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic()
235 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
292 hashTable[hash1] = (U32)(ip1 - base); in ZSTD_compressBlock_fast_noDict_generic()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py549 def compare_hashfiles(pn, taskname, hash1, hash2): argument
550 hashes = [hash1, hash2]
559 … out.append("Unable to find matching sigdata for %s with hashes %s or %s" % (desc, hash1, hash2))
560 elif not hash1 in hashfiles:
561 … out.append("Unable to find matching sigdata for %s with hash %s" % (desc, hash1))
565 …out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, c…
574 def recursecb(key, hash1, hash2): argument
575 compare_hashfiles(key, None, hash1, hash2)
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp157a-dk1-scmi.dts40 &hash1 {
H A Dstm32mp157c-ed1-scmi.dts45 &hash1 {
H A Dstm32mp157c-dk2-scmi.dts46 &hash1 {
H A Dstm32mp157c-ev1-scmi.dts46 &hash1 {
H A Dstm32mp157c-ed1.dts148 &hash1 {
/openbmc/linux/Documentation/devicetree/bindings/crypto/
H A Dst,stm32-hash.yaml83 clocks = <&rcc HASH1>;
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dnames.c62 #define HASH1 0x10 macro
68 unsigned int mask1 = HASH1 << 27, mask2 = HASH2 << 27; in hashnum()
70 for (; mask1 >= HASH1; mask1 >>= 1, mask2 >>= 1) in hashnum()
/openbmc/linux/lib/
H A Dhashtable_test.c22 DEFINE_HASHTABLE(hash1, 2); in hashtable_test_hash_init()
30 KUNIT_EXPECT_TRUE(test, hash_empty(hash1)); in hashtable_test_hash_init()
/openbmc/linux/include/dt-bindings/clock/
H A Dstm32mp13-clks.h95 #define HASH1 67 macro
H A Dstm32mp1-clks.h110 #define HASH1 97 macro
/openbmc/u-boot/include/dt-bindings/clock/
H A Dstm32mp1-clks.h110 #define HASH1 97 macro
/openbmc/linux/scripts/
H A Dget_dvb_firmware558 my $hash1 = "d798d5a757121174f0dbc5f2833c0c85";
568 verify($file1, $hash1);
701 my $hash1 = "02fcf11174eda84745dae7e61c5ff9ba";
710 verify("$fwfile1", $hash1);
/openbmc/linux/net/unix/
H A Daf_unix.c161 unsigned int hash1, unsigned int hash2) in unix_table_double_lock() argument
163 if (hash1 == hash2) { in unix_table_double_lock()
164 spin_lock(&net->unx.table.locks[hash1]); in unix_table_double_lock()
168 if (hash1 > hash2) in unix_table_double_lock()
169 swap(hash1, hash2); in unix_table_double_lock()
171 spin_lock(&net->unx.table.locks[hash1]); in unix_table_double_lock()
176 unsigned int hash1, unsigned int hash2) in unix_table_double_unlock() argument
178 if (hash1 == hash2) { in unix_table_double_unlock()
179 spin_unlock(&net->unx.table.locks[hash1]); in unix_table_double_unlock()
183 spin_unlock(&net->unx.table.locks[hash1]); in unix_table_double_unlock()
/openbmc/qemu/hw/net/
H A Dopencores_eth.c156 HASH1, enumerator
382 mcast_idx, s->regs[HASH0], s->regs[HASH1]);
/openbmc/linux/drivers/clk/stm32/
H A Dclk-stm32mp13.c875 static struct clk_stm32_gate hash1 = { variable
877 .hw.init = CLK_HW_INIT("hash1", "ck_axi", &clk_stm32_gate_ops, 0),
1385 STM32_GATE_CFG(HASH1, hash1, SECF_HASH1),
/openbmc/linux/Documentation/crypto/
H A Ddevel-algos.rst216 '----' '--> HASH1

12