/external/wpa_supplicant_8/src/crypto/ |
D | crypto_internal-cipher.c | 24 } rc4; member 57 if (key_len > sizeof(ctx->u.rc4.key)) { in crypto_cipher_init() 61 ctx->u.rc4.keylen = key_len; in crypto_cipher_init() 62 os_memcpy(ctx->u.rc4.key, key, key_len); in crypto_cipher_init() 112 rc4_skip(ctx->u.rc4.key, ctx->u.rc4.keylen, in crypto_cipher_encrypt() 113 ctx->u.rc4.used_bytes, crypt, len); in crypto_cipher_encrypt() 114 ctx->u.rc4.used_bytes += len; in crypto_cipher_encrypt() 176 rc4_skip(ctx->u.rc4.key, ctx->u.rc4.keylen, in crypto_cipher_decrypt() 177 ctx->u.rc4.used_bytes, plain, len); in crypto_cipher_decrypt() 178 ctx->u.rc4.used_bytes += len; in crypto_cipher_decrypt()
|
D | crypto_libtomcrypt.c | 289 int rc4; member 296 } rc4; member 306 int idx, res, rc4 = 0; in crypto_cipher_init() local 323 rc4 = 1; in crypto_cipher_init() 333 if (rc4) { in crypto_cipher_init() 334 ctx->rc4 = 1; in crypto_cipher_init() 335 if (key_len > sizeof(ctx->u.rc4.key)) { in crypto_cipher_init() 339 ctx->u.rc4.keylen = key_len; in crypto_cipher_init() 340 os_memcpy(ctx->u.rc4.key, key, key_len); in crypto_cipher_init() 359 if (ctx->rc4) { in crypto_cipher_encrypt() [all …]
|
D | Makefile | 43 rc4.o \
|
/external/curl/docs/ |
D | CIPHERS.md | 170 `rc4` 171 `rc4-md5` 280 `rc4-md5` 282 `exp-rc4-md5` 290 `rc4-md5` 291 `rc4-sha` 293 `exp-rc4-md5` 301 `rc4-md5` 302 `rc4-sha` 304 `exp-rc4-md5` [all …]
|
/external/boringssl/src/crypto/cipher_extra/ |
D | e_rc4.c | 81 static const EVP_CIPHER rc4 = { variable 87 const EVP_CIPHER *EVP_rc4(void) { return &rc4; } in EVP_rc4()
|
/external/u-boot/doc/ |
D | README.distro | 104 default Fedora (3.17.0-0.rc4.git2.1.fc22.armv7hl+lpae) 22 (Rawhide) 106 label Fedora (3.17.0-0.rc4.git2.1.fc22.armv7hl) 22 (Rawhide) 107 kernel /boot/vmlinuz-3.17.0-0.rc4.git2.1.fc22.armv7hl 109 fdtdir /boot/dtb-3.17.0-0.rc4.git2.1.fc22.armv7hl 110 initrd /boot/initramfs-3.17.0-0.rc4.git2.1.fc22.armv7hl.img 112 label Fedora (3.17.0-0.rc4.git2.1.fc22.armv7hl+lpae) 22 (Rawhide) 113 kernel /boot/vmlinuz-3.17.0-0.rc4.git2.1.fc22.armv7hl+lpae 115 fdtdir /boot/dtb-3.17.0-0.rc4.git2.1.fc22.armv7hl+lpae 116 initrd /boot/initramfs-3.17.0-0.rc4.git2.1.fc22.armv7hl+lpae.img
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 142 | 7 [ 95.884044] CPU: 1 PID: 18244 Comm: syz-executor5 Not tainted 4.15.0-rc4+ #231 16 [ 95.884314] CPU: 0 PID: 18241 Comm: syz-executor2 Not tainted 4.15.0-rc4+ #231
|
D | 31 | 6 [ 48.981019] 4.11.0-rc4+ #198 Not tainted
|
D | 90 | 5 [ 1722.511384] CPU: 1 PID: 14836 Comm: syz-executor5 Not tainted 4.12.0-rc4+ #15
|
D | 257 | 5 [ 197.074536] 4.18.0-rc4+ #51 Not tainted
|
D | 35 | 9 [ 37.540495] 4.9.0-rc4+ #47 Not tainted
|
D | 231 | 8 [ 167.484301] CPU: 1 PID: 27333 Comm: syz-executor2 Not tainted 4.16.0-rc4+ #260 104 [ 167.935756] CPU: 0 PID: 27337 Comm: syz-executor0 Not tainted 4.16.0-rc4+ #260
|
D | 213 | 9 [ 357.031022] CPU: 1 PID: 6684 Comm: syz-executor4 Not tainted 4.16.0-rc4+ #252 102 [ 357.472915] CPU: 0 PID: 6694 Comm: syz-executor1 Not tainted 4.16.0-rc4+ #252
|
D | 220 | 5 [ 46.529696] CPU: 1 PID: 4975 Comm: syz-executor1 Not tainted 4.16.0-rc4+ #60
|
D | 219 | 5 [ 70.014351] CPU: 0 PID: 8319 Comm: syz-executor7 Not tainted 4.16.0-rc4+ #63
|
/external/autotest/docs/ |
D | test-that.md | 72 $ test_that -b lumpy -i lumpy-paladin/R38-6009.0.0-rc4 :lab: dummy_Pass 77 lumpy-paladin/R38-6009.0.0-rc4. The lab's scheduler will take responsibility 127 $ test_that -b lumpy -i lumpy-paladin/R38-6009.0.0-rc4 --web 100.96.51.136 :lab:
|
/external/boringssl/src/crypto/cipher_extra/test/ |
D | make_legacy_aead_tests.go | 27 cipher *rc4.Cipher 31 cipher, err := rc4.NewCipher([]byte(seed))
|
/external/boringssl/src/decrepit/ |
D | CMakeLists.txt | 17 rc4/rc4_decrepit.c
|
/external/capstone/bindings/vb6/ |
D | README.txt | 16 This sample was built against Capstone 3.0 rc4. Note that if the capstone
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
D | ARC4.java | 99 provider.addAlgorithm("Alg.Alias.Cipher", PKCSObjectIdentifiers.rc4, "ARC4"); in configure()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/ |
D | ARC4.java | 116 provider.addAlgorithm("Alg.Alias.Cipher", PKCSObjectIdentifiers.rc4, "ARC4"); in configure()
|
/external/boringssl/src/util/ |
D | doc.config | 40 "include/openssl/rc4.h",
|
/external/syzkaller/pkg/report/testdata/linux/guilty/ |
D | 31 | 7 CPU: 1 PID: 3485 Comm: syz-executor6 Not tainted 4.14.0-rc4+ #80
|
D | 37 | 6 CPU: 0 PID: 4406 Comm: syz-executor177 Not tainted 4.18.0-rc4-next-20180713+ #7
|
/external/u-boot/lib/ |
D | Makefile | 41 obj-y += rc4.o
|