Lines Matching defs:pcrl
88 X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls,
850 * For non-NULL ppkey, pcert, and pcrl the first suitable value found is loaded.
856 * except any CRL assigned to *pcrl.
866 X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls,
878 pcrl != NULL ? "CRL" : pcerts != NULL ? "certs" :
914 if (pcrl != NULL) {
915 *pcrl = NULL;
1027 if (pcrl != NULL && *pcrl == NULL) {
1028 ok = (*pcrl = OSSL_STORE_INFO_get1_CRL(info)) != NULL;
1061 } else if ((pcrl != NULL || pcrls != NULL) && ncrls == 0) {
1062 if (pcrl == NULL)
1097 X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls)
1101 pcrl, pcrls, 0);