Searched refs:check_crl (Results 1 – 3 of 3) sorted by relevance
594 ok = ctx->check_crl(ctx, crl); in check_cert()667 static int check_crl(X509_STORE_CTX *ctx, X509_CRL *crl) in check_crl() function1316 if (store && store->check_crl) in X509_STORE_CTX_init()1317 ctx->check_crl = store->check_crl; in X509_STORE_CTX_init()1319 ctx->check_crl = check_crl; in X509_STORE_CTX_init()
186 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */ member235 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */ member
199 ret->check_crl = 0; in X509_STORE_new()