HomeSort by relevance Sort by last modified time
    Searched refs:ciphers (Results 26 - 45 of 45) sorted by null

12

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_fast.c 1409 u8 ciphers[5]; local
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 436 const SSLCipherSuite* ciphers() const { function in class:net::__anon2721::EnabledCipherSuites
673 status = SSLSetEnabledCiphers(ssl_context_, enabled_ciphers->ciphers(),
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 120 designing cryptosystems. It supports symmetric ciphers, one-way hashes, pseudo-random number generators,
123 The library was designed such that new ciphers/hashes/PRNGs can be added at run-time and the existing API
146 With this library all core functions (ciphers, hashes, prngs, and bignum) have the same prototype definition. They all load
150 that can be used to make a program automatically pick between ciphers, hashes and PRNGs at run-time. That means your
151 application can support all ciphers/hashes/prngs/bignum without changing the source code.
165 The LibTomCrypt package has also been written to be very modular. The block ciphers, one--way hashes,
182 are not directly tied to the ciphers. That is a new cipher can be added to the library by simply providing
193 of the authors knowledge the only patent related issues within the library are the RC5 and RC6 symmetric block ciphers.
195 of the ciphers and hashes are patent free or under patents that have since expired.
197 The RC2 and RC4 symmetric ciphers are not under patents but are under trademark regulations. This means you can use
    [all...]
  /external/wpa_supplicant/
eap_fast.c 1894 u8 ciphers[2]; local
    [all...]
tls_openssl.c     [all...]
tls_schannel.c 665 u8 *ciphers)
tls_gnutls.c 1169 u8 *ciphers)
    [all...]
tlsv1_client.c     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 402 public static native void SSL_set_cipher_lists(int ssl, String[] ciphers);
  /external/openssl/ssl/
ssl_sess.c 722 if (ss->ciphers != NULL) sk_SSL_CIPHER_free(ss->ciphers);
    [all...]
s2_clnt.c 454 /* We have just received a list of ciphers back from the
458 /* load the ciphers */
460 &s->session->ciphers);
471 /* get the array of ciphers we will accept */
490 /* In theory we could have ciphers sent back that we
ssl_lib.c 1212 /** return a STACK of the ciphers available for the SSL and in order of
1231 /** return a STACK of the ciphers available for the SSL and in order of
    [all...]
ssl.h 179 /* text strings for the ciphers */
225 /* These are used to specify which ciphers to use and not to use */
309 * ciphers normally not being used.
310 * Example: "RC4" will activate all ciphers using RC4 including ciphers
360 /* used to hold info on the particular ciphers used */
495 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */ member in struct:ssl_session_st
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c     [all...]
tls_schannel.c 658 u8 *ciphers)
tls_gnutls.c 1227 u8 *ciphers)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 386 // see OpenSSL ciphers man page
404 List<String> ciphers local
406 NativeCrypto.SSL_set_cipher_lists(s, ciphers.toArray(new String[ciphers.size()]));
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_fast.c 415 u8 ciphers[5] = { local
443 ciphers) < 0) {
    [all...]
  /external/openssl/include/openssl/
ssl.h 179 /* text strings for the ciphers */
225 /* These are used to specify which ciphers to use and not to use */
309 * ciphers normally not being used.
310 * Example: "RC4" will activate all ciphers using RC4 including ciphers
360 /* used to hold info on the particular ciphers used */
495 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */ member in struct:ssl_session_st
    [all...]
  /external/dropbear/
configure     [all...]

Completed in 2734 milliseconds

12