Searched refs:EC_VBOOT_HASH_STATUS_DONE (Results 1 – 3 of 3) sorted by relevance
411 resp->status = EC_VBOOT_HASH_STATUS_DONE; in process_cmd()
548 if (hash->status == EC_VBOOT_HASH_STATUS_DONE && hash->size) in cros_ec_read_hash()566 if (hash->status != EC_VBOOT_HASH_STATUS_DONE) { in cros_ec_read_hash()
1975 EC_VBOOT_HASH_STATUS_DONE = 1, /* Finished computing a hash */ enumerator
Completed in 33 milliseconds