HomeSort by: relevance | last modified time | path
    Searched defs:cur_depth (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/syslogd/
tls.c 682 int cur_err, cur_depth; local in function:check_peer_cert
689 cur_depth = X509_STORE_CTX_get_error_depth(ctx);
699 "is %s, conn_info@%p%s\n", conn_info->hostname, cur_depth,
707 cur_depth, cur_subjectline);
730 * - cur_depth:
748 if (cur_depth != 0) {
758 /* implicit: (cur_depth == 0)
783 /* implicit: (cur_depth == 0)
tls.c 682 int cur_err, cur_depth; local in function:check_peer_cert
689 cur_depth = X509_STORE_CTX_get_error_depth(ctx);
699 "is %s, conn_info@%p%s\n", conn_info->hostname, cur_depth,
707 cur_depth, cur_subjectline);
730 * - cur_depth:
748 if (cur_depth != 0) {
758 /* implicit: (cur_depth == 0)
783 /* implicit: (cur_depth == 0)

Completed in 24 milliseconds