Home
last modified time | relevance | path

Searched refs:key_0 (Results 1 – 25 of 136) sorted by relevance

123456

/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/Hash/
H A DHMAC.py73 key_0 = key + b"\x00" * (digestmod.block_size - len(key))
77 key_0 = hash_k + b"\x00" * (digestmod.block_size - len(hash_k))
83 key_0_ipad = strxor(key_0, b"\x36" * len(key_0))
90 key_0_opad = strxor(key_0, b"\x5c" * len(key_0))
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/Hash/
H A DHMAC.py73 key_0 = key + b"\x00" * (digestmod.block_size - len(key))
77 key_0 = hash_k + b"\x00" * (digestmod.block_size - len(hash_k))
83 key_0_ipad = strxor(key_0, b"\x36" * len(key_0))
90 key_0_opad = strxor(key_0, b"\x5c" * len(key_0))
/dports/databases/pecl-memcached/php-memcached-058e9f5/tests/
H A Dbug_16959.phpt12 $cache->set('key_0', 'value0');
17 $keys = array( 'key_0', 'key_0_additional' );
28 $keys = array( 'key_0_additional', 'key_0' );
42 string(5) "key_0"
54 string(5) "key_0"
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/azurelinuxagent/common/
H A Drdma.py102 key_0 = key.partition(b"\x00")[0]
103 if key_0:
104 key_0 = key_0.decode()
108 if key_0 == "NdDriverVersion":
297 key_0 = None
304 key_0 = key.partition(b"\x00")[0]
305 if key_0 :
306 key_0 = key_0.decode()
307 if key_0 == "IPoIB_Data":
315 if key_0 == "IPoIB_Data":
[all …]
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/zip-0.5.8/src/
H A Dzipcrypto.rs10 key_0: Wrapping<u32>, field
18 key_0: Wrapping(0x12345678), in new()
25 self.key_0 = ZipCryptoKeys::crc32(self.key_0, input); in update()
27 (self.key_1 + (self.key_0 & Wrapping(0xff))) * Wrapping(0x08088405) + Wrapping(1); in update()
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/zip-0.5.8/src/
H A Dzipcrypto.rs10 key_0: Wrapping<u32>, field
18 key_0: Wrapping(0x12345678), in new()
25 self.key_0 = ZipCryptoKeys::crc32(self.key_0, input); in update()
27 (self.key_1 + (self.key_0 & Wrapping(0xff))) * Wrapping(0x08088405) + Wrapping(1); in update()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zip-0.5.9/src/
H A Dzipcrypto.rs10 key_0: Wrapping<u32>, field
18 key_0: Wrapping(0x12345678), in new()
25 self.key_0 = ZipCryptoKeys::crc32(self.key_0, input); in update()
27 (self.key_1 + (self.key_0 & Wrapping(0xff))) * Wrapping(0x08088405) + Wrapping(1); in update()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/zip-0.5.13/src/
H A Dzipcrypto.rs10 key_0: Wrapping<u32>, field
18 key_0: Wrapping(0x12345678), in new()
25 self.key_0 = ZipCryptoKeys::crc32(self.key_0, input); in update()
27 (self.key_1 + (self.key_0 & Wrapping(0xff))) * Wrapping(0x08088405) + Wrapping(1); in update()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/zip-0.5.13/src/
H A Dzipcrypto.rs10 key_0: Wrapping<u32>, field
18 key_0: Wrapping(0x12345678), in new()
25 self.key_0 = ZipCryptoKeys::crc32(self.key_0, input); in update()
27 (self.key_1 + (self.key_0 & Wrapping(0xff))) * Wrapping(0x08088405) + Wrapping(1); in update()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/zip-0.5.13/src/
H A Dzipcrypto.rs10 key_0: Wrapping<u32>, field
18 key_0: Wrapping(0x12345678), in new()
25 self.key_0 = ZipCryptoKeys::crc32(self.key_0, input); in update()
27 (self.key_1 + (self.key_0 & Wrapping(0xff))) * Wrapping(0x08088405) + Wrapping(1); in update()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/zip-0.5.13/src/
H A Dzipcrypto.rs10 key_0: Wrapping<u32>, field
18 key_0: Wrapping(0x12345678), in new()
25 self.key_0 = ZipCryptoKeys::crc32(self.key_0, input); in update()
27 (self.key_1 + (self.key_0 & Wrapping(0xff))) * Wrapping(0x08088405) + Wrapping(1); in update()
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/zip-0.5.13/src/
H A Dzipcrypto.rs10 key_0: Wrapping<u32>, field
18 key_0: Wrapping(0x12345678), in new()
25 self.key_0 = ZipCryptoKeys::crc32(self.key_0, input); in update()
27 (self.key_1 + (self.key_0 & Wrapping(0xff))) * Wrapping(0x08088405) + Wrapping(1); in update()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/zip-0.5.13/src/
H A Dzipcrypto.rs10 key_0: Wrapping<u32>, field
18 key_0: Wrapping(0x12345678), in new()
25 self.key_0 = ZipCryptoKeys::crc32(self.key_0, input); in update()
27 (self.key_1 + (self.key_0 & Wrapping(0xff))) * Wrapping(0x08088405) + Wrapping(1); in update()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/zip-0.5.13/src/
H A Dzipcrypto.rs10 key_0: Wrapping<u32>, field
18 key_0: Wrapping(0x12345678), in new()
25 self.key_0 = ZipCryptoKeys::crc32(self.key_0, input); in update()
27 (self.key_1 + (self.key_0 & Wrapping(0xff))) * Wrapping(0x08088405) + Wrapping(1); in update()
/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A Dkis_keyframing_test.cpp209 KisKeyframeSP key_0 = channel->keyframeAt(0); in testRasterChannel() local
234 KisKeyframeSP key_20 = channel->copyKeyframe(key_0, 20); in testRasterChannel()
263 channel->deleteKeyframe(key_0); in testRasterChannel()
405 KisKeyframeSP key_0 = channel->keyframeAt(0); in testDeleteFirstRasterChannel() local
409 bool deleteResult = channel->deleteKeyframe(key_0, &cmd); in testDeleteFirstRasterChannel()
414 QVERIFY(channel->keyframeAt(0) != key_0); in testDeleteFirstRasterChannel()
421 QVERIFY(channel->keyframeAt(0) == key_0); in testDeleteFirstRasterChannel()
426 bool moveResult = channel->moveKeyframe(key_0, 1, &cmd); in testDeleteFirstRasterChannel()
433 QVERIFY(channel->keyframeAt(0) != key_0); in testDeleteFirstRasterChannel()
434 QVERIFY(channel->keyframeAt(1) == key_0); in testDeleteFirstRasterChannel()
[all …]
/dports/graphics/digikam/digikam-7.4.0/project/documents/
H A DKEYSHORTCUTS6 no rating : CTRL + key_0
16 none : ALT + key_0
24 none : CTRL + ALT + key_0
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/ipt/
H A Drc4.c79 rc4_u8 key_0[] = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef}; variable
222 rc4_init(key_0, sizeof key_0, state); in main()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/ipt/
H A Drc4.c79 rc4_u8 key_0[] = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef}; variable
222 rc4_init(key_0, sizeof key_0, state); in main()
/dports/archivers/py-bup/bup-0.31/lib/bup/t/
H A Dtvfs.py50 key_0 = b'itm:' + b'\0' * 20
53 vfs.cache_notice(key_0, b'something')
54 wvpasseq({key_0 : b'something'}, vfs._cache)
55 wvpasseq([key_0], vfs._cache_keys)
57 wvpasseq({key_0 : b'something', key_1 : b'something else'}, vfs._cache)
58 wvpasseq(frozenset([key_0, key_1]), frozenset(vfs._cache_keys))
62 < frozenset(items({key_0 : b'something',
66 wvpass(frozenset(vfs._cache_keys) < frozenset([key_0, key_1, key_2]))
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/core/
H A DConfig.h92 ActionKey(InputKeyId key_0 = -1, InputKeyId key_1 = -1) {
93 key[0] = key_0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/paint_preview/browser/
H A Dfile_manager_unittest.cc299 auto key_0 = manager->CreateKey(0U); in TEST_F() local
301 manager->CreateOrGetDirectory(key_0, true).value_or(base::FilePath()); in TEST_F()
310 EXPECT_EQ(to_delete[0], key_0); in TEST_F()
334 EXPECT_EQ(to_delete[0], key_0); in TEST_F()
342 EXPECT_EQ(to_delete[0], key_0); in TEST_F()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/bug15966/
H A Dfail.vhd70 signal key_0 : key_action := released; signal
91 key_status_all(0, 0) => key_0,
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/glx/apple/
H A Dappledri.c267 rep.key_0 = rep.key_1 = rep.uid = 0;
268 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse) || !rep.key_0) {
274 key[0] = rep.key_0;
/dports/lang/clover/mesa-21.3.6/src/glx/apple/
H A Dappledri.c267 rep.key_0 = rep.key_1 = rep.uid = 0;
268 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse) || !rep.key_0) {
274 key[0] = rep.key_0;
/dports/graphics/libosmesa/mesa-21.3.6/src/glx/apple/
H A Dappledri.c267 rep.key_0 = rep.key_1 = rep.uid = 0;
268 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse) || !rep.key_0) {
274 key[0] = rep.key_0;

123456