Searched refs:check_revocation (Results 1 – 3 of 3) sorted by relevance
117 static int check_revocation(X509_STORE_CTX *ctx);394 ok = ctx->check_revocation(ctx); in X509_verify_cert()690 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function2075 if (store && store->check_revocation) in X509_STORE_CTX_init()2076 ctx->check_revocation = store->check_revocation; in X509_STORE_CTX_init()2078 ctx->check_revocation = check_revocation; in X509_STORE_CTX_init()
200 int (*check_revocation) (X509_STORE_CTX *ctx); member257 int (*check_revocation) (X509_STORE_CTX *ctx); member
199 ret->check_revocation = 0; in X509_STORE_new()