HomeSort by relevance Sort by last modified time
    Searched full:xor_compute (Results 1 - 1 of 1) sorted by null

  /device/asus/fugu/recovery/
recovery_updater.c 102 static uint32_t xor_compute(char *ptr, uint32_t size) function
125 xor = xor_compute(ptr + i * BOOT_UMIP_SECTOR_SIZE, BOOT_UMIP_SECTOR_SIZE);
131 xor = xor_compute(ptr, BOOT_UMIP_SIZE);
136 xor = xor_compute(ptr, BOOT_IFWI_SIZE);

Completed in 1378 milliseconds