Home
last modified time | relevance | path

Searched refs:nxt_openssl_cert_get_names (Results 1 – 1 of 1) sorted by path

/unit/src/
H A Dnxt_openssl.c80 static nxt_uint_t nxt_openssl_cert_get_names(nxt_task_t *task, X509 *cert,
481 if (!single && nxt_openssl_cert_get_names(task, cert, conf, mp) != NXT_OK) {
849 nxt_openssl_cert_get_names(nxt_task_t *task, X509 *cert, nxt_tls_conf_t *conf, function