Home
last modified time | relevance | path

Searched refs:rc4 (Results 1 – 25 of 58) sorted by relevance

123

/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-cipher.c24 } 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()
Dcrypto_libtomcrypt.c289 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 …]
DMakefile43 rc4.o \
/external/curl/docs/
DCIPHERS.md170 `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/
De_rc4.c81 static const EVP_CIPHER rc4 = { variable
87 const EVP_CIPHER *EVP_rc4(void) { return &rc4; } in EVP_rc4()
/external/u-boot/doc/
DREADME.distro104 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/
D1427 [ 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
D316 [ 48.981019] 4.11.0-rc4+ #198 Not tainted
D905 [ 1722.511384] CPU: 1 PID: 14836 Comm: syz-executor5 Not tainted 4.12.0-rc4+ #15
D2575 [ 197.074536] 4.18.0-rc4+ #51 Not tainted
D359 [ 37.540495] 4.9.0-rc4+ #47 Not tainted
D2318 [ 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
D2139 [ 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
D2205 [ 46.529696] CPU: 1 PID: 4975 Comm: syz-executor1 Not tainted 4.16.0-rc4+ #60
D2195 [ 70.014351] CPU: 0 PID: 8319 Comm: syz-executor7 Not tainted 4.16.0-rc4+ #63
/external/autotest/docs/
Dtest-that.md72 $ 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/
Dmake_legacy_aead_tests.go27 cipher *rc4.Cipher
31 cipher, err := rc4.NewCipher([]byte(seed))
/external/boringssl/src/decrepit/
DCMakeLists.txt17 rc4/rc4_decrepit.c
/external/capstone/bindings/vb6/
DREADME.txt16 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/
DARC4.java99 provider.addAlgorithm("Alg.Alias.Cipher", PKCSObjectIdentifiers.rc4, "ARC4"); in configure()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/
DARC4.java116 provider.addAlgorithm("Alg.Alias.Cipher", PKCSObjectIdentifiers.rc4, "ARC4"); in configure()
/external/boringssl/src/util/
Ddoc.config40 "include/openssl/rc4.h",
/external/syzkaller/pkg/report/testdata/linux/guilty/
D317 CPU: 1 PID: 3485 Comm: syz-executor6 Not tainted 4.14.0-rc4+ #80
D376 CPU: 0 PID: 4406 Comm: syz-executor177 Not tainted 4.18.0-rc4-next-20180713+ #7
/external/u-boot/lib/
DMakefile41 obj-y += rc4.o

123