Lines Matching refs:certs
203 ctrl_init.certs = nxt_cert_store_load(task, mp); in nxt_controller_prefork()
205 nxt_mp_cleanup(mp, nxt_controller_cert_cleanup, task, ctrl_init.certs, rt); in nxt_controller_prefork()
271 nxt_array_t *certs; in nxt_controller_cert_cleanup() local
274 certs = obj; in nxt_controller_cert_cleanup()
279 if (nxt_pid == main_pid && certs != NULL) { in nxt_controller_cert_cleanup()
280 nxt_cert_store_release(certs); in nxt_controller_cert_cleanup()
310 if (init->certs != NULL) { in nxt_controller_start()
311 nxt_cert_info_init(task, init->certs); in nxt_controller_start()
312 nxt_cert_store_release(init->certs); in nxt_controller_start()
1033 nxt_conf_value_t *certs; in nxt_controller_process_request() local
1109 certs = nxt_cert_info_get_all(c->mem_pool); in nxt_controller_process_request()
1110 if (nxt_slow_path(certs == NULL)) { in nxt_controller_process_request()
1114 nxt_conf_set_member(value, &certificates, certs, i++); in nxt_controller_process_request()