Lines Matching defs:error_depth
107 const char *bundle_file, int *chains, int *error, int *error_depth,
119 *error_depth = 0;
157 *error_depth = X509_STORE_CTX_get_error_depth(xsc);
168 *error_depth, X509_verify_cert_error_string(*error));
473 int chains, error, error_depth;
490 error_depth = 0;
497 &error, &error_depth, mode);
519 if (error_depth != vct->want_legacy_error_depth) {
521 "%d, want %d\n", error_depth,
531 if (error_depth != vct->want_error_depth) {
533 " %d\n", error_depth, vct->want_error_depth);