Home
last modified time | relevance | path

Searched refs:decrypt (Results 1 – 25 of 4505) sorted by relevance

12345678910>>...181

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dsubsino.cpp23 if ((i&7) == 0) decrypt[i] = bitswap<8>(decrypt[i], 7,2,5,4,3,6,1,0 ); in crsbingo_bitswaps()
24 if ((i&7) == 1) decrypt[i] = bitswap<8>(decrypt[i], 7,2,1,0,3,6,5,4 ); in crsbingo_bitswaps()
25 if ((i&7) == 2) decrypt[i] = bitswap<8>(decrypt[i], 3,2,5,0,7,6,1,4 ); in crsbingo_bitswaps()
26 if ((i&7) == 3) decrypt[i] = bitswap<8>(decrypt[i], 7,2,5,0,3,6,1,4 ); in crsbingo_bitswaps()
27 if ((i&7) == 4) decrypt[i] = bitswap<8>(decrypt[i], 7,6,5,0,3,2,1,4 ); in crsbingo_bitswaps()
28 if ((i&7) == 5) decrypt[i] = bitswap<8>(decrypt[i], 7,2,1,4,3,6,5,0 ); in crsbingo_bitswaps()
29 if ((i&7) == 6) decrypt[i] = bitswap<8>(decrypt[i], 7,2,1,0,3,6,5,4 ); in crsbingo_bitswaps()
30 if ((i&7) == 7) decrypt[i] = bitswap<8>(decrypt[i], 3,2,1,0,7,6,5,4 ); in crsbingo_bitswaps()
35 if ((i&7) == 0) decrypt[i] = bitswap<8>(decrypt[i], 3,2,1,0,7,6,5,4 ); in sharkpy_bitswaps()
36 if ((i&7) == 1) decrypt[i] = bitswap<8>(decrypt[i], 7,2,5,4,3,6,1,0 ); in sharkpy_bitswaps()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dsubsino.cpp23 if ((i&7) == 0) decrypt[i] = bitswap<8>(decrypt[i], 7,2,5,4,3,6,1,0 ); in crsbingo_bitswaps()
24 if ((i&7) == 1) decrypt[i] = bitswap<8>(decrypt[i], 7,2,1,0,3,6,5,4 ); in crsbingo_bitswaps()
25 if ((i&7) == 2) decrypt[i] = bitswap<8>(decrypt[i], 3,2,5,0,7,6,1,4 ); in crsbingo_bitswaps()
26 if ((i&7) == 3) decrypt[i] = bitswap<8>(decrypt[i], 7,2,5,0,3,6,1,4 ); in crsbingo_bitswaps()
27 if ((i&7) == 4) decrypt[i] = bitswap<8>(decrypt[i], 7,6,5,0,3,2,1,4 ); in crsbingo_bitswaps()
28 if ((i&7) == 5) decrypt[i] = bitswap<8>(decrypt[i], 7,2,1,4,3,6,5,0 ); in crsbingo_bitswaps()
29 if ((i&7) == 6) decrypt[i] = bitswap<8>(decrypt[i], 7,2,1,0,3,6,5,4 ); in crsbingo_bitswaps()
30 if ((i&7) == 7) decrypt[i] = bitswap<8>(decrypt[i], 3,2,1,0,7,6,5,4 ); in crsbingo_bitswaps()
35 if ((i&7) == 0) decrypt[i] = bitswap<8>(decrypt[i], 3,2,1,0,7,6,5,4 ); in sharkpy_bitswaps()
36 if ((i&7) == 1) decrypt[i] = bitswap<8>(decrypt[i], 7,2,5,4,3,6,1,0 ); in sharkpy_bitswaps()
[all …]
/dports/textproc/py-hashids/hashids-1.3.1/test/
H A Dtest_legacy.py81 assert Hashids().decrypt('') == ()
90 assert Hashids().decrypt('') == ()
94 assert h.decrypt('j0gW') == (12345,)
95 assert h.decrypt('jR') == (1,)
96 assert h.decrypt('Lw') == (22,)
97 assert h.decrypt('Z0E') == (333,)
98 assert h.decrypt('w0rR') == (9999,)
118 assert h.decrypt('Z6R>') == (23832,)
142 assert h.decrypt('5NMPD') == (60125,)
143 assert h.decrypt('yGya5') == (99, 25)
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/tests/suites/
H A Dtest_suite_cipher.camellia.data1 CAMELLIA Encrypt and decrypt 0 bytes
5 CAMELLIA Encrypt and decrypt 1 byte
9 CAMELLIA Encrypt and decrypt 2 bytes
13 CAMELLIA Encrypt and decrypt 7 bytes
17 CAMELLIA Encrypt and decrypt 8 bytes
21 CAMELLIA Encrypt and decrypt 9 bytes
25 CAMELLIA Encrypt and decrypt 15 bytes
29 CAMELLIA Encrypt and decrypt 16 bytes
33 CAMELLIA Encrypt and decrypt 17 bytes
37 CAMELLIA Encrypt and decrypt 31 bytes
[all …]
H A Dtest_suite_cipher.blowfish.data1 BLOWFISH Encrypt and decrypt 0 bytes
5 BLOWFISH Encrypt and decrypt 1 byte
9 BLOWFISH Encrypt and decrypt 2 bytes
13 BLOWFISH Encrypt and decrypt 7 bytes
17 BLOWFISH Encrypt and decrypt 8 bytes
21 BLOWFISH Encrypt and decrypt 9 bytes
25 BLOWFISH Encrypt and decrypt 15 bytes
29 BLOWFISH Encrypt and decrypt 16 bytes
33 BLOWFISH Encrypt and decrypt 17 bytes
37 BLOWFISH Encrypt and decrypt 31 bytes
[all …]
H A Dtest_suite_cipher.des.data1 DES Encrypt and decrypt 0 bytes
5 DES Encrypt and decrypt 1 byte
9 DES Encrypt and decrypt 2 bytes
13 DES Encrypt and decrypt 7 bytes
17 DES Encrypt and decrypt 8 bytes
21 DES Encrypt and decrypt 9 bytes
25 DES Encrypt and decrypt 15 bytes
29 DES Encrypt and decrypt 16 bytes
33 DES Encrypt and decrypt 17 bytes
37 DES Encrypt and decrypt 31 bytes
[all …]
H A Dtest_suite_cipher.gcm.data1 AES 128 GCM Encrypt and decrypt 0 bytes
5 AES 128 GCM Encrypt and decrypt 1 byte
9 AES 128 GCM Encrypt and decrypt 2 bytes
13 AES 128 GCM Encrypt and decrypt 7 bytes
17 AES 128 GCM Encrypt and decrypt 8 bytes
21 AES 128 GCM Encrypt and decrypt 9 bytes
25 AES 128 GCM Encrypt and decrypt 15 bytes
29 AES 128 GCM Encrypt and decrypt 16 bytes
33 AES 128 GCM Encrypt and decrypt 17 bytes
37 AES 128 GCM Encrypt and decrypt 31 bytes
[all …]
H A Dtest_suite_cipher.aes.data373 AES-128 CFB - Encrypt and decrypt 0 bytes
377 AES-128 CFB - Encrypt and decrypt 1 byte
381 AES-128 CFB - Encrypt and decrypt 2 bytes
385 AES-128 CFB - Encrypt and decrypt 7 bytes
389 AES-128 CFB - Encrypt and decrypt 8 bytes
393 AES-128 CFB - Encrypt and decrypt 9 bytes
477 AES-128 OFB - Encrypt and decrypt 0 bytes
481 AES-128 OFB - Encrypt and decrypt 1 byte
585 AES-192 OFB - Encrypt and decrypt 1 byte
689 AES-256 OFB - Encrypt and decrypt 1 byte
[all …]
H A Dtest_suite_cipher.chacha20.data9 ChaCha20 Encrypt and decrypt 0 bytes
13 ChaCha20 Encrypt and decrypt 1 bytes
17 ChaCha20 Encrypt and decrypt 2 bytes
21 ChaCha20 Encrypt and decrypt 7 bytes
25 ChaCha20 Encrypt and decrypt 8 bytes
29 ChaCha20 Encrypt and decrypt 9 bytes
33 ChaCha20 Encrypt and decrypt 15 bytes
37 ChaCha20 Encrypt and decrypt 16 bytes
41 ChaCha20 Encrypt and decrypt 17 bytes
45 ChaCha20 Encrypt and decrypt 31 bytes
[all …]
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/tests/suites/
H A Dtest_suite_cipher.camellia.data1 CAMELLIA Encrypt and decrypt 0 bytes
5 CAMELLIA Encrypt and decrypt 1 byte
9 CAMELLIA Encrypt and decrypt 2 bytes
13 CAMELLIA Encrypt and decrypt 7 bytes
17 CAMELLIA Encrypt and decrypt 8 bytes
21 CAMELLIA Encrypt and decrypt 9 bytes
25 CAMELLIA Encrypt and decrypt 15 bytes
29 CAMELLIA Encrypt and decrypt 16 bytes
33 CAMELLIA Encrypt and decrypt 17 bytes
37 CAMELLIA Encrypt and decrypt 31 bytes
[all …]
H A Dtest_suite_cipher.blowfish.data1 BLOWFISH Encrypt and decrypt 0 bytes
5 BLOWFISH Encrypt and decrypt 1 byte
9 BLOWFISH Encrypt and decrypt 2 bytes
13 BLOWFISH Encrypt and decrypt 7 bytes
17 BLOWFISH Encrypt and decrypt 8 bytes
21 BLOWFISH Encrypt and decrypt 9 bytes
25 BLOWFISH Encrypt and decrypt 15 bytes
29 BLOWFISH Encrypt and decrypt 16 bytes
33 BLOWFISH Encrypt and decrypt 17 bytes
37 BLOWFISH Encrypt and decrypt 31 bytes
[all …]
H A Dtest_suite_cipher.des.data1 DES Encrypt and decrypt 0 bytes
5 DES Encrypt and decrypt 1 byte
9 DES Encrypt and decrypt 2 bytes
13 DES Encrypt and decrypt 7 bytes
17 DES Encrypt and decrypt 8 bytes
21 DES Encrypt and decrypt 9 bytes
25 DES Encrypt and decrypt 15 bytes
29 DES Encrypt and decrypt 16 bytes
33 DES Encrypt and decrypt 17 bytes
37 DES Encrypt and decrypt 31 bytes
[all …]
H A Dtest_suite_cipher.chacha20.data5 ChaCha20 Encrypt and decrypt 0 bytes
9 ChaCha20 Encrypt and decrypt 1 bytes
13 ChaCha20 Encrypt and decrypt 2 bytes
17 ChaCha20 Encrypt and decrypt 7 bytes
21 ChaCha20 Encrypt and decrypt 8 bytes
25 ChaCha20 Encrypt and decrypt 9 bytes
29 ChaCha20 Encrypt and decrypt 15 bytes
33 ChaCha20 Encrypt and decrypt 16 bytes
37 ChaCha20 Encrypt and decrypt 17 bytes
41 ChaCha20 Encrypt and decrypt 31 bytes
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/tests/suites/
H A Dtest_suite_cipher.camellia.data1 CAMELLIA Encrypt and decrypt 0 bytes
5 CAMELLIA Encrypt and decrypt 1 byte
9 CAMELLIA Encrypt and decrypt 2 bytes
13 CAMELLIA Encrypt and decrypt 7 bytes
17 CAMELLIA Encrypt and decrypt 8 bytes
21 CAMELLIA Encrypt and decrypt 9 bytes
25 CAMELLIA Encrypt and decrypt 15 bytes
29 CAMELLIA Encrypt and decrypt 16 bytes
33 CAMELLIA Encrypt and decrypt 17 bytes
37 CAMELLIA Encrypt and decrypt 31 bytes
[all …]
H A Dtest_suite_cipher.blowfish.data1 BLOWFISH Encrypt and decrypt 0 bytes
5 BLOWFISH Encrypt and decrypt 1 byte
9 BLOWFISH Encrypt and decrypt 2 bytes
13 BLOWFISH Encrypt and decrypt 7 bytes
17 BLOWFISH Encrypt and decrypt 8 bytes
21 BLOWFISH Encrypt and decrypt 9 bytes
25 BLOWFISH Encrypt and decrypt 15 bytes
29 BLOWFISH Encrypt and decrypt 16 bytes
33 BLOWFISH Encrypt and decrypt 17 bytes
37 BLOWFISH Encrypt and decrypt 31 bytes
[all …]
H A Dtest_suite_cipher.des.data1 DES Encrypt and decrypt 0 bytes
5 DES Encrypt and decrypt 1 byte
9 DES Encrypt and decrypt 2 bytes
13 DES Encrypt and decrypt 7 bytes
17 DES Encrypt and decrypt 8 bytes
21 DES Encrypt and decrypt 9 bytes
25 DES Encrypt and decrypt 15 bytes
29 DES Encrypt and decrypt 16 bytes
33 DES Encrypt and decrypt 17 bytes
37 DES Encrypt and decrypt 31 bytes
[all …]
H A Dtest_suite_cipher.gcm.data1 AES 128 GCM Encrypt and decrypt 0 bytes
5 AES 128 GCM Encrypt and decrypt 1 byte
9 AES 128 GCM Encrypt and decrypt 2 bytes
13 AES 128 GCM Encrypt and decrypt 7 bytes
17 AES 128 GCM Encrypt and decrypt 8 bytes
21 AES 128 GCM Encrypt and decrypt 9 bytes
25 AES 128 GCM Encrypt and decrypt 15 bytes
29 AES 128 GCM Encrypt and decrypt 16 bytes
33 AES 128 GCM Encrypt and decrypt 17 bytes
37 AES 128 GCM Encrypt and decrypt 31 bytes
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/tests/suites/
H A Dtest_suite_cipher.camellia.data1 CAMELLIA Encrypt and decrypt 0 bytes
5 CAMELLIA Encrypt and decrypt 1 byte
9 CAMELLIA Encrypt and decrypt 2 bytes
13 CAMELLIA Encrypt and decrypt 7 bytes
17 CAMELLIA Encrypt and decrypt 8 bytes
21 CAMELLIA Encrypt and decrypt 9 bytes
25 CAMELLIA Encrypt and decrypt 15 bytes
29 CAMELLIA Encrypt and decrypt 16 bytes
33 CAMELLIA Encrypt and decrypt 17 bytes
37 CAMELLIA Encrypt and decrypt 31 bytes
[all …]
H A Dtest_suite_cipher.blowfish.data1 BLOWFISH Encrypt and decrypt 0 bytes
5 BLOWFISH Encrypt and decrypt 1 byte
9 BLOWFISH Encrypt and decrypt 2 bytes
13 BLOWFISH Encrypt and decrypt 7 bytes
17 BLOWFISH Encrypt and decrypt 8 bytes
21 BLOWFISH Encrypt and decrypt 9 bytes
25 BLOWFISH Encrypt and decrypt 15 bytes
29 BLOWFISH Encrypt and decrypt 16 bytes
33 BLOWFISH Encrypt and decrypt 17 bytes
37 BLOWFISH Encrypt and decrypt 31 bytes
[all …]
H A Dtest_suite_cipher.des.data1 DES Encrypt and decrypt 0 bytes
5 DES Encrypt and decrypt 1 byte
9 DES Encrypt and decrypt 2 bytes
13 DES Encrypt and decrypt 7 bytes
17 DES Encrypt and decrypt 8 bytes
21 DES Encrypt and decrypt 9 bytes
25 DES Encrypt and decrypt 15 bytes
29 DES Encrypt and decrypt 16 bytes
33 DES Encrypt and decrypt 17 bytes
37 DES Encrypt and decrypt 31 bytes
[all …]
H A Dtest_suite_cipher.gcm.data1 AES 128 GCM Encrypt and decrypt 0 bytes
5 AES 128 GCM Encrypt and decrypt 1 byte
9 AES 128 GCM Encrypt and decrypt 2 bytes
13 AES 128 GCM Encrypt and decrypt 7 bytes
17 AES 128 GCM Encrypt and decrypt 8 bytes
21 AES 128 GCM Encrypt and decrypt 9 bytes
25 AES 128 GCM Encrypt and decrypt 15 bytes
29 AES 128 GCM Encrypt and decrypt 16 bytes
33 AES 128 GCM Encrypt and decrypt 17 bytes
37 AES 128 GCM Encrypt and decrypt 31 bytes
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/
H A Dtest_suite_cipher.camellia.data9 CAMELLIA Encrypt and decrypt 0 bytes [#1]
13 CAMELLIA Encrypt and decrypt 1 byte [#1]
17 CAMELLIA Encrypt and decrypt 2 bytes [#1]
21 CAMELLIA Encrypt and decrypt 7 bytes [#1]
25 CAMELLIA Encrypt and decrypt 8 bytes [#1]
29 CAMELLIA Encrypt and decrypt 9 bytes [#1]
33 CAMELLIA Encrypt and decrypt 15 bytes [#1]
37 CAMELLIA Encrypt and decrypt 16 bytes [#1]
41 CAMELLIA Encrypt and decrypt 17 bytes [#1]
45 CAMELLIA Encrypt and decrypt 31 bytes [#1]
[all …]
H A Dtest_suite_cipher.blowfish.data5 BLOWFISH Encrypt and decrypt 0 bytes [#1]
9 BLOWFISH Encrypt and decrypt 1 byte [#1]
13 BLOWFISH Encrypt and decrypt 2 bytes [#1]
17 BLOWFISH Encrypt and decrypt 7 bytes [#1]
21 BLOWFISH Encrypt and decrypt 8 bytes [#1]
25 BLOWFISH Encrypt and decrypt 9 bytes [#1]
29 BLOWFISH Encrypt and decrypt 15 bytes [#1]
33 BLOWFISH Encrypt and decrypt 16 bytes [#1]
37 BLOWFISH Encrypt and decrypt 17 bytes [#1]
41 BLOWFISH Encrypt and decrypt 31 bytes [#1]
[all …]
H A Dtest_suite_cipher.des.data13 DES Encrypt and decrypt 0 bytes [#1]
17 DES Encrypt and decrypt 1 byte
21 DES Encrypt and decrypt 2 bytes
25 DES Encrypt and decrypt 7 bytes
29 DES Encrypt and decrypt 8 bytes
33 DES Encrypt and decrypt 9 bytes
37 DES Encrypt and decrypt 15 bytes
41 DES Encrypt and decrypt 16 bytes
45 DES Encrypt and decrypt 17 bytes
49 DES Encrypt and decrypt 31 bytes
[all …]
/dports/www/websh/websh-3.6.0b5/src/tests/
H A Dencrypt.test56 # decrypt
64 catch {web::decrypt} msg
73 test decrypt-1.3 {decrypt: empty string} {
85 lappend res [web::decrypt $res]
107 test decrypt-2.1 {error signals 1} {
115 test decrypt-2.2 {error signals 2} {
118 catch {web::decrypt "a"} msg
122 test decrypt-2.3 {error signals 3} {
125 catch {web::decrypt "a"} msg
129 test decrypt-2.4 {error signals 4} {
[all …]

12345678910>>...181