Lines Matching full:dcrl
126 static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pcrl_score,
694 X509_CRL *crl = NULL, *dcrl = NULL;
709 ok = get_crl_delta(ctx, &crl, &dcrl, x);
724 if (dcrl)
726 ok = ctx->check_crl(ctx, dcrl);
729 ok = ctx->cert_crl(ctx, dcrl, x);
745 X509_CRL_free(dcrl);
747 dcrl = NULL;
751 X509_CRL_free(dcrl);
943 static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pscore,
960 *dcrl = delta;
964 *dcrl = NULL;
1299 X509_CRL *crl = NULL, *dcrl = NULL;
1303 ok = get_crl_sk(ctx, &crl, &dcrl,
1317 get_crl_sk(ctx, &crl, &dcrl, &issuer, &crl_score, &reasons, skcrl);
1330 *pdcrl = dcrl;