Searched refs:certificate_keys (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_ssl_module.c | 91 offsetof(ngx_mail_ssl_conf_t, certificate_keys), 260 scf->certificate_keys = NGX_CONF_UNSET_PTR; in ngx_mail_ssl_create_conf() 301 ngx_conf_merge_ptr_value(conf->certificate_keys, prev->certificate_keys, in ngx_mail_ssl_merge_conf() 348 if (conf->certificate_keys == NULL) { in ngx_mail_ssl_merge_conf() 356 if (conf->certificate_keys->nelts < conf->certificates->nelts) { in ngx_mail_ssl_merge_conf() 381 conf->certificate_keys, conf->passwords) in ngx_mail_ssl_merge_conf()
|
| H A D | ngx_mail_ssl_module.h | 40 ngx_array_t *certificate_keys; member
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_ssl_module.c | 102 offsetof(ngx_http_ssl_srv_conf_t, certificate_keys), 575 sscf->certificate_keys = NGX_CONF_UNSET_PTR; in ngx_http_ssl_create_srv_conf() 626 ngx_conf_merge_ptr_value(conf->certificate_keys, prev->certificate_keys, in ngx_http_ssl_merge_srv_conf() 662 if (conf->certificate_keys == NULL) { in ngx_http_ssl_merge_srv_conf() 670 if (conf->certificate_keys->nelts < conf->certificates->nelts) { in ngx_http_ssl_merge_srv_conf() 687 if (conf->certificate_keys == NULL in ngx_http_ssl_merge_srv_conf() 688 || conf->certificate_keys->nelts < conf->certificates->nelts) in ngx_http_ssl_merge_srv_conf() 760 conf->certificate_keys, conf->passwords) in ngx_http_ssl_merge_srv_conf() 874 key = conf->certificate_keys->elts; in ngx_http_ssl_compile_certificates()
|
| H A D | ngx_http_ssl_module.h | 37 ngx_array_t *certificate_keys; member
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_ssl_module.c | 91 offsetof(ngx_stream_ssl_conf_t, certificate_keys), 596 scf->certificate_keys = NGX_CONF_UNSET_PTR; in ngx_stream_ssl_create_conf() 635 ngx_conf_merge_ptr_value(conf->certificate_keys, prev->certificate_keys, in ngx_stream_ssl_merge_conf() 668 if (conf->certificate_keys == NULL) { in ngx_stream_ssl_merge_conf() 676 if (conf->certificate_keys->nelts < conf->certificates->nelts) { in ngx_stream_ssl_merge_conf() 730 conf->certificate_keys, conf->passwords) in ngx_stream_ssl_merge_conf() 828 key = conf->certificate_keys->elts; in ngx_stream_ssl_compile_certificates()
|
| H A D | ngx_stream_ssl_module.h | 35 ngx_array_t *certificate_keys; member
|