Home
last modified time | relevance | path

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

12

/external/boringssl/src/crypto/rc4/
DCMakeLists.txt7 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/
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.c285 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 …]
DMakefile40 rc4.o \
/external/boringssl/src/crypto/cipher/test/
Dmake_all_legacy_aead_tests.sh5 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
Dmake_legacy_aead_tests.go28 cipher *rc4.Cipher
32 cipher, err := rc4.NewCipher([]byte(seed))
193 stream, err := rc4.NewCipher(encKey)
Drc4_sha1_tls_tests.txt2 # go run make_legacy_aead_tests.go -cipher rc4 -mac sha1
Drc4_md5_ssl3_tests.txt2 # go run make_legacy_aead_tests.go -cipher rc4 -mac md5 -ssl3
Drc4_md5_tls_tests.txt2 # go run make_legacy_aead_tests.go -cipher rc4 -mac md5
Drc4_sha1_ssl3_tests.txt2 # go run make_legacy_aead_tests.go -cipher rc4 -mac sha1 -ssl3
/external/boringssl/src/crypto/cipher/
De_rc4.c81 static const EVP_CIPHER rc4 = { variable
87 const EVP_CIPHER *EVP_rc4(void) { return &rc4; } in EVP_rc4()
/external/boringssl/
Dsources.mk185 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/
DCMakeLists.txt104 add_subdirectory(rc4)
174 $<TARGET_OBJECTS:rc4>
/external/autotest/docs/
Dtest-that.md64 $ 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/
DARC4.java99 provider.addAlgorithm("Alg.Alias.Cipher", PKCSObjectIdentifiers.rc4, "ARC4"); in configure()
/external/boringssl/src/util/
Ddoc.config38 "include/openssl/rc4.h",
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DPKCSObjectIdentifiers.java90 static final ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4"); field
/external/curl/docs/
DSSL-PROBLEMS62 https://tools.ietf.org/html/draft-popov-tls-prohibiting-rc4-01
/external/tagsoup/
DCHANGES122 Changes from 1.0rc4 to 1.0rc5
132 Changes from 1.0rc3 to 1.0rc4
/external/ipsec-tools/
DNEWS106 0.3rc4 - 25 March 2004
/external/boringssl/src/ssl/test/runner/
Dcipher_suites.go140 cipher, _ := rc4.NewCipher(key)
/external/boringssl/src/crypto/obj/
Dobj_mac.num6 rc4 5
Dobjects.txt381 rsadsi 3 4 : RC4 : rc4
382 : RC4-40 : rc4-40
1288 : RC4-HMAC-MD5 : rc4-hmac-md5
/external/libpng/
DCHANGES1274 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/
DVERSION.txt2287 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

12