Searched refs:check_revocation (Results 1 – 6 of 6) sorted by relevance
131 int (*check_revocation) (X509_STORE_CTX *ctx); member
57 static int check_revocation(X509_STORE_CTX *ctx);243 || (ok = ctx->check_revocation(ctx)) <= 0) in verify_chain()1006 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function2523 if (store != NULL && store->check_revocation != NULL) in X509_STORE_CTX_init()2524 ctx->check_revocation = store->check_revocation; in X509_STORE_CTX_init()2526 ctx->check_revocation = check_revocation; in X509_STORE_CTX_init()2721 return ctx->check_revocation; in X509_STORE_CTX_get_check_revocation()
858 xs->check_revocation = cb; in X509_STORE_set_check_revocation()863 return xs->check_revocation; in X509_STORE_get_check_revocation()
237 int (*check_revocation) (X509_STORE_CTX *ctx); member
79 X509_STORE_CTX_check_revocation_fn check_revocation);
433 X509_STORE_CTX_check_revocation_fn check_revocation);
Completed in 25 milliseconds