nextUpdate        475 source4/heimdal/lib/hx509/revoke.c     if (crl->tbsCertList.nextUpdate == NULL) {
nextUpdate        481 source4/heimdal/lib/hx509/revoke.c     t = _hx509_Time2time_t(crl->tbsCertList.nextUpdate);
nextUpdate        761 source4/heimdal/lib/hx509/revoke.c 	    if (ocsp->ocsp.tbsResponseData.responses.val[j].nextUpdate) {
nextUpdate        762 source4/heimdal/lib/hx509/revoke.c 		if (*ocsp->ocsp.tbsResponseData.responses.val[j].nextUpdate < now)
nextUpdate       1150 source4/heimdal/lib/hx509/revoke.c 	if (ocsp.ocsp.tbsResponseData.responses.val[i].nextUpdate)
nextUpdate       1237 source4/heimdal/lib/hx509/revoke.c 	if (basic.tbsResponseData.responses.val[i].nextUpdate) {
nextUpdate       1238 source4/heimdal/lib/hx509/revoke.c 	    if (*basic.tbsResponseData.responses.val[i].nextUpdate < now)
nextUpdate       1240 source4/heimdal/lib/hx509/revoke.c 	    *expiration = *basic.tbsResponseData.responses.val[i].nextUpdate;
nextUpdate       1466 source4/heimdal/lib/hx509/revoke.c     c.tbsCertList.nextUpdate = malloc(sizeof(*c.tbsCertList.nextUpdate));
nextUpdate       1467 source4/heimdal/lib/hx509/revoke.c     if (c.tbsCertList.nextUpdate == NULL) {
nextUpdate       1478 source4/heimdal/lib/hx509/revoke.c 	c.tbsCertList.nextUpdate->element = choice_Time_generalTime;
nextUpdate       1479 source4/heimdal/lib/hx509/revoke.c 	c.tbsCertList.nextUpdate->u.generalTime = next;