HomeSort by: relevance | last modified time | path
    Searched defs:ssl_method (Results 1 - 6 of 6) sorted by relevancy

  /src/libexec/httpd/
ssl-bozo.c 72 const SSL_METHOD *ssl_method; member in struct:sslinfo_t
258 sslinfo->ssl_method = SSLv23_server_method();
259 sslinfo->ssl_context = SSL_CTX_new(sslinfo->ssl_method);
ssl-bozo.c 72 const SSL_METHOD *ssl_method; member in struct:sslinfo_t
258 sslinfo->ssl_method = SSLv23_server_method();
259 sslinfo->ssl_context = SSL_CTX_new(sslinfo->ssl_method);
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c 677 static void ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method,
700 c = ssl_method->get_cipher(i);
709 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) == 0) &&
712 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) != 0) &&
1256 static int check_suiteb_cipher_list(const SSL_METHOD *meth, CERT *c,
1455 const SSL_METHOD *ssl_method = ctx->method; local
1463 if (!check_suiteb_cipher_list(ssl_method, c, &rule_str))
1481 num_of_ciphers = ssl_method->num_ciphers()
    [all...]
ssl_ciph.c 677 static void ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method,
700 c = ssl_method->get_cipher(i);
709 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) == 0) &&
712 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) != 0) &&
1256 static int check_suiteb_cipher_list(const SSL_METHOD *meth, CERT *c,
1455 const SSL_METHOD *ssl_method = ctx->method; local
1463 if (!check_suiteb_cipher_list(ssl_method, c, &rule_str))
1481 num_of_ciphers = ssl_method->num_ciphers()
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c 638 static void ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method,
661 c = ssl_method->get_cipher(i);
667 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) == 0) && c->min_tls == 0)
669 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) != 0) && c->min_dtls == 0)
1213 static int check_suiteb_cipher_list(const SSL_METHOD *meth, CERT *c,
1424 const SSL_METHOD *ssl_method = ctx->method; local
1432 if (!check_suiteb_cipher_list(ssl_method, c, &rule_str))
1450 num_of_ciphers = ssl_method->num_ciphers()
    [all...]
ssl_ciph.c 638 static void ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method,
661 c = ssl_method->get_cipher(i);
667 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) == 0) && c->min_tls == 0)
669 if (((ssl_method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS) != 0) && c->min_dtls == 0)
1213 static int check_suiteb_cipher_list(const SSL_METHOD *meth, CERT *c,
1424 const SSL_METHOD *ssl_method = ctx->method; local
1432 if (!check_suiteb_cipher_list(ssl_method, c, &rule_str))
1450 num_of_ciphers = ssl_method->num_ciphers()
    [all...]

Completed in 127 milliseconds