Searched refs:bytes (Results 1 – 6 of 6) sorted by relevance
| /test/cmd/ |
| A D | mem_copy.c | 28 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 D | ut.c | 202 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 D | test_fit_ecdsa.py | 67 verifier.verify(sha, bytes(raw_sig))
|
| A D | vboot_forge.py | 251 item.name = bytes(item.name, 'utf-8') 295 return bytes(b)
|
| A D | test_fit_auto_signed.py | 95 verifier.verify(SHA256.new(raw_bin), bytes(raw_sig))
|
| A D | vboot_evil.py | 330 dt_struct, dt_strings, '/images/' + loaded_kernel, bytes(evil_kernel_name, 'utf-8'))
|
Completed in 11 milliseconds