Lines Matching defs:pcrls
88 X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls,
854 * If pcrls is non-NULL and *pcrls == NULL then a new list of CRLs is allocated.
855 * If pcrls is non-NULL then all available CRLs are appended to *pcerts
858 * of *pcerts and *pcrls (as far as they are not NULL).
866 X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls,
879 pcrls != NULL ? "CRLs" : NULL;
919 if (pcrls != NULL) {
920 if (*pcrls == NULL && (*pcrls = sk_X509_CRL_new_null()) == NULL) {
1031 else if (pcrls != NULL)
1032 ok = sk_X509_CRL_push(*pcrls, OSSL_STORE_INFO_get1_CRL(info));
1061 } else if ((pcrl != NULL || pcrls != NULL) && ncrls == 0) {
1097 X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls)
1101 pcrl, pcrls, 0);