Lines Matching refs:depth
1921 int depth = X509_STORE_CTX_get_error_depth(ctx);
1961 depth > (setup_data->cert_chain_verify_depth + 1)) {
1968 coap_log_warn(" %s: %s: '%s' depth=%d\n",
1970 "Unknown CA", cn ? cn : "?", depth);
1972 coap_log_warn(" %s: %s: '%s' depth=%d\n",
1974 X509_verify_cert_error_string(err), cn ? cn : "?", depth);
1977 coap_log_info(" %s: %s: overridden: '%s' depth=%d\n",
1979 X509_verify_cert_error_string(err), cn ? cn : "?", depth);
1982 /* Certificate - depth == 0 is the Client Cert */
1991 depth, preverify_ok,
1993 if (depth == 0) {