| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | bitbake-diffsigs | 87 def recursecb(key, hash1, hash2): argument 88 hashes = [hash1, hash2] 93 … recout.append("Unable to find matching sigdata for %s with hashes %s or %s" % (key, hash1, hash2)) 96 elif hash2 not in hashfiles: 97 recout.append("Unable to find matching sigdata for %s with hash %s" % (key, hash2)) 99 … out2 = bb.siggen.compare_sigfiles(hashfiles[hash1], hashfiles[hash2], recursecb, color=color)
|
| H A D | bitbake-dumpsig | 87 def recursecb(key, hash1, hash2): argument 88 hashes = [hash1, hash2] 93 … recout.append("Unable to find matching sigdata for %s with hashes %s or %s" % (key, hash1, hash2)) 96 elif hash2 not in hashfiles: 97 recout.append("Unable to find matching sigdata for %s with hash %s" % (key, hash2)) 99 … out2 = bb.siggen.compare_sigfiles(hashfiles[hash1], hashfiles[hash2], recursecb, color=color)
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_mh.c | 65 hsiphash_key_t hash1, hash2; member 71 hsiphash_key_t *hash2) in generate_hash_secret() argument 76 hash2->key[0] = 2654446892UL; in generate_hash_secret() 77 hash2->key[1] = 2654446892UL; in generate_hash_secret() 147 dest->port, &s->hash2, 0) % in ip_vs_mh_permutate() 399 generate_hash_secret(&s->hash1, &s->hash2); in ip_vs_mh_init_svc()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | inet6_hashtables.c | 196 unsigned int hash2; in inet6_lookup_listener() local 206 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in inet6_lookup_listener() 207 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener() 216 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum); in inet6_lookup_listener() 217 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener()
|
| H A D | udp.c | 225 unsigned int hash2, slot2; in __udp6_lib_lookup() local 229 hash2 = ipv6_portaddr_hash(net, daddr, hnum); in __udp6_lib_lookup() 230 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 231 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 255 hash2 = ipv6_portaddr_hash(net, &in6addr_any, hnum); in __udp6_lib_lookup() 256 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 257 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 807 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp6_lib_mcast_deliver() local 816 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp6_lib_mcast_deliver() 818 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotilespec/ |
| H A D | tst_qgeotilespec.cpp | 294 unsigned int hash2 = qHash(testObj2); in qHashTest() local 295 QCOMPARE(hash1, hash2); in qHashTest() 311 hash2 = qHash(testObj2); in qHashTest() 312 QVERIFY(hash2 != hash3); in qHashTest()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | buildhistory_analysis.py | 549 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)) 562 elif not hash2 in hashfiles: 563 … out.append("Unable to find matching sigdata for %s with hash %s" % (desc, hash2)) 565 … out2 = bb.siggen.compare_sigfiles(hashfiles[hash1], hashfiles[hash2], recursecb, collapsed=True) 574 def recursecb(key, hash1, hash2): argument 575 compare_hashfiles(key, None, hash1, hash2)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | hash-table.h | 739 hashval_t hash2; in find_empty_slot_for_expand() local 745 hash2 = hash_table_mod2 (hash, m_size_prime_index); in find_empty_slot_for_expand() 748 index += hash2; in find_empty_slot_for_expand() 920 hashval_t hash2 = hash_table_mod2 (hash, m_size_prime_index); in find_with_hash() local 924 index += hash2; in find_with_hash() 974 hashval_t hash2 = hash_table_mod2 (hash, m_size_prime_index); in find_slot_with_hash() local 987 index += hash2; in find_slot_with_hash()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | hash-table.h | 739 hashval_t hash2; in find_empty_slot_for_expand() local 745 hash2 = hash_table_mod2 (hash, m_size_prime_index); in find_empty_slot_for_expand() 748 index += hash2; in find_empty_slot_for_expand() 920 hashval_t hash2 = hash_table_mod2 (hash, m_size_prime_index); in find_with_hash() local 924 index += hash2; in find_with_hash() 974 hashval_t hash2 = hash_table_mod2 (hash, m_size_prime_index); in find_slot_with_hash() local 987 index += hash2; in find_slot_with_hash()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | udp.c | 491 unsigned int hash2, slot2; in __udp4_lib_lookup() local 495 hash2 = ipv4_portaddr_hash(net, daddr, hnum); in __udp4_lib_lookup() 496 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 497 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 521 hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum); in __udp4_lib_lookup() 522 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 523 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 2221 unsigned int hash2 = 0, hash2_any = 0, use_hash2 = (hslot->count > 10); in __udp4_lib_mcast_deliver() local 2231 hash2 = ipv4_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp4_lib_mcast_deliver() 2233 hslot = &udptable->hash2[hash2]; in __udp4_lib_mcast_deliver() [all …]
|
| H A D | inet_hashtables.c | 338 unsigned int hash2; in __inet_lookup_listener() local 348 hash2 = ipv4_portaddr_hash(net, daddr, hnum); in __inet_lookup_listener() 349 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener() 358 hash2 = ipv4_portaddr_hash(net, htonl(INADDR_ANY), hnum); in __inet_lookup_listener() 359 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in __inet_lookup_listener()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | get_dvb_firmware | 560 my $hash2 = "26b687136e127b8ac24b81e0eeafc20b"; 571 verify($file2, $hash2); 704 my $hash2 = "d5e1437dc24358578e07999475d4cac9"; 714 verify("$fwfile2", $hash2);
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | udp.h | 74 struct udp_hslot *hash2; member 92 return &table->hash2[hash & table->mask]; in udp_hashslot2()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | namei.c | 1946 u32 hash2; in do_split() local 2004 hash2 = map[split].hash; in do_split() 2005 continued = hash2 == map[split - 1].hash; in do_split() 2008 hash2, split, count-split)); in do_split() 2031 if (hinfo->hash >= hash2) { in do_split() 2035 dx_insert_block(frame, hash2 + continued, *newblock); in do_split() 2530 unsigned hash2 = dx_get_hash(entries + icount1); in ext4_dx_add_entry() local 2552 dx_insert_block((frame - 1), hash2, newblock); in ext4_dx_add_entry()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | tlan.c | 1260 u32 hash2 = 0; in tlan_set_multicast_list() local 1292 hash2 |= (1 << (offset - 32)); in tlan_set_multicast_list() 1299 tlan_dio_write32(dev->base_addr, TLAN_HASH_2, hash2); in tlan_set_multicast_list()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/agere/ |
| H A D | et131x.c | 950 u32 hash2 = 0; in et1310_setup_device_for_multicast() local 974 hash2 |= (1 << result); in et1310_setup_device_for_multicast() 988 writel(hash2, &rxmac->multi_hash2); in et1310_setup_device_for_multicast()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | runqueue.py | 1715 def recursecb(key, hash1, hash2): argument 1716 hashes = [hash1, hash2] 1721 out2 = bb.siggen.compare_sigfiles(hashfiles[hash1], hashfiles[hash2], recursecb) 1724 … recout.append("Unable to find matching sigdata for %s with hashes %s or %s" % (key, hash1, hash2))
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.c | 2710 char hash1[HEXHASH_LEN+1], hash2[HEXHASH_LEN+1], hash3[HEXHASH_LEN+1]; in PublisherAuth() local 2796 hexenc(md5sum_val, MD5_DIGEST_LENGTH, hash2); in PublisherAuth() 2810 MD5_Update(&md5ctx, hash2, HEXHASH_LEN); in PublisherAuth() 2813 hash1, nonce.av_val, nchex, cnonce, qop, hash2); in PublisherAuth()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | ubifs-authentication.rst | 341 ,. CS , hash1.----. hash2.----.
|