Home | History | Annotate | Download | only in x509

Lines Matching refs:xtmp

155 	X509 *x,*xtmp,*chain_ss=NULL;
212 xtmp=find_issuer(ctx, sktmp,x);
213 if (xtmp != NULL)
215 if (!sk_X509_push(ctx->chain,xtmp))
220 CRYPTO_add(&xtmp->references,1,CRYPTO_LOCK_X509);
221 (void)sk_X509_delete_ptr(sktmp,xtmp);
223 x=xtmp;
252 ok = ctx->get_issuer(&xtmp, ctx, x);
253 if ((ok <= 0) || X509_cmp(x, xtmp))
258 if (ok == 1) X509_free(xtmp);
269 x = xtmp;
293 ok = ctx->get_issuer(&xtmp, ctx, x);
298 x = xtmp;
301 X509_free(xtmp);