Home | History | Annotate | Download | only in x509

Lines Matching refs:check_crl

837 		ok = ctx->check_crl(ctx, crl);
843 ok = ctx->check_crl(ctx, dcrl);
1465 static int check_crl(X509_STORE_CTX *ctx, X509_CRL *crl)
2337 if (store && store->check_crl)
2338 ctx->check_crl = store->check_crl;
2340 ctx->check_crl = check_crl;