Home | History | Annotate | Download | only in x509

Lines Matching defs:xi

1579 	X509 *xs,*xi;
1588 xi=sk_X509_value(ctx->chain,n);
1590 if (ctx->check_issued(ctx, xi, xi))
1591 xs=xi;
1597 ctx->current_cert=xi;
1618 if (!xs->valid && (xs != xi || (ctx->param->flags & X509_V_FLAG_CHECK_SS_SIGNATURE)))
1620 if ((pkey=X509_get_pubkey(xi)) == NULL)
1623 ctx->current_cert=xi;
1649 ctx->current_issuer=xi;
1657 xi=xs;