Home | History | Annotate | Download | only in x509

Lines Matching refs:xi

1583 	X509 *xs,*xi;
1592 xi=sk_X509_value(ctx->chain,n);
1594 if (ctx->check_issued(ctx, xi, xi))
1595 xs=xi;
1601 ctx->current_cert=xi;
1622 if (!xs->valid && (xs != xi || (ctx->param->flags & X509_V_FLAG_CHECK_SS_SIGNATURE)))
1624 if ((pkey=X509_get_pubkey(xi)) == NULL)
1627 ctx->current_cert=xi;
1653 ctx->current_issuer=xi;
1661 xi=xs;