Home | History | Annotate | Download | only in x509

Lines Matching defs:xs

1733 	X509 *xs,*xi;
1745 xs=xi;
1750 xs = xi;
1764 xs=sk_X509_value(ctx->chain,n);
1777 if (!xs->valid && (xs != xi || (ctx->param->flags & X509_V_FLAG_CHECK_SS_SIGNATURE)))
1786 else if (X509_verify(xs,pkey) <= 0)
1789 ctx->current_cert=xs;
1801 xs->valid = 1;
1804 ok = check_cert_time(ctx, xs);
1810 ctx->current_cert=xs;
1817 xi=xs;
1818 xs=sk_X509_value(ctx->chain,n);