Lines Matching refs:X509_V_OK
147 * The error code is set to |err| if |err| is not X509_V_OK, else
161 if (err != X509_V_OK)
226 CB_FAIL_IF(err != X509_V_OK, ctx, NULL, ctx->error_depth, err);
302 if (ret <= 0 && ctx->error == X509_V_OK)
348 if (err == X509_V_OK)
670 int err = X509_V_OK;
723 CB_FAIL_IF(err != X509_V_OK, ctx, x, i, err);
740 if (rv == X509_V_OK && i == 0
751 case X509_V_OK:
1274 if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK) {
1286 if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK) {
1305 if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK) {
1592 if (rv != X509_V_OK && !verify_cb_crl(ctx, rv))
1694 * verification errors by setting the error to X509_V_OK.
1759 } else if (ossl_x509_likely_issued(xi, xi) != X509_V_OK
1777 * Do not clear error (by ctx->error = X509_V_OK), it must be "sticky",
1818 ? X509_V_OK : ossl_x509_signing_allowed(xi, xs);
1820 CB_FAIL_IF(ret != X509_V_OK, ctx, xi, issuer_depth, ret);
2340 ctx->error = X509_V_OK;
2906 CB_FAIL_IF(err != X509_V_OK, ctx, cert, 0, err);
3297 case X509_V_OK: