Searched refs:check_revocation (Results 1 – 7 of 7) sorted by relevance
875 X509_STORE_CTX_check_revocation_fn check_revocation) in X509_STORE_set_check_revocation() argument877 ctx->check_revocation = check_revocation; in X509_STORE_set_check_revocation()882 return ctx->check_revocation; in X509_STORE_get_check_revocation()
131 int (*check_revocation) (X509_STORE_CTX *ctx); member
54 static int check_revocation(X509_STORE_CTX *ctx);221 || (ok = ctx->check_revocation(ctx)) <= 0) in verify_chain()908 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function2379 if (store != NULL && store->check_revocation != NULL) in X509_STORE_CTX_init()2380 ctx->check_revocation = store->check_revocation; in X509_STORE_CTX_init()2382 ctx->check_revocation = check_revocation; in X509_STORE_CTX_init()2566 return ctx->check_revocation; in X509_STORE_CTX_get_check_revocation()
237 int (*check_revocation) (X509_STORE_CTX *ctx); member
79 X509_STORE_CTX_check_revocation_fn check_revocation);
528 X509_STORE_CTX_check_revocation_fn check_revocation);
431 X509_STORE_CTX_check_revocation_fn check_revocation);