Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-diffsigs87 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))
94 elif hash1 not in hashfiles:
95 recout.append("Unable to find matching sigdata for %s with hash %s" % (key, hash1))
99 … out2 = bb.siggen.compare_sigfiles(hashfiles[hash1], hashfiles[hash2], recursecb, color=color)
H A Dbitbake-dumpsig87 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))
94 elif hash1 not in hashfiles:
95 recout.append("Unable to find matching sigdata for %s with hash %s" % (key, hash1))
99 … out2 = bb.siggen.compare_sigfiles(hashfiles[hash1], hashfiles[hash2], recursecb, color=color)
/OK3568_Linux_fs/kernel/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()
239 unsigned int hash = ip_vs_mh_hashkey(svc->af, addr, port, &s->hash1, 0) in ip_vs_mh_get()
257 &s->hash1, 0) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback()
272 hash = ip_vs_mh_hashkey(svc->af, addr, port, &s->hash1, in ip_vs_mh_get_fallback()
399 generate_hash_secret(&s->hash1, &s->hash2); in ip_vs_mh_init_svc()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/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], hashfiles[hash2], recursecb, collapsed=True)
574 def recursecb(key, hash1, hash2): argument
575 compare_hashfiles(key, None, hash1, hash2)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotilespec/
H A Dtst_qgeotilespec.cpp291 unsigned int hash1 = qHash(testObj); in qHashTest() local
295 QCOMPARE(hash1, hash2); in qHashTest()
305 QVERIFY(hash1 != hash3); in qHashTest()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/crypto/
H A Dst,stm32-hash.yaml61 clocks = <&rcc HASH1>;
/OK3568_Linux_fs/kernel/scripts/
H A Dget_dvb_firmware558 my $hash1 = "d798d5a757121174f0dbc5f2833c0c85";
568 verify($file1, $hash1);
701 my $hash1 = "02fcf11174eda84745dae7e61c5ff9ba";
710 verify("$fwfile1", $hash1);
/OK3568_Linux_fs/kernel/include/dt-bindings/clock/
H A Dstm32mp1-clks.h110 #define HASH1 97 macro
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Ddevel-algos.rst216 '----' '--> HASH1
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl-sst-utils.c55 u8 hash1[DEFAULT_HASH_SHA256_LEN]; member
/OK3568_Linux_fs/kernel/drivers/crypto/ux500/hash/
H A Dhash_core.c1691 /* Enable power for HASH1 hardware block */ in ux500_hash_probe()
1700 /* Enable the clock for HASH1 hardware block */ in ux500_hash_probe()
1938 .name = "hash1",
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.c2600 /* hash1 = base64enc(md5(user + _aodbeAuthSalt + password)) */ in PublisherAuth()
2620 /* response = base64enc(md5(hash1 + opaque + challenge2)) */ in PublisherAuth()
2710 char hash1[HEXHASH_LEN+1], hash2[HEXHASH_LEN+1], hash3[HEXHASH_LEN+1]; in PublisherAuth() local
2766 /* hash1 = hexenc(md5(user + ":" + realm + ":" + password)) */ in PublisherAuth()
2777 hexenc(md5sum_val, MD5_DIGEST_LENGTH, hash1); in PublisherAuth()
2798 …/* hash3 = hexenc(md5(hash1 + ":" + nonce + ":" + nchex + ":" + cnonce + ":" + qop + ":" + hash2))… in PublisherAuth()
2800 MD5_Update(&md5ctx, hash1, HEXHASH_LEN); in PublisherAuth()
2813 hash1, nonce.av_val, nchex, cnonce, qop, hash2); in PublisherAuth()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dstm32mp151.dtsi1281 hash1: hash@54002000 { label
1285 clocks = <&rcc HASH1>;
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Drunqueue.py1715 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/kernel/Documentation/filesystems/
H A Dubifs-authentication.rst341 ,. CS , hash1.----. hash2.----.
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-stm32mp1.c1889 PCLK(HASH1, "hash1", "ck_axi", CLK_IGNORE_UNUSED, G_HASH1),
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dtlan.c1259 u32 hash1 = 0; in tlan_set_multicast_list() local
1290 hash1 |= (1 << offset); in tlan_set_multicast_list()
1298 tlan_dio_write32(dev->base_addr, TLAN_HASH_1, hash1); in tlan_set_multicast_list()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/agere/
H A Det131x.c949 u32 hash1 = 0; in et1310_setup_device_for_multicast() local
971 hash1 |= (1 << result); in et1310_setup_device_for_multicast()
987 writel(hash1, &rxmac->multi_hash1); in et1310_setup_device_for_multicast()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h623 #define HASH1 SPRN_HASH1 /* Primary Hash Address Register */ macro
/OK3568_Linux_fs/buildroot/dl/libnss/
HDnss-3.73.1.tar.gznss-3.73.1/nss/.hg_archival.txt nss-3.73.1/nss ...