Home | History | Annotate | Download | only in x509

Lines Matching refs:check_crl

722 		ok = ctx->check_crl(ctx, crl);
728 ok = ctx->check_crl(ctx, dcrl);
1349 static int check_crl(X509_STORE_CTX *ctx, X509_CRL *crl)
2096 if (store && store->check_crl)
2097 ctx->check_crl = store->check_crl;
2099 ctx->check_crl = check_crl;