Searched refs:dhparam (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_ssl_module.h | 40 ngx_str_t dhparam; member
|
| H A D | ngx_stream_ssl_module.c | 105 offsetof(ngx_stream_ssl_conf_t, dhparam), 640 ngx_conf_merge_str_value(conf->dhparam, prev->dhparam, ""); in ngx_stream_ssl_merge_conf() 773 if (ngx_ssl_dhparam(cf, &conf->ssl, &conf->dhparam) != NGX_OK) { in ngx_stream_ssl_merge_conf()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_ssl_module.h | 42 ngx_str_t dhparam; member
|
| H A D | ngx_mail_ssl_module.c | 105 offsetof(ngx_mail_ssl_conf_t, dhparam), 306 ngx_conf_merge_str_value(conf->dhparam, prev->dhparam, ""); in ngx_mail_ssl_merge_conf() 423 if (ngx_ssl_dhparam(cf, &conf->ssl, &conf->dhparam) != NGX_OK) { in ngx_mail_ssl_merge_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_ssl_module.h | 42 ngx_str_t dhparam; member
|
| H A D | ngx_http_ssl_module.c | 116 offsetof(ngx_http_ssl_srv_conf_t, dhparam), 631 ngx_conf_merge_str_value(conf->dhparam, prev->dhparam, ""); in ngx_http_ssl_merge_srv_conf() 805 if (ngx_ssl_dhparam(cf, &conf->ssl, &conf->dhparam) != NGX_OK) { in ngx_http_ssl_merge_srv_conf()
|