Lines Matching defs:xi
1797 X509 *xi = sk_X509_value(ctx->chain, n);
1800 if (ctx->check_issued(ctx, xi, xi))
1801 xs = xi;
1804 xs = xi;
1808 return verify_cb_cert(ctx, xi, 0,
1830 if (!chain_verified && ( xs != xi ||
1833 if ((pkey = X509_get_pubkey(xi)) == NULL) {
1834 if (!verify_cb_cert(ctx, xi, xi != xs ? n+1 : n,
1855 ctx->current_issuer = xi;
1862 xi = xs;