Home | History | Annotate | Download | only in x509

Lines Matching defs:check_crl

856 		ok = ctx->check_crl(ctx, crl);
862 ok = ctx->check_crl(ctx, dcrl);
1484 static int check_crl(X509_STORE_CTX *ctx, X509_CRL *crl)
2338 if (store && store->check_crl)
2339 ctx->check_crl = store->check_crl;
2341 ctx->check_crl = check_crl;