Lines Matching refs:verify_cb
167 return ctx->verify_cb(0, ctx); in verify_cb_cert()
184 return ctx->verify_cb(0, ctx); in verify_cb_crl()
225 return !!ctx->verify_cb(ctx->error == X509_V_OK, ctx); in verify_rpk()
1433 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1784 return ctx->verify_cb(0, ctx); in check_policy()
1799 if (!ctx->verify_cb(2, ctx)) in check_policy()
1856 if (!ctx->verify_cb(ctx->error == X509_V_OK, ctx)) in internal_verify()
1955 if (!ctx->verify_cb(1, ctx)) in internal_verify()
2513 if (store != NULL && store->verify_cb != NULL) in X509_STORE_CTX_init()
2514 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2516 ctx->verify_cb = null_callback; in X509_STORE_CTX_init()
2685 X509_STORE_CTX_verify_cb verify_cb) in X509_STORE_CTX_set_verify_cb() argument
2687 ctx->verify_cb = verify_cb; in X509_STORE_CTX_set_verify_cb()
2692 return ctx->verify_cb; in X509_STORE_CTX_get_verify_cb()
3195 return ctx->verify_cb(1, ctx); in dane_verify()