Lines Matching refs:crls
72 STACK_OF(X509_CRL) *crls);
1156 STACK_OF(X509_CRL) *crls) in get_crl_sk()
1164 for (i = 0; i < sk_X509_CRL_num(crls); i++) { in get_crl_sk()
1165 crl = sk_X509_CRL_value(crls, i); in get_crl_sk()
1199 get_delta_sk(ctx, pdcrl, pscore, best_crl, crls); in get_crl_sk()
1270 X509_CRL *base, STACK_OF(X509_CRL) *crls) in get_delta_sk()
1279 for (i = 0; i < sk_X509_CRL_num(crls); i++) { in get_delta_sk()
1280 delta = sk_X509_CRL_value(crls, i); in get_delta_sk()
1428 crl_ctx.crls = ctx->crls; in check_crl_path()
1595 &issuer, &crl_score, &reasons, ctx->crls); in get_crl_delta()
2336 ctx->crls = sk; in X509_STORE_CTX_set0_crls()
2476 ctx->crls = NULL; in X509_STORE_CTX_init()