Symbol: X509_V_OK
crypto/libressl/apps/openssl/cms.c
1821
((error != X509_V_OK) || (ok != 2)))
crypto/libressl/apps/openssl/pkcs12.c
695
if (vret == X509_V_OK) {
crypto/libressl/apps/openssl/s_cb.c
195
if (err == X509_V_OK && ok == 2)
crypto/libressl/apps/openssl/s_server.c
1876
if (verify_error != X509_V_OK) {
crypto/libressl/apps/openssl/s_time.c
370
if (verify_error != X509_V_OK)
crypto/libressl/apps/openssl/smime.c
1118
((error != X509_V_OK) || (ok != 2)))
crypto/libressl/apps/openssl/verify.c
395
if (i > 0 && verify_err == X509_V_OK) {
crypto/libressl/apps/openssl/verify.c
457
if (cert_error == X509_V_OK && ok == 2)
crypto/libressl/crypto/x509/x509_ncons.c
318
if (r != X509_V_OK)
crypto/libressl/crypto/x509/x509_ncons.c
338
if (r != X509_V_OK)
crypto/libressl/crypto/x509/x509_ncons.c
347
if (r != X509_V_OK)
crypto/libressl/crypto/x509/x509_ncons.c
350
return X509_V_OK;
crypto/libressl/crypto/x509/x509_ncons.c
374
if (r == X509_V_OK)
crypto/libressl/crypto/x509/x509_ncons.c
393
if (r == X509_V_OK)
crypto/libressl/crypto/x509/x509_ncons.c
400
return X509_V_OK;
crypto/libressl/crypto/x509/x509_ncons.c
442
return X509_V_OK;
crypto/libressl/crypto/x509/x509_ncons.c
453
return X509_V_OK;
crypto/libressl/crypto/x509/x509_ncons.c
467
return X509_V_OK;
crypto/libressl/crypto/x509/x509_ncons.c
485
return X509_V_OK;
crypto/libressl/crypto/x509/x509_ncons.c
508
return X509_V_OK;
crypto/libressl/crypto/x509/x509_ncons.c
546
return X509_V_OK;
crypto/libressl/crypto/x509/x509_ncons.c
555
return X509_V_OK;
crypto/libressl/crypto/x509/x509_purp.c
586
if (X509_check_akid(x, x->akid) == X509_V_OK &&
crypto/libressl/crypto/x509/x509_purp.c
901
if (ret != X509_V_OK)
crypto/libressl/crypto/x509/x509_purp.c
910
return X509_V_OK;
crypto/libressl/crypto/x509/x509_purp.c
917
return X509_V_OK;
crypto/libressl/crypto/x509/x509_purp.c
949
return X509_V_OK;
crypto/libressl/crypto/x509/x509_txt.c
76
case X509_V_OK:
crypto/libressl/crypto/x509/x509_verify.c
1212
if (ctx->chains_count == 0 && ctx->error == X509_V_OK)
crypto/libressl/crypto/x509/x509_verify.c
1223
ctx->error = X509_V_OK;
crypto/libressl/crypto/x509/x509_verify.c
1270
if (ctx->xsc->error == X509_V_OK) {
crypto/libressl/crypto/x509/x509_verify.c
1271
if (ctx->error == X509_V_OK)
crypto/libressl/crypto/x509/x509_verify.c
1287
if (ctx->error == X509_V_OK)
crypto/libressl/crypto/x509/x509_verify.c
1291
if (ctx->xsc->error == X509_V_OK)
crypto/libressl/crypto/x509/x509_verify.c
190
chain->cert_errors[idx - 1] = X509_V_OK;
crypto/libressl/crypto/x509/x509_verify.c
328
ctx->xsc->error = X509_V_OK;
crypto/libressl/crypto/x509/x509_verify.c
331
if (chain->cert_errors[i] != X509_V_OK) {
crypto/libressl/crypto/x509/x509_verify.c
402
ctx->xsc->error = X509_V_OK;
crypto/libressl/crypto/x509/x509_verify.c
460
if (ctx->xsc->error != X509_V_OK) {
crypto/libressl/crypto/x509/x509_verify.c
492
chain->cert_errors[depth] = X509_V_OK;
crypto/libressl/crypto/x509/x509_verify.c
522
ctx->error = X509_V_OK;
crypto/libressl/crypto/x509/x509_verify.c
538
return X509_check_issued(child, parent) != X509_V_OK;
crypto/libressl/crypto/x509/x509_verify.c
745
ctx->xsc->error = X509_V_OK;
crypto/libressl/crypto/x509/x509_vfy.c
1378
if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK) {
crypto/libressl/crypto/x509/x509_vfy.c
1390
if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK) {
crypto/libressl/crypto/x509/x509_vfy.c
1409
if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK) {
crypto/libressl/crypto/x509/x509_vfy.c
1826
ctx->error = X509_V_OK;
crypto/libressl/crypto/x509/x509_vfy.c
1856
if (err != X509_V_OK)
crypto/libressl/crypto/x509/x509_vfy.c
537
ctx->error = X509_V_OK; /* Initialize to OK */
crypto/libressl/crypto/x509/x509_vfy.c
593
if (ok <= 0 && ctx->error == X509_V_OK)
crypto/libressl/crypto/x509/x509_vfy.c
661
ctx->error = X509_V_OK; /* Initialize to OK */
crypto/libressl/crypto/x509/x509_vfy.c
702
if (ret == X509_V_OK)
crypto/libressl/ssl/ssl_asn1.c
135
if (s->verify_result != X509_V_OK) {
crypto/libressl/ssl/ssl_asn1.c
356
s->verify_result = X509_V_OK;
crypto/libressl/ssl/ssl_asn1.c
358
SSLASN1_VERIFY_RESULT_TAG, X509_V_OK))
crypto/libressl/ssl/ssl_lib.c
339
s->verify_result = X509_V_OK;
crypto/libressl/ssl/ssl_sess.c
422
ss->verify_result = X509_V_OK;
crypto/libressl/ssl/ssl_srvr.c
1082
s->session->verify_result = X509_V_OK;
crypto/libressl/tls/tls.c
571
if (x509_err == X509_V_OK)