Searched refs:check_revocation (Results 1 – 6 of 6) sorted by relevance
822 X509_STORE_CTX_check_revocation_fn check_revocation) in X509_STORE_set_check_revocation() argument824 ctx->check_revocation = check_revocation; in X509_STORE_set_check_revocation()829 return ctx->check_revocation; in X509_STORE_get_check_revocation()
122 int (*check_revocation) (X509_STORE_CTX *ctx); member
76 static int check_revocation(X509_STORE_CTX *ctx);222 if (ok == 0 || (ok = ctx->check_revocation(ctx)) == 0) in verify_chain()874 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function2330 if (store && store->check_revocation) in X509_STORE_CTX_init()2331 ctx->check_revocation = store->check_revocation; in X509_STORE_CTX_init()2333 ctx->check_revocation = check_revocation; in X509_STORE_CTX_init()2522 return ctx->check_revocation; in X509_STORE_CTX_get_check_revocation()
217 int (*check_revocation) (X509_STORE_CTX *ctx); member
75 X509_STORE_CTX_check_revocation_fn check_revocation);
304 X509_STORE_CTX_check_revocation_fn check_revocation);