Searched refs:unlocked (Results 1 – 1 of 1) sorted by relevance
613 uint8_t unlocked = true; in android_image_verify_resource() local630 if (ops->read_is_device_unlocked(ops, (bool *)&unlocked) != AVB_IO_RESULT_OK) in android_image_verify_resource()633 printf("Device is: %s\n", (unlocked & LOCK_MASK)? "UNLOCKED" : "LOCKED"); in android_image_verify_resource()635 if (unlocked & LOCK_MASK) { in android_image_verify_resource()760 uint8_t unlocked = true; in android_slot_verify() local800 if (ops->read_is_device_unlocked(ops, (bool *)&unlocked) != AVB_IO_RESULT_OK) in android_slot_verify()804 (unlocked & LOCK_MASK)? "UNLOCKED" : "LOCKED"); in android_slot_verify()807 if (unlocked & LOCK_MASK) in android_slot_verify()875 if (unlocked & LOCK_MASK) in android_slot_verify()881 if (unlocked & LOCK_MASK) in android_slot_verify()[all …]