Searched refs:FSi_CompareDigest (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/fs/common/src/ |
| D | fs_overlay.c | 588 static BOOL FSi_CompareDigest(const u8 *spec_digest, void *src, int len, BOOL table_mode) in FSi_CompareDigest() function 683 … ret = FSi_CompareDigest(spec_digest, p_ovi->header.ram_address, (int)rare_size, FALSE); in FS_StartOverlay() 907 … if (!FSi_CompareDigest((const u8 *)SDK_OVERLAYTABLE_DIGEST, buffer_ntr, length_ntr, TRUE)) in FS_AttachOverlayTable() 915 … if (!FSi_CompareDigest((const u8 *)SDK_LTDOVERLAYTABLE_DIGEST, buffer_twl, length_twl, TRUE)) in FS_AttachOverlayTable()
|