Lines Matching defs:error_depth
116 const char *bundle_file, int *chains, int *error, int *error_depth,
128 *error_depth = 0;
167 *error_depth = X509_STORE_CTX_get_error_depth(xsc);
178 *error_depth, X509_verify_cert_error_string(*error));
234 int chains, error, error_depth;
252 &error_depth, mode);
274 if (error_depth != vct->want_legacy_error_depth) {
276 "%d, want %d\n", error_depth,
286 if (error_depth != vct->want_error_depth) {
288 " %d\n", error_depth, vct->want_error_depth);