Lines Matching defs:chainOut
22 STACK_OF(X509) *chainOut; /* chain of certOut to add to extraCerts field */
40 sk_X509_pop_free(ctx->chainOut, X509_free);
93 sk_X509_pop_free(ctx->chainOut, X509_free);
94 ctx->chainOut = chain_copy;
179 STACK_OF(X509) **chainOut,
186 || certOut == NULL || chainOut == NULL || caPubs == NULL) {
197 *chainOut = NULL;
241 if (ctx->chainOut != NULL
242 && (*chainOut = X509_chain_up_ref(ctx->chainOut)) == NULL)
255 sk_X509_pop_free(*chainOut, X509_free);
256 *chainOut = NULL;