Lines Matching refs:verify_cb
163 return ctx->verify_cb(0, ctx); in verify_cb_cert()
180 return ctx->verify_cb(0, ctx); in verify_cb_crl()
1335 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1679 return ctx->verify_cb(0, ctx); in check_policy()
1694 if (!ctx->verify_cb(2, ctx)) in check_policy()
1840 if (!ctx->verify_cb(1, ctx)) in internal_verify()
2369 if (store != NULL && store->verify_cb != NULL) in X509_STORE_CTX_init()
2370 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2372 ctx->verify_cb = null_callback; in X509_STORE_CTX_init()
2530 X509_STORE_CTX_verify_cb verify_cb) in X509_STORE_CTX_set_verify_cb() argument
2532 ctx->verify_cb = verify_cb; in X509_STORE_CTX_set_verify_cb()
2537 return ctx->verify_cb; in X509_STORE_CTX_get_verify_cb()
2947 return ctx->verify_cb(1, ctx); in dane_verify()