Searched defs:ciphers (Results 1 - 21 of 21) sorted by relevance

/external/openssl/apps/
H A Dciphers.c1 /* apps/ciphers.c */
73 "usage: ciphers args\n",
74 " -v - verbose mode, a textual listing of the ciphers in SSLeay\n",
92 char *ciphers=NULL; local
144 ciphers= *argv;
161 if (ciphers != NULL) {
162 if(!SSL_CTX_set_cipher_list(ctx,ciphers)) {
/external/openssl/crypto/engine/
H A Deng_int.h160 ENGINE_CIPHERS_PTR ciphers; member in struct:engine_st
H A Deng_cryptodev.c136 } ciphers[] = { variable in typeref:struct:__anon3128
220 for (i = 0; ciphers[i].id; i++)
221 if (ciphers[i].id == cipher)
222 return (ciphers[i].ivmax);
237 for (i = 0; ciphers[i].id; i++)
238 if (ciphers[i].id == cipher)
239 return (ciphers[i].keylen == len);
249 for (i = 0; ciphers[i].id; i++)
250 if (ciphers[i].nid == nid)
251 return (ciphers[
[all...]
/external/wpa_supplicant/
H A Dtls_none.c158 u8 *ciphers)
157 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
H A Dtls_internal.c243 u8 *ciphers)
245 return tlsv1_client_set_cipher_list(conn->client, ciphers);
242 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
H A Dtls_schannel.c665 u8 *ciphers)
664 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
H A Dtls_gnutls.c1169 u8 *ciphers)
1168 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
H A Deap_fast.c1894 u8 ciphers[2]; local
1902 ciphers[0] = TLS_CIPHER_ANON_DH_AES128_SHA;
1903 ciphers[1] = TLS_CIPHER_NONE;
1906 ciphers)) {
H A Dtls_openssl.c2148 u8 *ciphers)
2154 if (conn == NULL || conn->ssl == NULL || ciphers == NULL)
2161 c = ciphers;
2147 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
H A Dtlsv1_client.c2361 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
2365 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers) argument
2372 if (ciphers[0] == TLS_CIPHER_ANON_DH_AES128_SHA) {
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dtls_none.c151 u8 *ciphers)
150 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
H A Dtls_internal.c435 u8 *ciphers)
439 return tlsv1_client_set_cipher_list(conn->client, ciphers);
443 return tlsv1_server_set_cipher_list(conn->server, ciphers);
434 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
H A Dtls_schannel.c658 u8 *ciphers)
657 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
H A Dtls_gnutls.c1227 u8 *ciphers)
1226 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
H A Dtls_openssl.c2294 u8 *ciphers)
2300 if (conn == NULL || conn->ssl == NULL || ciphers == NULL)
2307 c = ciphers;
2293 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dtlsv1_server.c543 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
547 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers) argument
554 if (ciphers[0] == TLS_CIPHER_ANON_DH_AES128_SHA) {
H A Dtlsv1_client.c602 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
606 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers) argument
613 if (ciphers[0] == TLS_CIPHER_ANON_DH_AES128_SHA) {
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_fast.c1409 u8 ciphers[5]; local
1415 ciphers[count++] = TLS_CIPHER_ANON_DH_AES128_SHA;
1421 ciphers[count++] = TLS_CIPHER_RSA_DHE_AES128_SHA;
1422 ciphers[count++] = TLS_CIPHER_AES128_SHA;
1423 ciphers[count++] = TLS_CIPHER_RC4_SHA;
1426 ciphers[count++] = TLS_CIPHER_NONE;
1429 ciphers)) {
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_fast.c415 u8 ciphers[5] = { local
443 ciphers) < 0) {
/external/openssl/include/openssl/
H A Dssl.h206 /* text strings for the ciphers */
251 /* These are used to specify which ciphers to use and not to use */
304 * ciphers normally not being used.
305 * Example: "RC4" will activate all ciphers using RC4 including ciphers
348 /* used to hold info on the particular ciphers used */
354 unsigned long algorithms; /* what ciphers are used */
469 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */ member in struct:ssl_session_st
/external/openssl/ssl/
H A Dssl.h206 /* text strings for the ciphers */
251 /* These are used to specify which ciphers to use and not to use */
304 * ciphers normally not being used.
305 * Example: "RC4" will activate all ciphers using RC4 including ciphers
348 /* used to hold info on the particular ciphers used */
354 unsigned long algorithms; /* what ciphers are used */
469 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */ member in struct:ssl_session_st

Completed in 244 milliseconds