Searched refs:nxt_cert_t (Results 1 – 3 of 3) sorted by relevance
11 typedef struct nxt_cert_s nxt_cert_t; typedef13 nxt_cert_t *nxt_cert_mem(nxt_task_t *task, nxt_buf_mem_t *mbuf);14 void nxt_cert_destroy(nxt_cert_t *cert);17 nxt_int_t nxt_cert_info_save(nxt_str_t *name, nxt_cert_t *cert);
43 static nxt_cert_t *nxt_cert_bio(nxt_task_t *task, BIO *bio);57 nxt_cert_t *61 nxt_cert_t *cert; in nxt_cert_mem()77 static nxt_cert_t *81 nxt_cert_t *cert; in nxt_cert_fd()97 static nxt_cert_t *106 nxt_cert_t *cert, *new_cert; in nxt_cert_bio()304 nxt_cert_destroy(nxt_cert_t *cert) in nxt_cert_destroy()348 nxt_cert_t *cert; in nxt_cert_info_init()366 nxt_cert_info_save(nxt_str_t *name, nxt_cert_t *cert) in nxt_cert_info_save()[all …]
1464 nxt_cert_t *cert; in nxt_controller_process_cert()