Home | History | Annotate | Download | only in crypto

Lines Matching refs:openssl_ciphers

998 	if (conf && conf->openssl_ciphers)
999 ciphers = conf->openssl_ciphers;
4048 if (params->openssl_ciphers &&
4049 SSL_set_cipher_list(conn->ssl, params->openssl_ciphers) != 1) {
4052 params->openssl_ciphers);
4112 if (params->openssl_ciphers &&
4113 SSL_CTX_set_cipher_list(ssl_ctx, params->openssl_ciphers) != 1) {
4116 params->openssl_ciphers);