HomeSort by relevance Sort by last modified time
    Searched refs:RC4 (Results 1 - 25 of 26) sorted by null

1 2

  /external/boringssl/src/include/openssl/
rc4.h 10 * apply to all code found in this distribution, be it the RC4, RSA,
67 /* RC4. */
75 /* RC4_set_key performs an RC4 key schedule and initialises |rc4key| with |len|
80 /* RC4 encrypts (or decrypts, it's the same with RC4) |len| bytes from |in| to
82 OPENSSL_EXPORT void RC4(RC4_KEY *key, size_t len, const uint8_t *in,
88 /* RC4_options returns the string "rc4(ptr,int)". */
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4.go 5 // Package rc4 implements RC4 encryption, as defined in Bruce Schneier's
7 package rc4 package
9 // BUG(agl): RC4 is in common use but has design weaknesses that make
14 // A Cipher is an instance of RC4 using a particular key.
23 return "crypto/rc4: invalid key size " + strconv.Itoa(int(k))
27 // RC4 key, at least 1 byte and at most 256 bytes.
rc4_test.go 5 package rc4 package
33 // Test vectors from the Wikipedia page: http://en.wikipedia.org/wiki/RC4
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4.go 5 // Package rc4 implements RC4 encryption, as defined in Bruce Schneier's
7 package rc4 package
9 // BUG(agl): RC4 is in common use but has design weaknesses that make
14 // A Cipher is an instance of RC4 using a particular key.
23 return "crypto/rc4: invalid key size " + strconv.Itoa(int(k))
27 // RC4 key, at least 1 byte and at most 256 bytes.
rc4_test.go 5 package rc4 package
33 // Test vectors from the Wikipedia page: http://en.wikipedia.org/wiki/RC4
  /external/boringssl/src/crypto/cipher_extra/
e_rc4.c 10 * apply to all code found in this distribution, be it the RC4, RSA,
62 #include <openssl/rc4.h>
77 RC4(rc4key, in_len, in, out);
81 static const EVP_CIPHER rc4 = { variable
87 const EVP_CIPHER *EVP_rc4(void) { return &rc4; }
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Cipher/
CryptArc4.c 16 #include <openssl/rc4.h>
124 RC4 (Rc4Key, (UINT32) InputSize, Input, Output);
170 RC4 (Rc4Key, (UINT32) InputSize, Input, Output);
  /external/boringssl/src/crypto/rc4/
rc4.c 10 * apply to all code found in this distribution, be it the RC4, RSA,
57 #include <openssl/rc4.h>
60 void RC4(RC4_KEY *key, size_t len, const uint8_t *in, uint8_t *out) {
  /external/ltp/testcases/commands/mail/
mail_tests.sh 146 RC4=0
197 RC4=$(awk '{print match($1 $2 $3, "Nomailfor")}' \
199 if [ \( "$tvar" = "redhat" -o "$tvar" = "redhat-linux" \) -a -n "$RC4" ]; then
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/security/
java.security 619 jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 768, \
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/security/
java.security 616 jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 768, \
    [all...]
  /external/boringssl/src/ssl/test/runner/
cipher_suites.go 14 "crypto/rc4"
105 // and RC4 comes before AES (because of the Lucky13 attack).
174 cipher, _ := rc4.NewCipher(key)
  /prebuilts/go/darwin-x86/src/crypto/tls/
cipher_suites.go 12 "crypto/rc4"
101 // RC4-based cipher suites are disabled by default.
108 cipher, _ := rc4.NewCipher(key)
handshake_server_test.go 693 name: "RSA-RC4",
694 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "RC4-SHA"},
    [all...]
handshake_client_test.go 468 name: "RSA-RC4",
469 command: []string{"openssl", "s_server", "-cipher", "RC4-SHA"},
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
cipher_suites.go 12 "crypto/rc4"
101 // RC4-based cipher suites are disabled by default.
108 cipher, _ := rc4.NewCipher(key)
handshake_server_test.go 693 name: "RSA-RC4",
694 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "RC4-SHA"},
    [all...]
handshake_client_test.go 468 name: "RSA-RC4",
469 command: []string{"openssl", "s_server", "-cipher", "RC4-SHA"},
    [all...]
  /external/boringssl/src/crypto/obj/
objects.go 394 * apply to all code found in this distribution, be it the RC4, RSA,
547 * apply to all code found in this distribution, be it the RC4, RSA,
  /external/r8/deps/
commons-compress-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.12/
commons-compress-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 

Completed in 456 milliseconds

1 2