Home | History | Annotate | Download | only in x509

Lines Matching refs:check_crl

720 		ok = ctx->check_crl(ctx, crl);
726 ok = ctx->check_crl(ctx, dcrl);
1338 static int check_crl(X509_STORE_CTX *ctx, X509_CRL *crl)
2086 if (store && store->check_crl)
2087 ctx->check_crl = store->check_crl;
2089 ctx->check_crl = check_crl;