/external/boringssl/src/crypto/rc4/ |
D | CMakeLists.txt | 7 rc4-x86_64.${ASM_EXT} 15 rc4-586.${ASM_EXT} 20 rc4 target 24 rc4.c 28 perlasm(rc4-x86_64.${ASM_EXT} asm/rc4-x86_64.pl) 29 perlasm(rc4-586.${ASM_EXT} asm/rc4-586.pl)
|
/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 | 285 int rc4; member 292 } rc4; member 302 int idx, res, rc4 = 0; in crypto_cipher_init() local 319 rc4 = 1; in crypto_cipher_init() 329 if (rc4) { in crypto_cipher_init() 330 ctx->rc4 = 1; in crypto_cipher_init() 331 if (key_len > sizeof(ctx->u.rc4.key)) { in crypto_cipher_init() 335 ctx->u.rc4.keylen = key_len; in crypto_cipher_init() 336 os_memcpy(ctx->u.rc4.key, key, key_len); in crypto_cipher_init() 355 if (ctx->rc4) { in crypto_cipher_encrypt() [all …]
|
D | Makefile | 40 rc4.o \
|
/external/boringssl/src/crypto/cipher/test/ |
D | make_all_legacy_aead_tests.sh | 5 go run make_legacy_aead_tests.go -cipher rc4 -mac md5 > rc4_md5_tls_tests.txt 6 go run make_legacy_aead_tests.go -cipher rc4 -mac sha1 > rc4_sha1_tls_tests.txt 20 go run make_legacy_aead_tests.go -cipher rc4 -mac md5 -ssl3 > rc4_md5_ssl3_tests.txt 21 go run make_legacy_aead_tests.go -cipher rc4 -mac sha1 -ssl3 > rc4_sha1_ssl3_tests.txt
|
D | make_legacy_aead_tests.go | 28 cipher *rc4.Cipher 32 cipher, err := rc4.NewCipher([]byte(seed)) 193 stream, err := rc4.NewCipher(encKey)
|
D | rc4_sha1_tls_tests.txt | 2 # go run make_legacy_aead_tests.go -cipher rc4 -mac sha1
|
D | rc4_md5_ssl3_tests.txt | 2 # go run make_legacy_aead_tests.go -cipher rc4 -mac md5 -ssl3
|
D | rc4_md5_tls_tests.txt | 2 # go run make_legacy_aead_tests.go -cipher rc4 -mac md5
|
D | rc4_sha1_ssl3_tests.txt | 2 # go run make_legacy_aead_tests.go -cipher rc4 -mac sha1 -ssl3
|
/external/boringssl/src/crypto/cipher/ |
D | e_rc4.c | 81 static const EVP_CIPHER rc4 = { variable 87 const EVP_CIPHER *EVP_rc4(void) { return &rc4; } in EVP_rc4()
|
/external/boringssl/ |
D | sources.mk | 185 src/crypto/rc4/rc4.c\ 364 linux-x86/crypto/rc4/rc4-586.S\ 383 linux-x86_64/crypto/rc4/rc4-x86_64.S\ 397 mac-x86/crypto/rc4/rc4-586.S\ 416 mac-x86_64/crypto/rc4/rc4-x86_64.S\ 430 win-x86/crypto/rc4/rc4-586.asm\ 449 win-x86_64/crypto/rc4/rc4-x86_64.asm\
|
/external/boringssl/src/crypto/ |
D | CMakeLists.txt | 104 add_subdirectory(rc4) 174 $<TARGET_OBJECTS:rc4>
|
/external/autotest/docs/ |
D | test-that.md | 64 $ test_that -b lumpy -i lumpy-paladin/R38-6009.0.0-rc4 :lab: dummy_Pass 69 lumpy-paladin/R38-6009.0.0-rc4. The lab's scheduler will take responsibility
|
/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/boringssl/src/util/ |
D | doc.config | 38 "include/openssl/rc4.h",
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | PKCSObjectIdentifiers.java | 90 static final ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4"); field
|
/external/curl/docs/ |
D | SSL-PROBLEMS | 62 https://tools.ietf.org/html/draft-popov-tls-prohibiting-rc4-01
|
/external/tagsoup/ |
D | CHANGES | 122 Changes from 1.0rc4 to 1.0rc5 132 Changes from 1.0rc3 to 1.0rc4
|
/external/ipsec-tools/ |
D | NEWS | 106 0.3rc4 - 25 March 2004
|
/external/boringssl/src/ssl/test/runner/ |
D | cipher_suites.go | 140 cipher, _ := rc4.NewCipher(key)
|
/external/boringssl/src/crypto/obj/ |
D | obj_mac.num | 6 rc4 5
|
D | objects.txt | 381 rsadsi 3 4 : RC4 : rc4 382 : RC4-40 : rc4-40 1288 : RC4-HMAC-MD5 : rc4-hmac-md5
|
/external/libpng/ |
D | CHANGES | 1274 Version 1.2.3rc4 [May 2, 2002] 1499 Version 1.0.16rc4 and 1.2.6rc4 [August 10, 2004] 1580 Version 1.2.8rc4 [November 29, 2004] 1774 Version 1.0.19rc4, 1.2.11rc4 [June 15, 2006] 1843 Version 1.2.15rc4 [December 27, 2006] 1889 Version 1.2.17rc4 [May 10, 2007]
|
/external/jetty/ |
D | VERSION.txt | 2287 jetty-6.1.15.rc4 - 19 February 2009 2475 jetty-6.1.12.rc4 - 21 October 2008 3044 jetty-6.1.2rc4 - 19 April 2007 3451 jetty-6.0.0rc4 - 05 September 2006 3881 jetty-5.1.3rc4 - 31 March 2005 5136 jetty-3.1.rc4 - 14 April 2001 5342 jetty-3.0.0.rc4 - 06 November 2000
|