Home
last modified time | relevance | path

Searched refs:ngx_ssl_ciphers (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.h172 ngx_int_t ngx_ssl_ciphers(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *ciphers,
H A Dngx_event_openssl.c842 ngx_ssl_ciphers(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *ciphers, in ngx_ssl_ciphers() function
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_ssl_module.c416 if (ngx_ssl_ciphers(cf, &conf->ssl, &conf->ciphers, in ngx_mail_ssl_merge_conf()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_ssl_module.c737 if (ngx_ssl_ciphers(cf, &conf->ssl, &conf->ciphers, in ngx_stream_ssl_merge_conf()
H A Dngx_stream_proxy_module.c2151 if (ngx_ssl_ciphers(cf, pscf->ssl, &pscf->ssl_ciphers, 0) != NGX_OK) { in ngx_stream_proxy_set_ssl()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssl_module.c767 if (ngx_ssl_ciphers(cf, &conf->ssl, &conf->ciphers, in ngx_http_ssl_merge_srv_conf()
H A Dngx_http_uwsgi_module.c2386 if (ngx_ssl_ciphers(cf, uwcf->upstream.ssl, &uwcf->ssl_ciphers, 0) in ngx_http_uwsgi_set_ssl()
H A Dngx_http_grpc_module.c4677 if (ngx_ssl_ciphers(cf, glcf->upstream.ssl, &glcf->ssl_ciphers, 0) in ngx_http_grpc_set_ssl()
H A Dngx_http_proxy_module.c4327 if (ngx_ssl_ciphers(cf, plcf->upstream.ssl, &plcf->ssl_ciphers, 0) in ngx_http_proxy_set_ssl()