Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 6 of 6) sorted by relevance

/test/cmd/
A Dmem_copy.c28 int i, w, bytes; in do_test() local
40 bytes = count * w; in do_test()
42 ut_assert(d + bytes <= BUF_SIZE); in do_test()
44 ut_assert(s + bytes <= BUF_SIZE); in do_test()
47 memmove(shadow + d, shadow + s, bytes); in do_test()
/test/
A Dut.c202 int bytes; in ut_check_console_dump() local
208 bytes = len - 8 - 2 - 3 * 16 - 2; in ut_check_console_dump()
209 upto += bytes; in ut_check_console_dump()
/test/py/tests/
A Dtest_fit_ecdsa.py67 verifier.verify(sha, bytes(raw_sig))
A Dvboot_forge.py251 item.name = bytes(item.name, 'utf-8')
295 return bytes(b)
A Dtest_fit_auto_signed.py95 verifier.verify(SHA256.new(raw_bin), bytes(raw_sig))
A Dvboot_evil.py330 dt_struct, dt_strings, '/images/' + loaded_kernel, bytes(evil_kernel_name, 'utf-8'))

Completed in 10 milliseconds