Home
last modified time | relevance | path

Searched refs:dhparam (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_ssl_module.h40 ngx_str_t dhparam; member
H A Dngx_stream_ssl_module.c105 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 Dngx_mail_ssl_module.h42 ngx_str_t dhparam; member
H A Dngx_mail_ssl_module.c105 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 Dngx_http_ssl_module.h42 ngx_str_t dhparam; member
H A Dngx_http_ssl_module.c116 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()