Lines Matching defs:yp
1095 struct cert_info *cp, *xp, *yp; /* cert info/value pointer */
1197 xp = yp = NULL;
1206 yp = cp;
1227 xp = yp;
3347 struct cert_info *yp /* issuer certificate */
3360 peer->issuer = estrdup(yp->issuer);
3362 peer->xinfo = yp;
3372 if (strcmp(yp->subject, yp->issuer) == 0) {
3373 if (!(yp
3383 peer->grpkey = yp->grpkey;
3401 if (X509_verify(cert, yp->pkey) <= 0) {
3412 if ((calcomp(&(xp->first), &(yp->first)) < 0)
3413 || (calcomp(&(xp->first), &(yp->last)) > 0)) {