Searched refs:check_revocation (Results 1 – 2 of 2) sorted by relevance
123 static int check_revocation(X509_STORE_CTX *ctx);427 ok = ctx->check_revocation(ctx); in X509_verify_cert()802 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function2328 if (store && store->check_revocation) in X509_STORE_CTX_init()2329 ctx->check_revocation = store->check_revocation; in X509_STORE_CTX_init()2331 ctx->check_revocation = check_revocation; in X509_STORE_CTX_init()
198 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member246 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member