Searched refs:sh_psize (Results 1 – 1 of 1) sorted by relevance
429 static bool __verify_patch_section(const u8 *buf, size_t buf_size, u32 *sh_psize) in __verify_patch_section() argument454 *sh_psize = p_size; in __verify_patch_section()465 static bool __verify_patch_size(u32 sh_psize, size_t buf_size) in __verify_patch_size() argument488 if (sh_psize > max_size) in __verify_patch_size()493 return sh_psize <= buf_size; in __verify_patch_size()509 u32 sh_psize; in verify_patch() local513 if (!__verify_patch_section(buf, buf_size, &sh_psize)) in verify_patch()527 if (buf_size < sh_psize) { in verify_patch()528 ucode_dbg("Patch of size %u truncated.\n", sh_psize); in verify_patch()532 if (!__verify_patch_size(sh_psize, buf_size)) { in verify_patch()[all …]