Searched refs:ngx_ssl_ciphers (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_openssl.h | 172 ngx_int_t ngx_ssl_ciphers(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *ciphers,
|
| H A D | ngx_event_openssl.c | 842 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 D | ngx_mail_ssl_module.c | 416 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 D | ngx_stream_ssl_module.c | 737 if (ngx_ssl_ciphers(cf, &conf->ssl, &conf->ciphers, in ngx_stream_ssl_merge_conf()
|
| H A D | ngx_stream_proxy_module.c | 2151 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 D | ngx_http_ssl_module.c | 767 if (ngx_ssl_ciphers(cf, &conf->ssl, &conf->ciphers, in ngx_http_ssl_merge_srv_conf()
|
| H A D | ngx_http_uwsgi_module.c | 2386 if (ngx_ssl_ciphers(cf, uwcf->upstream.ssl, &uwcf->ssl_ciphers, 0) in ngx_http_uwsgi_set_ssl()
|
| H A D | ngx_http_grpc_module.c | 4677 if (ngx_ssl_ciphers(cf, glcf->upstream.ssl, &glcf->ssl_ciphers, 0) in ngx_http_grpc_set_ssl()
|
| H A D | ngx_http_proxy_module.c | 4327 if (ngx_ssl_ciphers(cf, plcf->upstream.ssl, &plcf->ssl_ciphers, 0) in ngx_http_proxy_set_ssl()
|