/Linux-v4.19/crypto/ |
D | ansi_cprng.c | 58 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 …]
|
D | testmgr.c | 144 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/ |
D | Makefile | 58 hexdump -v -e '"0x" 4/1 "%02x" "," "\n"' $< ; \ 63 $(call if_changed,hexdump)
|
/Linux-v4.19/drivers/media/dvb-core/ |
D | dvb_net.c | 89 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/ |
D | Makefile | 17 hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
|
/Linux-v4.19/Documentation/EDID/ |
D | Makefile | 26 @echo "{" >$@; hexdump -f hex $^ >>$@; echo "};" >>$@
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-bus-nvmem | 11 hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
|
/Linux-v4.19/drivers/net/wan/ |
D | Makefile | 55 …hexdump -ve '"\n" 16/1 "0x%02X,"' $(obj)/wanxlfw.bin | sed 's/0x ,//g;1s/^/static const u8 firmwa…
|
D | Kconfig | 202 It requires as68k, ld68k and hexdump programs.
|
/Linux-v4.19/scripts/dtc/ |
D | dtx_diff | 101 magic=`hexdump -n 4 -e '/1 "%02x"' ${dtx}`
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_engine_cs.c | 1256 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/ |
D | nvmem.txt | 139 hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
|
/Linux-v4.19/lib/ |
D | Makefile | 45 obj-y += hexdump.o
|
D | Kconfig.debug | 1788 tristate "Test functions located in the hexdump module at runtime"
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | fscache.txt | 390 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/ |
D | dynamic-debug-howto.rst | 20 its ``prefix_str`` argument, if it is constant string; or ``hexdump``
|
/Linux-v4.19/Documentation/s390/ |
D | Debugging390.txt | 777 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/ |
D | filter.txt | 493 generating disassembly out of the kernel log's hexdump:
|