HomeSort by relevance Sort by last modified time
    Searched defs:ciphers (Results 1 - 10 of 10) sorted by null

  /external/openssl/apps/
ciphers.c 1 /* apps/ciphers.c */
73 "usage: ciphers args\n",
74 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n",
93 char *ciphers=NULL; local
149 ciphers= *argv;
166 if (ciphers != NULL) {
167 if(!SSL_CTX_set_cipher_list(ctx,ciphers)) {
  /external/openssl/crypto/engine/
eng_int.h 167 ENGINE_CIPHERS_PTR ciphers; member in struct:engine_st
eng_cryptodev.c 145 } ciphers[] = { variable in typeref:struct:__anon5553
226 * Find out what ciphers /dev/crypto will let us have a session for.
245 for (i = 0; ciphers[i].id && count < CRYPTO_ALGORITHM_MAX; i++) {
246 if (ciphers[i].nid == NID_undef)
248 sess.cipher = ciphers[i].id;
249 sess.keylen = ciphers[i].keylen;
253 nids[count++] = ciphers[i].nid;
305 * Find the useable ciphers|digests from dev/crypto - this is the first
307 * can use for ciphers from this engine. We want to return
416 for (i = 0; ciphers[i].id; i++
    [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/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_fast.c 1409 u8 ciphers[5]; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_fast.c 415 u8 ciphers[5] = { local
443 ciphers) < 0) {
    [all...]
  /external/wpa_supplicant/
eap_fast.c 1894 u8 ciphers[2]; local
    [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/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/openssl/ssl/
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...]

Completed in 663 milliseconds