/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 | 32 rc4.o \
|
/external/curl/docs/ |
D | CIPHERS.md | 171 `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 …]
|
D | SSL-PROBLEMS.md | 62 https://tools.ietf.org/html/draft-popov-tls-prohibiting-rc4-01
|
/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/rust/crates/quiche/deps/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/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_query.c | 42 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/ |
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/decrepit/ |
D | CMakeLists.txt | 17 rc4/rc4_decrepit.c
|
/external/rust/crates/quiche/deps/boringssl/src/decrepit/ |
D | CMakeLists.txt | 17 rc4/rc4_decrepit.c
|
/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/mesa3d/docs/ |
D | release-calendar.rst | 43 | | 2020-11-25 | 20.3.0-rc4 | Dylan Baker | or 20.3.0 final |
|
/external/capstone/bindings/vb6/ |
D | README.txt | 16 This sample was built against Capstone 3.0 rc4. Note that if the capstone
|
/external/python/cryptography/docs/development/custom-vectors/arc4/ |
D | verify_arc4.go | 43 stream, err := rc4.NewCipher(key)
|
/external/boringssl/src/util/ |
D | doc.config | 40 "include/openssl/rc4.h",
|
/external/llvm-project/llvm/test/Transforms/IRCE/ |
D | wide_indvar.ll | 201 %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/ |
D | ttysnoop_example.txt | 15 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/ |
D | PKCSObjectIdentifiers.java | 96 ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4"); field
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/ |
D | PKCSObjectIdentifiers.java | 98 ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4"); field
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/ |
D | PKCSObjectIdentifiers.java | 99 ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4"); field
|
/external/boringssl/src/crypto/ |
D | CMakeLists.txt | 337 rc4/rc4.c
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/ |
D | CMakeLists.txt | 329 rc4/rc4.c
|
/external/boringssl/ |
D | sources.mk | 156 src/crypto/rc4/rc4.c\
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.1.rst | 39 - Mesa 20.0.7 / 20.1.0-rc4 regression, extremally long shader
|