| /linux-4.4.14/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 | 146 static void hexdump(unsigned char *buf, unsigned int len) in hexdump() function 305 hexdump(result, crypto_ahash_digestsize(tfm)); in __test_hash() 382 hexdump(result, crypto_ahash_digestsize(tfm)); in __test_hash() 603 hexdump(q, template[i].rlen); in __test_aead() 772 hexdump(q, n); in __test_aead() 791 hexdump(q, n); in __test_aead() 911 hexdump(q, template[i].rlen); in test_cipher() 1039 hexdump(q, template[i].rlen); in __test_skcipher() 1049 hexdump(iv, crypto_skcipher_ivsize(tfm)); in __test_skcipher() 1154 hexdump(q, template[i].tap[k]); in __test_skcipher() [all …]
|
| /linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
| D | Makefile | 57 hexdump -v -e '"0x" 4/1 "%02x" "," "\n"' $< ; \ 62 $(call if_changed,hexdump)
|
| /linux-4.4.14/drivers/media/dvb-core/ |
| D | dvb_net.c | 86 static void hexdump(const unsigned char *buf, unsigned short len) in hexdump() function 339 hexdump( ule_where, TS_SZ ); in dvb_net_ule() 602 hexdump( iov[0].iov_base, iov[0].iov_len ); in dvb_net_ule() 603 hexdump( iov[1].iov_base, iov[1].iov_len ); in dvb_net_ule() 604 hexdump( iov[2].iov_base, iov[2].iov_len ); in dvb_net_ule() 607 hexdump( &ule_hist[98*TS_SZ], TS_SZ ); in dvb_net_ule() 608 hexdump( &ule_hist[99*TS_SZ], TS_SZ ); in dvb_net_ule() 610 hexdump( &ule_hist[99*TS_SZ], TS_SZ ); in dvb_net_ule() 611 hexdump( ule_hist, TS_SZ ); in dvb_net_ule() 613 hexdump( ule_where - TS_SZ - TS_SZ, TS_SZ ); in dvb_net_ule() [all …]
|
| /linux-4.4.14/tools/testing/selftests/powerpc/switch_endian/ |
| D | Makefile | 13 hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
|
| /linux-4.4.14/Documentation/EDID/ |
| D | Makefile | 26 @echo "{" >$@; hexdump -f hex $^ >>$@; echo "};" >>$@
|
| /linux-4.4.14/drivers/net/wan/ |
| D | Makefile | 52 …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-4.4.14/lib/ |
| D | Makefile | 33 obj-y += hexdump.o 34 obj-$(CONFIG_TEST_HEXDUMP) += test-hexdump.o
|
| D | Kconfig.debug | 1690 tristate "Test functions located in the hexdump module at runtime"
|
| /linux-4.4.14/Documentation/nvmem/ |
| D | nvmem.txt | 139 hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
|
| /linux-4.4.14/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-4.4.14/Documentation/ |
| D | dynamic-debug-howto.txt | 17 its 'prefix_str' argument, if it is constant string; or "hexdump"
|
| /linux-4.4.14/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-4.4.14/Documentation/networking/ |
| D | filter.txt | 487 generating disassembly out of the kernel log's hexdump:
|