dhparam            78 http/modules/ngx_http_ssl_module.c       offsetof(ngx_http_ssl_srv_conf_t, dhparam),
dhparam           357 http/modules/ngx_http_ssl_module.c     ngx_conf_merge_str_value(conf->dhparam, prev->dhparam, "");
dhparam           472 http/modules/ngx_http_ssl_module.c     if (ngx_ssl_dhparam(cf, &conf->ssl, &conf->dhparam) != NGX_OK) {
dhparam            34 http/modules/ngx_http_ssl_module.h     ngx_str_t                       dhparam;
dhparam            77 mail/ngx_mail_ssl_module.c       offsetof(ngx_mail_ssl_conf_t, dhparam),
dhparam           205 mail/ngx_mail_ssl_module.c     ngx_conf_merge_str_value(conf->dhparam, prev->dhparam, "");
dhparam           293 mail/ngx_mail_ssl_module.c     if (ngx_ssl_dhparam(cf, &conf->ssl, &conf->dhparam) != NGX_OK) {
dhparam            36 mail/ngx_mail_ssl_module.h     ngx_str_t        dhparam;