Searched refs:thisUpdate (Results 1 – 2 of 2) sorted by relevance
300 const char *thisUpdate = (const char *)(time->data); in GetLastUpdate() local301 if (thisUpdate == NULL || strlen(thisUpdate) > HCF_MAX_STR_LEN) { in GetLastUpdate()305 uint32_t length = strlen(thisUpdate) + 1; in GetLastUpdate()311 (void)memcpy_s(out->data, length, thisUpdate, length); in GetLastUpdate()
860 ASN1_GENERALIZEDTIME *thisUpdate = NULL; in ParseResp() local870 if (OCSP_resp_find_status(bs, certId, &ocspStatus, NULL, NULL, &thisUpdate, &nextUpdate) == 1) { in ParseResp()