ciphers            92 http/modules/ngx_http_ssl_module.c       offsetof(ngx_http_ssl_srv_conf_t, ciphers),
ciphers           363 http/modules/ngx_http_ssl_module.c     ngx_conf_merge_str_value(conf->ciphers, prev->ciphers, NGX_DEFAULT_CIPHERS);
ciphers           434 http/modules/ngx_http_ssl_module.c                                 (const char *) conf->ciphers.data)
ciphers           439 http/modules/ngx_http_ssl_module.c                       &conf->ciphers);
ciphers            38 http/modules/ngx_http_ssl_module.h     ngx_str_t                       ciphers;
ciphers            91 mail/ngx_mail_ssl_module.c       offsetof(ngx_mail_ssl_conf_t, ciphers),
ciphers           207 mail/ngx_mail_ssl_module.c     ngx_conf_merge_str_value(conf->ciphers, prev->ciphers, NGX_DEFAULT_CIPHERS);
ciphers           274 mail/ngx_mail_ssl_module.c     if (conf->ciphers.len) {
ciphers           276 mail/ngx_mail_ssl_module.c                                    (const char *) conf->ciphers.data)
ciphers           281 mail/ngx_mail_ssl_module.c                           &conf->ciphers);
ciphers            38 mail/ngx_mail_ssl_module.h     ngx_str_t        ciphers;