Lines Matching refs:error

168         ctx->error = err;  in verify_cb_cert()
185 ctx->error = err; in verify_cb_crl()
227 return !!ctx->verify_cb(ctx->error == X509_V_OK, ctx); in verify_rpk()
310 ctx->error = X509_V_ERR_RPK_UNTRUSTED; in x509_verify_rpk()
319 if (ret <= 0 && ctx->error == X509_V_OK) in x509_verify_rpk()
320 ctx->error = X509_V_ERR_UNSPECIFIED; in x509_verify_rpk()
334 ctx->error = X509_V_ERR_INVALID_CALL; in x509_verify_x509()
344 ctx->error = X509_V_ERR_INVALID_CALL; in x509_verify_x509()
349 ctx->error = X509_V_ERR_OUT_OF_MEM; in x509_verify_x509()
365 if (ret <= 0 && ctx->error == X509_V_OK) in x509_verify_x509()
366 ctx->error = X509_V_ERR_UNSPECIFIED; in x509_verify_x509()
449 ctx->error = X509_V_ERR_OUT_OF_MEM; in STACK_OF()
772 ctx->error = X509_V_ERR_OUT_OF_MEM; in check_name_constraints()
1750 ctx->error = X509_V_ERR_NO_EXPLICIT_POLICY; in check_policy()
1773 ctx->error = X509_V_ERR_OUT_OF_MEM; in check_policy()
1823 if (!ctx->verify_cb(ctx->error == X509_V_OK, ctx)) in internal_verify()
2236 return ctx->error; in X509_STORE_CTX_get_error()
2241 ctx->error = err; in X509_STORE_CTX_set_error()
2448 ctx->error = X509_V_OK; in X509_STORE_CTX_init()
3111 ctx->error = X509_V_ERR_UNSPECIFIED; in dane_verify_rpk()
3116 ctx->error = X509_V_OK; in dane_verify_rpk()
3118 ctx->error = X509_V_ERR_DANE_NO_MATCH; in dane_verify_rpk()
3168 ctx->error = X509_V_ERR_OUT_OF_MEM; in dane_verify()
3330 ctx->error = X509_V_ERR_STORE_LOOKUP; in build_chain()
3514 switch (ctx->error) { in build_chain()
3521 return verify_cb_cert(ctx, NULL, num - 1, ctx->error); in build_chain()
3543 ctx->error = X509_V_ERR_UNSPECIFIED; in build_chain()
3548 ctx->error = X509_V_ERR_OUT_OF_MEM; in build_chain()
3574 ctx->error = X509_V_ERR_OUT_OF_MEM; in STACK_OF()