Searched refs:etime (Results 1 – 3 of 3) sorted by relevance
78 static int passwd_abort_sha256(uint64_t etime) in passwd_abort_sha256() argument139 } while (!abort && get_ticks() <= etime); in passwd_abort_sha256()154 static int passwd_abort_key(uint64_t etime) in passwd_abort_key() argument226 } while (!abort && get_ticks() <= etime); in passwd_abort_key()238 uint64_t etime = endtick(bootdelay); in abortboot_key_sequence() local249 abort = passwd_abort_sha256(etime); in abortboot_key_sequence()251 abort = passwd_abort_key(etime); in abortboot_key_sequence()
267 uint64_t etime = endtick(timeout); in cread_line() local270 if (get_ticks() >= etime) in cread_line()
300 etime = struct.pack(efi.var_time_fmt,305 …name.encode('utf_16_le') + uuid.UUID(guid).bytes_le + attrs.to_bytes(4, byteorder='little') + etime318 f.write(etime + desc + sig + data)320 f.write(etime + desc + sig)
Completed in 8 milliseconds