Lines Matching refs:dcrl
67 static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl,
934 X509_CRL *crl = NULL, *dcrl = NULL;
954 ok = get_crl_delta(ctx, &crl, &dcrl, x);
965 if (dcrl != NULL) {
966 ok = ctx->check_crl(ctx, dcrl);
969 ok = ctx->cert_crl(ctx, dcrl, x);
984 X509_CRL_free(dcrl);
986 dcrl = NULL;
998 X509_CRL_free(dcrl);
1171 static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pscore,
1187 *dcrl = delta;
1191 *dcrl = NULL;
1491 X509_CRL *crl = NULL, *dcrl = NULL;
1496 ok = get_crl_sk(ctx, &crl, &dcrl,
1508 get_crl_sk(ctx, &crl, &dcrl, &issuer, &crl_score, &reasons, skcrl);
1519 *pdcrl = dcrl;