Lines Matching refs:crls
132 X509_CRL *base, STACK_OF(X509_CRL) *crls);
961 STACK_OF(X509_CRL) *crls) in get_crl_sk()
970 for (i = 0; i < sk_X509_CRL_num(crls); i++) in get_crl_sk()
972 crl = sk_X509_CRL_value(crls, i); in get_crl_sk()
999 get_delta_sk(ctx, pdcrl, pscore, best_crl, crls); in get_crl_sk()
1085 X509_CRL *base, STACK_OF(X509_CRL) *crls) in get_delta_sk()
1093 for (i = 0; i < sk_X509_CRL_num(crls); i++) in get_delta_sk()
1095 delta = sk_X509_CRL_value(crls, i); in get_delta_sk()
1259 crl_ctx.crls = ctx->crls; in check_crl_path()
1445 &issuer, &crl_score, &reasons, ctx->crls); in get_crl_delta()
2137 ctx->crls=sk; in X509_STORE_CTX_set0_crls()