Lines Matching refs:crls
537 STACK_OF(X509_CRL) *crls = sk_X509_CRL_new_null(); in test_crl_reparse()
543 if (!PKCS7_get_CRLs(crls, &pkcs7)) { in test_crl_reparse()
549 if (!PKCS7_bundle_CRLs(&cbb, crls) || in test_crl_reparse()
561 if (sk_X509_CRL_num(crls) != sk_X509_CRL_num(crls)) { in test_crl_reparse()
566 for (i = 0; i < sk_X509_CRL_num(crls); i++) { in test_crl_reparse()
567 X509_CRL *a = sk_X509_CRL_value(crls, i); in test_crl_reparse()
592 sk_X509_CRL_pop_free(crls, X509_CRL_free); in test_crl_reparse()
622 STACK_OF(X509_CRL) *crls = sk_X509_CRL_new_null(); in test_pem_crls()
624 if (!PKCS7_get_PEM_CRLs(crls, bio)) { in test_pem_crls()
629 if (sk_X509_CRL_num(crls) != 1) { in test_pem_crls()
632 (unsigned)sk_X509_CRL_num(crls)); in test_pem_crls()
637 sk_X509_CRL_pop_free(crls, X509_CRL_free); in test_pem_crls()