Home
last modified time | relevance | path

Searched refs:rc4 (Results 1 – 25 of 62) 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 …]
DMakefile32 rc4.o \
/external/curl/docs/
DCIPHERS.md171 `rc4`
172 `rc4-md5`
288 `rc4-md5`
290 `exp-rc4-md5`
298 `rc4-md5`
299 `rc4-sha`
301 `exp-rc4-md5`
309 `rc4-md5`
310 `rc4-sha`
312 `exp-rc4-md5`
[all …]
DSSL-PROBLEMS.md62 https://tools.ietf.org/html/draft-popov-tls-prohibiting-rc4-01
/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/rust/crates/quiche/deps/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/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_query.c42 static void rc4(rc4_key* key, unsigned char *buffer_ptr, int buffer_len) in rc4() function
107 rc4(key, (unsigned char *)&r, sizeof(r)); in ares__generate_new_id()
/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/decrepit/
DCMakeLists.txt17 rc4/rc4_decrepit.c
/external/rust/crates/quiche/deps/boringssl/src/decrepit/
DCMakeLists.txt17 rc4/rc4_decrepit.c
/external/boringssl/src/crypto/cipher_extra/test/
Dmake_legacy_aead_tests.go27 cipher *rc4.Cipher
31 cipher, err := rc4.NewCipher([]byte(seed))
/external/mesa3d/docs/
Drelease-calendar.rst43 | | 2020-11-25 | 20.3.0-rc4 | Dylan Baker | or 20.3.0 final |
/external/capstone/bindings/vb6/
DREADME.txt16 This sample was built against Capstone 3.0 rc4. Note that if the capstone
/external/python/cryptography/docs/development/custom-vectors/arc4/
Dverify_arc4.go43 stream, err := rc4.NewCipher(key)
/external/boringssl/src/util/
Ddoc.config40 "include/openssl/rc4.h",
/external/llvm-project/llvm/test/Transforms/IRCE/
Dwide_indvar.ll201 %rc4 = icmp slt i64 %iv, %M4
204 %rc = and i1 %c2, %rc4
410 %rc4 = icmp ult i64 %iv, %M4
413 %rc = and i1 %c2, %rc4
/external/bcc/tools/
Dttysnoop_example.txt15 Linux bgregg-xenial-bpf-i-xxx 4.8.0-rc4-virtual #1 SMP Wed Aug 31 22:54:37 UTC 2016 x86_64 x86_64 x…
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DPKCSObjectIdentifiers.java96 ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4"); field
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/
DPKCSObjectIdentifiers.java98 ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4"); field
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DPKCSObjectIdentifiers.java99 ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4"); field
/external/boringssl/src/crypto/
DCMakeLists.txt337 rc4/rc4.c
/external/rust/crates/quiche/deps/boringssl/src/crypto/
DCMakeLists.txt329 rc4/rc4.c
/external/boringssl/
Dsources.mk156 src/crypto/rc4/rc4.c\
/external/mesa3d/docs/relnotes/
D20.1.1.rst39 - Mesa 20.0.7 / 20.1.0-rc4 regression, extremally long shader

123