Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dansi_cprng.c58 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() function
96 hexdump("Input DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
97 hexdump("Input I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
98 hexdump("Input V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
113 hexdump("tmp stage 0: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
123 hexdump("tmp stage 1: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
155 hexdump("tmp stage 2: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
177 hexdump("Output DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
178 hexdump("Output I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
179 hexdump("Output V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
[all …]
Dtestmgr.c144 static void hexdump(unsigned char *buf, unsigned int len) in hexdump() function
412 hexdump(result, crypto_ahash_digestsize(tfm)); in __test_hash()
480 hexdump(result, crypto_ahash_digestsize(tfm)); in __test_hash()
558 hexdump(result, crypto_ahash_digestsize(tfm)); in __test_hash()
776 hexdump(q, template[i].rlen); in __test_aead()
939 hexdump(q, n); in __test_aead()
958 hexdump(q, n); in __test_aead()
1085 hexdump(q, template[i].len); in test_cipher()
1209 hexdump(q, template[i].len); in __test_skcipher()
1218 hexdump(iv, crypto_skcipher_ivsize(tfm)); in __test_skcipher()
[all …]
/Linux-v4.19/arch/powerpc/platforms/cell/spufs/
DMakefile58 hexdump -v -e '"0x" 4/1 "%02x" "," "\n"' $< ; \
63 $(call if_changed,hexdump)
/Linux-v4.19/drivers/media/dvb-core/
Ddvb_net.c89 static void hexdump(const unsigned char *buf, unsigned short len) in hexdump() function
335 hexdump(ule_where, TS_SZ); in dvb_net_ule_new_ts_cell()
670 hexdump(iov[0].iov_base, iov[0].iov_len); in dvb_net_ule_check_crc()
671 hexdump(iov[1].iov_base, iov[1].iov_len); in dvb_net_ule_check_crc()
672 hexdump(iov[2].iov_base, iov[2].iov_len); in dvb_net_ule_check_crc()
675 hexdump(&ule_hist[98*TS_SZ], TS_SZ); in dvb_net_ule_check_crc()
676 hexdump(&ule_hist[99*TS_SZ], TS_SZ); in dvb_net_ule_check_crc()
678 hexdump(&ule_hist[99*TS_SZ], TS_SZ); in dvb_net_ule_check_crc()
679 hexdump(ule_hist, TS_SZ); in dvb_net_ule_check_crc()
681 hexdump(ule_where - TS_SZ - TS_SZ, TS_SZ); in dvb_net_ule_check_crc()
[all …]
/Linux-v4.19/tools/testing/selftests/powerpc/switch_endian/
DMakefile17 hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
/Linux-v4.19/Documentation/EDID/
DMakefile26 @echo "{" >$@; hexdump -f hex $^ >>$@; echo "};" >>$@
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-bus-nvmem11 hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
/Linux-v4.19/drivers/net/wan/
DMakefile55hexdump -ve '"\n" 16/1 "0x%02X,"' $(obj)/wanxlfw.bin | sed 's/0x ,//g;1s/^/static const u8 firmwa…
DKconfig202 It requires as68k, ld68k and hexdump programs.
/Linux-v4.19/scripts/dtc/
Ddtx_diff101 magic=`hexdump -n 4 -e '/1 "%02x"' ${dtx}`
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_engine_cs.c1256 static void hexdump(struct drm_printer *m, const void *buf, size_t len) in hexdump() function
1442 hexdump(m, ring, size); in print_request_ring()
1582 hexdump(m, engine->status_page.page_addr, PAGE_SIZE); in intel_engine_dump()
/Linux-v4.19/Documentation/nvmem/
Dnvmem.txt139 hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
/Linux-v4.19/lib/
DMakefile45 obj-y += hexdump.o
DKconfig.debug1788 tristate "Test functions located in the hexdump module at runtime"
/Linux-v4.19/Documentation/filesystems/caching/
Dfscache.txt390 K Show hexdump of object key (don't show if not given)
391 A Show hexdump of object aux data (don't show if not given)
/Linux-v4.19/Documentation/admin-guide/
Ddynamic-debug-howto.rst20 its ``prefix_str`` argument, if it is constant string; or ``hexdump``
/Linux-v4.19/Documentation/s390/
DDebugging390.txt777 if you are trying to make sense of a hexdump of code).
996 hexdump -s 0xf160054 /dev/mem | more
1000 hexdump -s 0x0feecc6c /dev/mem | more
/Linux-v4.19/Documentation/networking/
Dfilter.txt493 generating disassembly out of the kernel log's hexdump: