Lines Matching defs:pcerts
87 X509 **pcert, STACK_OF(X509) **pcerts,
685 X509 **pcert, STACK_OF(X509) **pcerts,
700 pcert, pcerts, NULL, NULL);
706 if (pcerts != NULL)
707 warn_certs(uri, *pcerts, 1, vpm);
709 if (pcerts != NULL) {
710 sk_X509_pop_free(*pcerts, X509_free);
711 *pcerts = NULL;
851 * If pcerts is non-NULL and *pcerts == NULL then a new cert list is allocated.
852 * If pcerts is non-NULL then all available certificates are appended to *pcerts
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).
865 X509 **pcert, STACK_OF(X509) **pcerts,
878 pcrl != NULL ? "CRL" : pcerts != NULL ? "certs" :
906 if (pcerts != NULL) {
907 if (*pcerts == NULL && (*pcerts = sk_X509_new_null()) == NULL) {
1020 else if (pcerts != NULL)
1021 ok = X509_add_cert(*pcerts,
1057 } else if ((pcert != NULL || pcerts != NULL) && ncerts == 0) {
1096 X509 **pcert, STACK_OF(X509) **pcerts,
1100 ppkey, ppubkey, pparams, pcert, pcerts,