Searched refs:ssl_passwords (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 51 ngx_array_t *ssl_passwords; member 1008 if (pscf->ssl_passwords != NGX_CONF_UNSET_PTR) { in ngx_stream_proxy_ssl_password_file() 1014 pscf->ssl_passwords = ngx_ssl_read_password_file(cf, &value[1]); in ngx_stream_proxy_ssl_password_file() 1016 if (pscf->ssl_passwords == NULL) { in ngx_stream_proxy_ssl_password_file() 2000 conf->ssl_passwords = NGX_CONF_UNSET_PTR; in ngx_stream_proxy_create_srv_conf() 2088 ngx_conf_merge_ptr_value(conf->ssl_passwords, prev->ssl_passwords, NULL); in ngx_stream_proxy_merge_srv_conf() 2144 &pscf->ssl_certificate_key, pscf->ssl_passwords) in ngx_stream_proxy_set_ssl()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_uwsgi_module.c | 59 ngx_array_t *ssl_passwords; member 1465 conf->ssl_passwords = NGX_CONF_UNSET_PTR; in ngx_http_uwsgi_create_loc_conf() 1794 ngx_conf_merge_ptr_value(conf->ssl_passwords, prev->ssl_passwords, NULL); in ngx_http_uwsgi_merge_loc_conf() 2326 if (uwcf->ssl_passwords != NGX_CONF_UNSET_PTR) { in ngx_http_uwsgi_ssl_password_file() 2332 uwcf->ssl_passwords = ngx_ssl_read_password_file(cf, &value[1]); in ngx_http_uwsgi_ssl_password_file() 2334 if (uwcf->ssl_passwords == NULL) { in ngx_http_uwsgi_ssl_password_file() 2379 &uwcf->ssl_certificate_key, uwcf->ssl_passwords) in ngx_http_uwsgi_set_ssl()
|
| H A D | ngx_http_grpc_module.c | 39 ngx_array_t *ssl_passwords; member 4194 conf->ssl_passwords = NGX_CONF_UNSET_PTR; in ngx_http_grpc_create_loc_conf() 4301 ngx_conf_merge_ptr_value(conf->ssl_passwords, prev->ssl_passwords, NULL); in ngx_http_grpc_merge_loc_conf() 4617 if (glcf->ssl_passwords != NGX_CONF_UNSET_PTR) { in ngx_http_grpc_ssl_password_file() 4623 glcf->ssl_passwords = ngx_ssl_read_password_file(cf, &value[1]); in ngx_http_grpc_ssl_password_file() 4625 if (glcf->ssl_passwords == NULL) { in ngx_http_grpc_ssl_password_file() 4670 &glcf->ssl_certificate_key, glcf->ssl_passwords) in ngx_http_grpc_set_ssl()
|
| H A D | ngx_http_proxy_module.c | 102 ngx_array_t *ssl_passwords; member 2906 conf->ssl_passwords = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf() 3253 ngx_conf_merge_ptr_value(conf->ssl_passwords, prev->ssl_passwords, NULL); in ngx_http_proxy_merge_loc_conf() 4234 if (plcf->ssl_passwords != NGX_CONF_UNSET_PTR) { in ngx_http_proxy_ssl_password_file() 4240 plcf->ssl_passwords = ngx_ssl_read_password_file(cf, &value[1]); in ngx_http_proxy_ssl_password_file() 4242 if (plcf->ssl_passwords == NULL) { in ngx_http_proxy_ssl_password_file() 4320 &plcf->ssl_certificate_key, plcf->ssl_passwords) in ngx_http_proxy_set_ssl()
|