Searched refs:ciphers (Results 1 - 25 of 216) sorted by relevance

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/engine/
H A Dtb_cipher.c76 if(e->ciphers)
79 int num_nids = e->ciphers(e, NULL, &nids, 0);
98 if(e->ciphers)
101 int num_nids = e->ciphers(e, NULL, &nids, 0);
135 return e->ciphers;
141 e->ciphers = f;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/engine/
H A Dtb_cipher.c78 if (e->ciphers) {
80 int num_nids = e->ciphers(e, NULL, &nids, 0);
99 if (e->ciphers) {
101 int num_nids = e->ciphers(e, NULL, &nids, 0);
135 return e->ciphers;
141 e->ciphers = f;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/engine/
H A Dtb_cipher.c76 if(e->ciphers)
79 int num_nids = e->ciphers(e, NULL, &nids, 0);
98 if(e->ciphers)
101 int num_nids = e->ciphers(e, NULL, &nids, 0);
135 return e->ciphers;
141 e->ciphers = f;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/engine/
H A Dtb_cipher.c78 if (e->ciphers) {
80 int num_nids = e->ciphers(e, NULL, &nids, 0);
99 if (e->ciphers) {
101 int num_nids = e->ciphers(e, NULL, &nids, 0);
135 return e->ciphers;
141 e->ciphers = f;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/engine/
H A Dtb_cipher.c76 if(e->ciphers)
79 int num_nids = e->ciphers(e, NULL, &nids, 0);
98 if(e->ciphers)
101 int num_nids = e->ciphers(e, NULL, &nids, 0);
135 return e->ciphers;
141 e->ciphers = f;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/engine/
H A Dtb_cipher.c78 if (e->ciphers) {
80 int num_nids = e->ciphers(e, NULL, &nids, 0);
99 if (e->ciphers) {
101 int num_nids = e->ciphers(e, NULL, &nids, 0);
135 return e->ciphers;
141 e->ciphers = f;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Dciphers.c1 /* 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
143 ciphers= *argv;
160 if (ciphers != NULL) {
161 if(!SSL_CTX_set_cipher_list(ctx,ciphers)) {
H A Dprogs.pl34 if (($_ =~ /^s_/) || ($_ =~ /^ciphers$/))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Dciphers.c1 /* apps/ciphers.c */
73 "usage: ciphers args\n",
74 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n",
96 char *ciphers = NULL; local
145 ciphers = *argv;
162 if (ciphers != NULL) {
163 if (!SSL_CTX_set_cipher_list(ctx, ciphers)) {
H A Dprogs.pl34 if (($_ =~ /^s_/) || ($_ =~ /^ciphers$/))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Dciphers.c1 /* apps/ciphers.c */
73 "usage: ciphers args\n",
74 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n",
96 char *ciphers = NULL; local
145 ciphers = *argv;
162 if (ciphers != NULL) {
163 if (!SSL_CTX_set_cipher_list(ctx, ciphers)) {
H A Dprogs.pl34 if (($_ =~ /^s_/) || ($_ =~ /^ciphers$/))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Dciphers.c1 /* 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
143 ciphers= *argv;
160 if (ciphers != NULL) {
161 if(!SSL_CTX_set_cipher_list(ctx,ciphers)) {
H A Dprogs.pl34 if (($_ =~ /^s_/) || ($_ =~ /^ciphers$/))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Dciphers.c1 /* apps/ciphers.c */
73 "usage: ciphers args\n",
74 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n",
96 char *ciphers = NULL; local
145 ciphers = *argv;
162 if (ciphers != NULL) {
163 if (!SSL_CTX_set_cipher_list(ctx, ciphers)) {
H A Dprogs.pl34 if (($_ =~ /^s_/) || ($_ =~ /^ciphers$/))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A Dciphers.c1 /* 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
143 ciphers= *argv;
160 if (ciphers != NULL) {
161 if(!SSL_CTX_set_cipher_list(ctx,ciphers)) {
H A Dprogs.pl34 if (($_ =~ /^s_/) || ($_ =~ /^ciphers$/))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dssl_polarssl.c167 tls_ctx_restrict_ciphers(struct tls_root_ctx *ctx, const char *ciphers) argument
171 int ciphers_len = strlen (ciphers);
176 /* Get number of ciphers */
178 if (ciphers[i] == ':')
184 /* Parse allowed ciphers, getting IDs */
186 tmp_ciphers_orig = tmp_ciphers = strdup(ciphers);
844 const int *ciphers = ssl_list_ciphersuites(); local
851 while (*ciphers != 0)
853 printf ("%s\n", ssl_get_ciphersuite_name(*ciphers));
854 ciphers
863 const int *ciphers = ssl_list_ciphersuites(); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dssl_polarssl.c167 tls_ctx_restrict_ciphers(struct tls_root_ctx *ctx, const char *ciphers) argument
171 int ciphers_len = strlen (ciphers);
176 /* Get number of ciphers */
178 if (ciphers[i] == ':')
184 /* Parse allowed ciphers, getting IDs */
186 tmp_ciphers_orig = tmp_ciphers = strdup(ciphers);
844 const int *ciphers = ssl_list_ciphersuites(); local
851 while (*ciphers != 0)
853 printf ("%s\n", ssl_get_ciphersuite_name(*ciphers));
854 ciphers
863 const int *ciphers = ssl_list_ciphersuites(); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dssl_polarssl.c167 tls_ctx_restrict_ciphers(struct tls_root_ctx *ctx, const char *ciphers) argument
171 int ciphers_len = strlen (ciphers);
176 /* Get number of ciphers */
178 if (ciphers[i] == ':')
184 /* Parse allowed ciphers, getting IDs */
186 tmp_ciphers_orig = tmp_ciphers = strdup(ciphers);
844 const int *ciphers = ssl_list_ciphersuites(); local
851 while (*ciphers != 0)
853 printf ("%s\n", ssl_get_ciphersuite_name(*ciphers));
854 ciphers
863 const int *ciphers = ssl_list_ciphersuites(); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/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/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/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);

Completed in 156 milliseconds

123456789