Home
last modified time | relevance | path

Searched refs:hexdump (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.12.1/crypto/
Dansi_cprng.c53 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("Output V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
[all …]
Dtestmgr.c158 static void hexdump(unsigned char *buf, unsigned int len) in hexdump() function
2821 hexdump(q, template[i].len); in test_cipher()
2992 hexdump(iv, ivsize); in test_skcipher_vec_cfg()
3386 hexdump(decomp_output, dlen); in test_comp()
3419 hexdump(decomp_output, dlen); in test_comp()
3522 hexdump(output, req->dlen); in test_acomp()
3598 hexdump(output, req->dlen); in test_acomp()
3682 hexdump(result, template[i].rlen); in test_cprng()
4227 hexdump(outbuf_enc, c_size); in test_akcipher_one()
4283 hexdump(outbuf_dec, out_len); in test_akcipher_one()
/linux-6.12.1/arch/powerpc/platforms/cell/spufs/
DMakefile58 hexdump -v -e '"0x" 4/1 "%02x" "," "\n"' $< ; \
63 $(call if_changed,hexdump)
/linux-6.12.1/tools/testing/selftests/kexec/
Dkexec_common_lib.sh55 secureboot_mode=$(hexdump -v -e '/1 "%d\ "' \
57 setup_mode=$(hexdump -v -e '/1 "%d\ "' \
/linux-6.12.1/drivers/media/dvb-core/
Ddvb_net.c79 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_where - TS_SZ - TS_SZ, TS_SZ); in dvb_net_ule_check_crc()
[all …]
/linux-6.12.1/tools/testing/selftests/powerpc/switch_endian/
DMakefile19 hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
/linux-6.12.1/Documentation/driver-api/mtd/
Dspi-nor.rst73 the reverse operation and convert the hexdump to binary with
74 ``xxd -rp``. Dumping the SFDP data with ``hexdump -Cv`` is accepted,
165 root@1:~# hexdump spi_read
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-nvmem-cells19 hexdump -C /sys/bus/nvmem/devices/1-00563/cells/product-name@d,0
/linux-6.12.1/drivers/net/wan/
DMakefile47 cmd_build_wanxlfw = hexdump -ve '"\n" 16/1 "0x%02X,"' $< | \
DKconfig133 It requires m68k toolchains and hexdump programs.
/linux-6.12.1/drivers/firmware/efi/libstub/
DMakefile.zboot9 truncate -s $$(hexdump -s16 -n4 -e '"%u"' $<) $@
/linux-6.12.1/tools/perf/tests/shell/
Dbuildid.sh60 cut -c 33-48 | hexdump -ve '/1 "%02x"' | \
/linux-6.12.1/Documentation/ABI/stable/
Dsysfs-bus-nvmem31 hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
/linux-6.12.1/Documentation/filesystems/
Defivarfs.rst30 displayed, for example using "hexdump", pay attention that the first
/linux-6.12.1/Documentation/hid/
Dhidreport-parsing.rst10 $ hexdump -C /sys/bus/hid/devices/0003\:093A\:2510.0002/report_descriptor
/linux-6.12.1/Documentation/misc-devices/
Dtps6594-pfsm.rst78 # hexdump -C /dev/pfsm-0-0x48
/linux-6.12.1/scripts/dtc/
Ddtx_diff100 magic=`hexdump -n 4 -e '/1 "%02x"' ${dtx}`
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_engine_cs.c2037 static void hexdump(struct drm_printer *m, const void *buf, size_t len) in hexdump() function
2247 hexdump(m, ring, size); in print_request_ring()
2314 hexdump(m, rq->context->lrc_reg_state, PAGE_SIZE); in engine_dump_request()
2431 hexdump(m, engine->status_page.addr, PAGE_SIZE); in intel_engine_dump()
/linux-6.12.1/Documentation/driver-api/
Dnvmem.rst174 hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
/linux-6.12.1/Documentation/iio/
Dadxl380.rst209 root:/sys/bus/iio/devices/iio:device0> hexdump -C /dev/iio\:device0
Dadis16475.rst360 root:/sys/bus/iio/devices/iio:device0> hexdump -C /dev/iio\:device0
Dadis16480.rst419 root:/sys/bus/iio/devices/iio:device0> hexdump -C /dev/iio\:device0
/linux-6.12.1/lib/
DMakefile56 obj-y += hexdump.o
/linux-6.12.1/Documentation/sound/designs/
Dmidi-2.0.rst87 rawmidi device. For example, reading via `hexdump` like below will
91 % hexdump -C /dev/snd/umpC0D0
/linux-6.12.1/Documentation/admin-guide/
Ddynamic-debug-howto.rst381 its ``prefix_str`` argument, if it is constant string; or ``hexdump``

12