Lines Matching refs:nextUpdate
474 if (crl->tbsCertList.nextUpdate == NULL) { in verify_crl()
480 t = _hx509_Time2time_t(crl->tbsCertList.nextUpdate); in verify_crl()
760 if (ocsp->ocsp.tbsResponseData.responses.val[j].nextUpdate) { in hx509_revoke_verify()
761 if (*ocsp->ocsp.tbsResponseData.responses.val[j].nextUpdate < now) in hx509_revoke_verify()
1153 if (ocsp.ocsp.tbsResponseData.responses.val[i].nextUpdate) in hx509_revoke_ocsp_print()
1241 if (basic.tbsResponseData.responses.val[i].nextUpdate) { in hx509_ocsp_verify()
1242 if (*basic.tbsResponseData.responses.val[i].nextUpdate < now) in hx509_ocsp_verify()
1244 *expiration = *basic.tbsResponseData.responses.val[i].nextUpdate; in hx509_ocsp_verify()
1470 c.tbsCertList.nextUpdate = malloc(sizeof(*c.tbsCertList.nextUpdate)); in hx509_crl_sign()
1471 if (c.tbsCertList.nextUpdate == NULL) { in hx509_crl_sign()
1482 c.tbsCertList.nextUpdate->element = choice_Time_generalTime; in hx509_crl_sign()
1483 c.tbsCertList.nextUpdate->u.generalTime = next; in hx509_crl_sign()