| /src/crypto/external/apache2/openssl/dist/test/ |
| sslcorrupttest.c | 134 * |cipher_list| is initialized with RSA ciphers' names. This 138 static const char **cipher_list = NULL; variable 153 * The |cipher_list| will be filled only with names of RSA ciphers, 157 cipher_list = OPENSSL_malloc(sk_SSL_CIPHER_num(sk_ciphers) * sizeof(cipher_list[0])); 158 if (!TEST_ptr(cipher_list)) 165 cipher_list[j++] = SSL_CIPHER_get_name(cipher); 194 TEST_info("Starting #%d, %s", testidx, cipher_list[testidx]); 203 || !TEST_true(SSL_CTX_set_cipher_list(cctx, cipher_list[testidx])) 278 OPENSSL_free(cipher_list); [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| sslcorrupttest.c | 134 * |cipher_list| is initialized with RSA ciphers' names. This 138 static const char **cipher_list = NULL; variable 153 * The |cipher_list| will be filled only with names of RSA ciphers, 157 cipher_list = OPENSSL_malloc(sk_SSL_CIPHER_num(sk_ciphers) * 158 sizeof(cipher_list[0])); 159 if (!TEST_ptr(cipher_list)) 166 cipher_list[j++] = SSL_CIPHER_get_name(cipher); 195 TEST_info("Starting #%d, %s", testidx, cipher_list[testidx]); 204 || !TEST_true(SSL_CTX_set_cipher_list(cctx, cipher_list[testidx])) 279 OPENSSL_free(cipher_list); [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| sslcorrupttest.c | 134 * |cipher_list| is initialized with RSA ciphers' names. This 138 static const char **cipher_list = NULL; variable 153 * The |cipher_list| will be filled only with names of RSA ciphers, 157 cipher_list = OPENSSL_malloc(sk_SSL_CIPHER_num(sk_ciphers) * 158 sizeof(cipher_list[0])); 159 if (!TEST_ptr(cipher_list)) 166 cipher_list[j++] = SSL_CIPHER_get_name(cipher); 194 TEST_info("Starting #%d, %s", testidx, cipher_list[testidx]); 201 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, cipher_list[testidx])) 266 OPENSSL_free(cipher_list); [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| cipher.c | 239 char *cipher_list, *cp; local 244 if ((cipher_list = cp = strdup(names)) == NULL) 250 free(cipher_list); 254 free(cipher_list);
|
| /src/external/ibm-public/postfix/dist/src/tls/ |
| tls_client.c | 964 const char *cipher_list; local 1035 cipher_list = tls_set_ciphers(TLScontext, props->cipher_grade, 1037 if (cipher_list == 0) { 1044 msg_info("%s: TLS cipher list \"%s\"", props->namaddr, cipher_list); 1200 tls_serverid_digest(TLScontext, props, cipher_list);
|
| tls_server.c | 829 const char *cipher_list; local 858 cipher_list = tls_set_ciphers(TLScontext, props->cipher_grade, 860 if (cipher_list == 0) { 866 msg_info("%s: TLS cipher list \"%s\"", props->namaddr, cipher_list);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
| ossl_shim.cc | 558 std::string cipher_list = "ALL"; local 560 cipher_list = config->cipher; 563 if (!SSL_CTX_set_cipher_list(ssl_ctx.get(), cipher_list.c_str())) {
|
| /src/crypto/external/apache2/openssl/dist/engines/ |
| e_devcrypto.c | 579 static void devcrypto_select_all_ciphers(int *cipher_list) 584 cipher_list[i] = 1; 589 int *cipher_list = (int *)usr; local 602 cipher_list[i] = 1;
|
| /src/crypto/external/bsd/openssl/dist/engines/ |
| e_devcrypto.c | 591 static void devcrypto_select_all_ciphers(int *cipher_list) 596 cipher_list[i] = 1; 601 int *cipher_list = (int *)usr; local 614 cipher_list[i] = 1;
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| ssl_local.h | 797 STACK_OF(SSL_CIPHER) *cipher_list; member in struct:ssl_ctx_st 1496 STACK_OF(SSL_CIPHER) *cipher_list; member in struct:ssl_connection_st 2555 STACK_OF(SSL_CIPHER) **cipher_list,
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ssl_local.h | 845 STACK_OF(SSL_CIPHER) *cipher_list; member in struct:ssl_ctx_st 1449 STACK_OF(SSL_CIPHER) *cipher_list; member in struct:ssl_st 2398 STACK_OF(SSL_CIPHER) **cipher_list,
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| ssl_local.h | 737 STACK_OF(SSL_CIPHER) *cipher_list; member in struct:ssl_ctx_st 1133 STACK_OF(SSL_CIPHER) *cipher_list; member in struct:ssl_st 2271 STACK_OF(SSL_CIPHER) **cipher_list,
|