/kernel/linux/linux-5.10/crypto/ |
H A D | ansi_cprng.c | 52 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() function 90 hexdump("Input DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 91 hexdump("Input I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 92 hexdump("Input V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 107 hexdump("tmp stage 0: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 117 hexdump("tmp stage 1: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 149 hexdump("tmp stage 2: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 171 hexdump("Output DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 172 hexdump("Output I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 173 hexdump("Outpu in _get_more_prng_bytes() [all...] |
H A D | testmgr.c | 158 static void hexdump(unsigned char *buf, unsigned int len) in hexdump() function 2684 hexdump(q, template[i].len); in test_cipher() 2855 hexdump(iv, ivsize); in test_skcipher_vec_cfg() 3242 hexdump(decomp_output, dlen); in test_comp() 3275 hexdump(decomp_output, dlen); in test_comp() 3378 hexdump(output, req->dlen); in test_acomp() 3439 hexdump(output, req->dlen); in test_acomp() 3509 hexdump(result, template[i].rlen); in test_cprng() 4041 hexdump(outbuf_enc, c_size); in test_akcipher_one() 4097 hexdump(outbuf_de in test_akcipher_one() [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | ansi_cprng.c | 53 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() function 91 hexdump("Input DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 92 hexdump("Input I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 93 hexdump("Input V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 108 hexdump("tmp stage 0: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 118 hexdump("tmp stage 1: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 150 hexdump("tmp stage 2: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 172 hexdump("Output DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 173 hexdump("Output I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 174 hexdump("Outpu in _get_more_prng_bytes() [all...] |
H A D | testmgr.c | 158 static void hexdump(unsigned char *buf, unsigned int len) in hexdump() function 2794 hexdump(q, template[i].len); in test_cipher() 2965 hexdump(iv, ivsize); in test_skcipher_vec_cfg() 3357 hexdump(decomp_output, dlen); in test_comp() 3390 hexdump(decomp_output, dlen); in test_comp() 3493 hexdump(output, req->dlen); in test_acomp() 3569 hexdump(output, req->dlen); in test_acomp() 3653 hexdump(result, template[i].rlen); in test_cprng() 4186 hexdump(outbuf_enc, c_size); in test_akcipher_one() 4242 hexdump(outbuf_de in test_akcipher_one() [all...] |
/kernel/linux/linux-5.10/tools/edid/ |
H A D | Makefile | 23 | hexdump -v -e '/1 "%02X+"'; done); \ 37 @echo "{" >$@; hexdump -f hex $^ >>$@; echo "};" >>$@
|
/kernel/linux/linux-6.6/tools/edid/ |
H A D | Makefile | 23 | hexdump -v -e '/1 "%02X+"'; done); \ 37 @echo "{" >$@; hexdump -f hex $^ >>$@; echo "};" >>$@
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | Makefile | 58 hexdump -v -e '"0x" 4/1 "%02x" "," "\n"' $< ; \ 63 $(call if_changed,hexdump)
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | Makefile | 58 hexdump -v -e '"0x" 4/1 "%02x" "," "\n"' $< ; \ 63 $(call if_changed,hexdump)
|
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/ |
H A D | kexec_common_lib.sh | 55 secureboot_mode=$(hexdump -v -e '/1 "%d\ "' \ 57 setup_mode=$(hexdump -v -e '/1 "%d\ "' \
|
/kernel/linux/linux-6.6/tools/testing/selftests/kexec/ |
H A D | kexec_common_lib.sh | 55 secureboot_mode=$(hexdump -v -e '/1 "%d\ "' \ 57 setup_mode=$(hexdump -v -e '/1 "%d\ "' \
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/switch_endian/ |
H A D | Makefile | 18 hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/switch_endian/ |
H A D | Makefile | 18 hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_net.c | 79 static void hexdump(const unsigned char *buf, unsigned short len) in hexdump() function 325 hexdump(ule_where, TS_SZ); in dvb_net_ule_new_ts_cell() 660 hexdump(iov[0].iov_base, iov[0].iov_len); in dvb_net_ule_check_crc() 661 hexdump(iov[1].iov_base, iov[1].iov_len); in dvb_net_ule_check_crc() 662 hexdump(iov[2].iov_base, iov[2].iov_len); in dvb_net_ule_check_crc() 665 hexdump(&ule_hist[98*TS_SZ], TS_SZ); in dvb_net_ule_check_crc() 666 hexdump(&ule_hist[99*TS_SZ], TS_SZ); in dvb_net_ule_check_crc() 668 hexdump(&ule_hist[99*TS_SZ], TS_SZ); in dvb_net_ule_check_crc() 669 hexdump(ule_hist, TS_SZ); in dvb_net_ule_check_crc() 671 hexdump(ule_wher in dvb_net_ule_check_crc() [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_net.c | 79 static void hexdump(const unsigned char *buf, unsigned short len) in hexdump() function 325 hexdump(ule_where, TS_SZ); in dvb_net_ule_new_ts_cell() 660 hexdump(iov[0].iov_base, iov[0].iov_len); in dvb_net_ule_check_crc() 661 hexdump(iov[1].iov_base, iov[1].iov_len); in dvb_net_ule_check_crc() 662 hexdump(iov[2].iov_base, iov[2].iov_len); in dvb_net_ule_check_crc() 665 hexdump(&ule_hist[98*TS_SZ], TS_SZ); in dvb_net_ule_check_crc() 666 hexdump(&ule_hist[99*TS_SZ], TS_SZ); in dvb_net_ule_check_crc() 668 hexdump(&ule_hist[99*TS_SZ], TS_SZ); in dvb_net_ule_check_crc() 669 hexdump(ule_hist, TS_SZ); in dvb_net_ule_check_crc() 671 hexdump(ule_wher in dvb_net_ule_check_crc() [all...] |
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | Makefile | 51 cmd_build_wanxlfw = hexdump -ve '"\n" 16/1 "0x%02X,"' $< | \
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | Makefile | 44 cmd_build_wanxlfw = hexdump -ve '"\n" 16/1 "0x%02X,"' $< | \
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | buildid.sh | 60 cut -c 33-48 | hexdump -ve '/1 "%02x"' | \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_cs.c | 1383 static void hexdump(struct drm_printer *m, const void *buf, size_t len) in hexdump() function 1593 hexdump(m, ring, size); in print_request_ring() 1682 hexdump(m, rq->context->lrc_reg_state, PAGE_SIZE); in intel_engine_dump() 1700 hexdump(m, engine->status_page.addr, PAGE_SIZE); in intel_engine_dump()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_cs.c | 2018 static void hexdump(struct drm_printer *m, const void *buf, size_t len) in hexdump() function 2228 hexdump(m, ring, size); in print_request_ring() 2295 hexdump(m, rq->context->lrc_reg_state, PAGE_SIZE); in engine_dump_request() 2412 hexdump(m, engine->status_page.addr, PAGE_SIZE); in intel_engine_dump()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtx_diff | 100 magic=`hexdump -n 4 -e '/1 "%02x"' ${dtx}`
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | dtx_diff | 100 magic=`hexdump -n 4 -e '/1 "%02x"' ${dtx}`
|
/kernel/linux/linux-5.10/lib/ |
H A D | Makefile | 57 obj-y += hexdump.o
|
/kernel/linux/linux-6.6/lib/ |
H A D | Makefile | 55 obj-y += hexdump.o
|