Searched refs:revTime (Results 1 – 1 of 1) sorted by relevance
165 const char *revTime = (const char *)(time->data); in GetRevocationDate() local166 if ((revTime == NULL) || (strlen(revTime) > HCF_MAX_STR_LEN)) { in GetRevocationDate()170 uint32_t length = strlen(revTime) + 1; in GetRevocationDate()176 (void)memcpy_s(out->data, length, revTime, length); in GetRevocationDate()