Searched refs:ciphers (Results 26 - 50 of 216) sorted by relevance

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/tls/
H A Dtlsv1_server.h43 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/smbd/
H A Dssl.c93 char *certfile, *keyfile, *ciphers, *cacertDir, *cacertFile; local
161 if((ciphers = lp_ssl_ciphers()) != NULL && *ciphers != 0)
162 SSL_CTX_set_cipher_list(sslContext, ciphers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/tls/
H A Dtlsv1_client.h47 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers);
H A Dtlsv1_server.h43 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/tls/
H A Dtlsv1_client.h47 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers);
H A Dtlsv1_server.h43 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/smbd/
H A Dssl.c93 char *certfile, *keyfile, *ciphers, *cacertDir, *cacertFile; local
161 if((ciphers = lp_ssl_ciphers()) != NULL && *ciphers != 0)
162 SSL_CTX_set_cipher_list(sslContext, ciphers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/tls/
H A Dtlsv1_client.h47 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers);
H A Dtlsv1_server.h43 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/tls/
H A Dtlsv1_client.h47 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers);
H A Dtlsv1_server.h43 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/test/
H A Dtestfipsssl14 ciphers="DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA:EDH-RSA-DES-CBC3-SHA:EDH-DSS-DES-CBC3-SHA:DES-CBC3-SHA:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA:AES128-SHA:EXP1024-DHE-DSS-DES-CBC-SHA:EXP1024-DES-CBC-SHA:EDH-RSA-DES-CBC-SHA:EDH-DSS-DES-CBC-SHA:DES-CBC-SHA:EXP-EDH-RSA-DES-CBC-SHA:EXP-EDH-DSS-DES-CBC-SHA:EXP-DES-CBC-SHA"
16 ssltest="../util/shlib_wrap.sh ./ssltest -F -key $key -cert $cert -c_key $key -c_cert $cert -cipher $ciphers"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dcrypto_polarssl.c147 const int *ciphers = cipher_list(); local
150 printf ("The following ciphers and cipher modes are available\n"
158 while (*ciphers != 0)
160 const cipher_info_t *info = cipher_info_from_type(*ciphers);
166 ciphers++;
H A Dssl_backend.h134 * Restrict the list of ciphers that can be used within the TLS context.
137 * @param ciphers String containing : delimited cipher names.
139 void tls_ctx_restrict_ciphers(struct tls_root_ctx *ctx, const char *ciphers);
433 * Show the TLS ciphers that are available for us to use in the OpenSSL
439 * The OpenSSL library has a notion of preference in TLS ciphers. Higher
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/crypto/
H A Dtls_none.c150 u8 *ciphers)
149 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dcrypto_polarssl.c147 const int *ciphers = cipher_list(); local
150 printf ("The following ciphers and cipher modes are available\n"
158 while (*ciphers != 0)
160 const cipher_info_t *info = cipher_info_from_type(*ciphers);
166 ciphers++;
H A Dssl_backend.h134 * Restrict the list of ciphers that can be used within the TLS context.
137 * @param ciphers String containing : delimited cipher names.
139 void tls_ctx_restrict_ciphers(struct tls_root_ctx *ctx, const char *ciphers);
433 * Show the TLS ciphers that are available for us to use in the OpenSSL
439 * The OpenSSL library has a notion of preference in TLS ciphers. Higher
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/crypto/
H A Dtls_none.c150 u8 *ciphers)
149 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/test/
H A Dtestfipsssl14 ciphers="DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA:EDH-RSA-DES-CBC3-SHA:EDH-DSS-DES-CBC3-SHA:DES-CBC3-SHA:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA:AES128-SHA:EXP1024-DHE-DSS-DES-CBC-SHA:EXP1024-DES-CBC-SHA:EDH-RSA-DES-CBC-SHA:EDH-DSS-DES-CBC-SHA:DES-CBC-SHA:EXP-EDH-RSA-DES-CBC-SHA:EXP-EDH-DSS-DES-CBC-SHA:EXP-DES-CBC-SHA"
16 ssltest="../util/shlib_wrap.sh ./ssltest -F -key $key -cert $cert -c_key $key -c_cert $cert -cipher $ciphers"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/test/
H A Dtestfipsssl14 ciphers="DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA:EDH-RSA-DES-CBC3-SHA:EDH-DSS-DES-CBC3-SHA:DES-CBC3-SHA:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA:AES128-SHA:EXP1024-DHE-DSS-DES-CBC-SHA:EXP1024-DES-CBC-SHA:EDH-RSA-DES-CBC-SHA:EDH-DSS-DES-CBC-SHA:DES-CBC-SHA:EXP-EDH-RSA-DES-CBC-SHA:EXP-EDH-DSS-DES-CBC-SHA:EXP-DES-CBC-SHA"
16 ssltest="../util/shlib_wrap.sh ./ssltest -F -key $key -cert $cert -c_key $key -c_cert $cert -cipher $ciphers"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dcrypto_polarssl.c147 const int *ciphers = cipher_list(); local
150 printf ("The following ciphers and cipher modes are available\n"
158 while (*ciphers != 0)
160 const cipher_info_t *info = cipher_info_from_type(*ciphers);
166 ciphers++;
H A Dssl_backend.h134 * Restrict the list of ciphers that can be used within the TLS context.
137 * @param ciphers String containing : delimited cipher names.
139 void tls_ctx_restrict_ciphers(struct tls_root_ctx *ctx, const char *ciphers);
433 * Show the TLS ciphers that are available for us to use in the OpenSSL
439 * The OpenSSL library has a notion of preference in TLS ciphers. Higher
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/crypto/
H A Dtls_none.c150 u8 *ciphers)
149 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Ds3_srvr.c915 STACK_OF(SSL_CIPHER) *ciphers = NULL;
1150 if (ssl_bytes_to_cipher_list(s, p, i, &(ciphers)) == NULL) {
1161 fprintf(stderr, "client sent %d ciphers\n",
1162 sk_SSL_CIPHER_num(ciphers));
1164 for (i = 0; i < sk_SSL_CIPHER_num(ciphers); i++) {
1165 c = sk_SSL_CIPHER_value(ciphers, i);
1168 i, sk_SSL_CIPHER_num(ciphers), SSL_CIPHER_get_name(c));
1181 && (sk_SSL_CIPHER_num(ciphers) == 1)) {
1189 c = sk_SSL_CIPHER_value(ciphers, 0);
1259 &s->session->master_key_length, ciphers,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ssl/
H A Ds3_srvr.c806 STACK_OF(SSL_CIPHER) *ciphers=NULL;
968 if ((i > 0) && (ssl_bytes_to_cipher_list(s,p,i,&(ciphers))
982 printf("client sent %d ciphers\n",sk_num(ciphers));
984 for (i=0; i<sk_SSL_CIPHER_num(ciphers); i++)
986 c=sk_SSL_CIPHER_value(ciphers,i);
989 i,sk_num(ciphers),SSL_CIPHER_get_name(c));
1001 if (j == 0 && (s->options & SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG) && (sk_SSL_CIPHER_num(ciphers) == 1))
1008 c = sk_SSL_CIPHER_value(ciphers, 0);
1089 ciphers,
[all...]

Completed in 226 milliseconds

123456789