HomeSort by relevance Sort by last modified time
    Searched refs:cipher (Results 301 - 325 of 331) sorted by null

<<11121314

  /external/openssl/ssl/
ssl_locl.h 113 * ECC cipher suite support in OpenSSL originally developed by
282 * Use the according functions for cipher management instead.
344 /* Not a real MAC, just an indication it is part of cipher */
385 * Export and cipher strength information. For each cipher we have to decide
389 * Independent of the export flag the cipher strength is sorted into classes.
391 * is at 56bit (SSL_EXP56). If the exportable cipher class is going to change
418 * Macros to check the export status and cipher strength for export ciphers.
422 * *_EXPORT40/56 macros are used to check whether a certain cipher strength
848 void ssl_set_cert_masks(CERT *c, const SSL_CIPHER *cipher);
    [all...]
d1_clnt.c 544 s->session->cipher=s->s3->tmp.new_cipher;
    [all...]
d1_srvr.c 715 s->session->cipher=s->s3->tmp.new_cipher;
966 /* put the cipher */
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /external/wpa_supplicant_8/hostapd/
Android.mk 604 OBJS += src/crypto/crypto_internal-cipher.c
Makefile 590 OBJS += ../src/crypto/crypto_internal-cipher.o
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 8756 u32 cipher = wpa_cipher_to_cipher_suite(params->pairwise_suite); local
8769 u32 cipher = wpa_cipher_to_cipher_suite(params->group_suite); local
    [all...]
driver_wext.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_clnt.c 551 s->session->cipher=s->s3->tmp.new_cipher;
    [all...]
d1_srvr.c 714 s->session->cipher=s->s3->tmp.new_cipher;
955 /* put the cipher */
    [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java 49 import javax.crypto.Cipher;
134 return Cipher.WRAP_MODE;
136 return Cipher.ENCRYPT_MODE;
141 return Cipher.UNWRAP_MODE;
143 return Cipher.DECRYPT_MODE;
365 setExpectedBlockSize("RSA", Cipher.ENCRYPT_MODE, 256);
366 setExpectedBlockSize("RSA/ECB/NoPadding", Cipher.ENCRYPT_MODE, 256);
367 setExpectedBlockSize("RSA/ECB/PKCS1Padding", Cipher.ENCRYPT_MODE, 245);
370 setExpectedBlockSize("RSA", Cipher.ENCRYPT_MODE, "BC", 255);
371 setExpectedBlockSize("RSA/ECB/NoPadding", Cipher.ENCRYPT_MODE, "BC", 255)
1396 Cipher cipher = Cipher.getInstance("RSA"); local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 694 wpa_printf(MSG_ERROR, "Line %d: invalid cipher '%s'.",
699 wpa_printf(MSG_ERROR, "Line %d: no cipher values configured.",
708 static char * wpa_config_write_cipher(int cipher)
714 if (wpa_write_ciphers(buf, buf + 50, cipher, " ") < 0) {
733 wpa_printf(MSG_ERROR, "Line %d: not allowed pairwise cipher "
762 wpa_printf(MSG_ERROR, "Line %d: not allowed group cipher "
    [all...]
Makefile 1047 OBJS += ../src/crypto/crypto_internal-cipher.o
    [all...]
ctrl_iface.c     [all...]
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c 110 /* This list of SSL3 cipher suites is sorted in descending order of
111 * precedence (desirability). It only includes cipher suites we implement.
112 * This table is modified by SSL3_SetPolicy(). The ordering of cipher suites
115 * Important: See bug 946147 before enabling, reordering, or adding any cipher
181 /* 56-bit DES "domestic" cipher suites */
215 * because it SSL_ImplementedCiphers includes SSL 2.0 cipher suites.
290 /* cipher calg k s type i b t n */
394 /* New TLS cipher suites */
656 /* See RFC 4346 A.5. Export cipher suites must not be used in TLS 1.1 or
657 * later. This set of cipher suites is similar to, but different from, th
1405 SSL3BulkCipher cipher; local
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/srtp/
configure     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 1083 milliseconds

<<11121314