Searched refs:hexdump8 (Results 1 – 12 of 12) sorted by relevance
/lk-master/external/lib/aes/test/ |
A D | aes_test.c | 53 hexdump8(expected_ciphertext, sizeof(expected_ciphertext)); in aes_command() 55 hexdump8(ciphertext, sizeof(ciphertext)); in aes_command()
|
/lk-master/app/tests/ |
A D | printf_tests.c | 102 hexdump8(buf, sizeof(buf)); in printf_tests() 107 hexdump8(buf, sizeof(buf)); in printf_tests()
|
/lk-master/lib/unittest/ |
A D | unittest.c | 49 hexdump8(expected, len); in expect_bytes_eq() 51 hexdump8(actual, len); in expect_bytes_eq()
|
/lk-master/top/include/lk/ |
A D | debug.h | 47 static inline void hexdump8(const void *ptr, size_t len) { in hexdump8() function
|
/lk-master/dev/net/pcnet/ |
A D | pcnet.c | 420 hexdump8(td, sizeof(*td)); in pcnet_service_tx() 459 hexdump8(rd, sizeof(*rd)); in pcnet_service_rx() 467 hexdump8(p->payload, p->tot_len); in pcnet_service_rx() 565 hexdump8(p->payload, p->tot_len); in pcnet_output()
|
/lk-master/app/usbtest/ |
A D | usbtest.c | 103 hexdump8(rx.buf, MIN(128, rx.bufpos)); in usbtest_entry()
|
/lk-master/dev/usb/class/bulktest/ |
A D | bulktest.c | 74 hexdump8(t->buf, t->bufpos); in ep_cb_rx()
|
/lk-master/platform/zynq/ |
A D | spiflash.c | 454 hexdump8(buf, len); in cmd_spiflash() 467 hexdump8(buf, len); in cmd_spiflash() 492 hexdump8(buf, argv[3].u); in cmd_spiflash()
|
A D | gem.c | 106 hexdump8(p->data, p->dlen); in debug_rx_handler()
|
/lk-master/target/nucleo-f072rb/ |
A D | usb.c | 156 hexdump8(t->buf, t->bufpos); in ep_cb_rx()
|
/lk-master/lib/unittest/include/lib/ |
A D | unittest.h | 313 hexdump8(bytes1, length); \
|
/lk-master/lib/minip/ |
A D | tcp.c | 1238 hexdump8(buf, err_len); in cmd_tcp()
|
Completed in 22 milliseconds