Searched refs:isPatchBad (Results 1 – 3 of 3) sorted by relevance
28 static bool isPatchBad(uint8_t* prm, uint32_t len);
28 bool SpdHelper::isPatchBad(uint8_t* prm, uint32_t len) { in isPatchBad() function in SpdHelper
439 if (!SpdHelper::isPatchBad((uint8_t*)sPrmBuf, lenPrmBuffer)) { in StartPatchDownload()