Searched refs:check_revocation (Results 1 – 3 of 3) sorted by relevance
755 X509_STORE_CTX_check_revocation_fn check_revocation) in X509_STORE_set_check_revocation() argument757 ctx->check_revocation = check_revocation; in X509_STORE_set_check_revocation()762 return ctx->check_revocation; in X509_STORE_get_check_revocation()
122 static int check_revocation(X509_STORE_CTX *ctx);485 ok = ctx->check_revocation(ctx); in X509_verify_cert()856 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function2283 if (store && store->check_revocation) in X509_STORE_CTX_init()2284 ctx->check_revocation = store->check_revocation; in X509_STORE_CTX_init()2286 ctx->check_revocation = check_revocation; in X509_STORE_CTX_init()
201 X509_STORE_CTX_check_revocation_fn check_revocation; /* Check revocation status of chain */ member245 X509_STORE_CTX_check_revocation_fn check_revocation; /* Check revocation status of chain */ member482 X509_STORE *ctx, X509_STORE_CTX_check_revocation_fn check_revocation);