Searched refs:hexdump (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/crypto/ |
D | ansi_cprng.c | 60 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() function 98 hexdump("Input DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 99 hexdump("Input I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 100 hexdump("Input V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 115 hexdump("tmp stage 0: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 125 hexdump("tmp stage 1: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 157 hexdump("tmp stage 2: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 179 hexdump("Output DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 180 hexdump("Output I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 181 hexdump("Output V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes() [all …]
|
D | testmgr.c | 136 static void hexdump(unsigned char *buf, unsigned int len) in hexdump() function 295 hexdump(result, crypto_ahash_digestsize(tfm)); in __test_hash() 372 hexdump(result, crypto_ahash_digestsize(tfm)); in __test_hash() 591 hexdump(q, template[i].rlen); in __test_aead() 753 hexdump(q, n); in __test_aead() 772 hexdump(q, n); in __test_aead() 892 hexdump(q, template[i].rlen); in test_cipher() 1018 hexdump(q, template[i].rlen); in __test_skcipher() 1122 hexdump(q, template[i].tap[k]); in __test_skcipher() 1132 hexdump(q, n); in __test_skcipher() [all …]
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | Makefile | 57 hexdump -v -e '"0x" 4/1 "%02x" "," "\n"' $< ; \ 62 $(call if_changed,hexdump)
|
/linux-4.1.27/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.1.27/Documentation/EDID/ |
D | Makefile | 26 @echo "{" >$@; hexdump -f hex $^ >>$@; echo "};" >>$@
|
/linux-4.1.27/tools/testing/selftests/powerpc/switch_endian/ |
D | Makefile | 14 hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
|
/linux-4.1.27/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.1.27/lib/ |
D | Makefile | 32 obj-y += hexdump.o 33 obj-$(CONFIG_TEST_HEXDUMP) += test-hexdump.o
|
D | Kconfig.debug | 1626 tristate "Test functions located in the hexdump module at runtime"
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | fscache.txt | 385 K Show hexdump of object key (don't show if not given) 386 A Show hexdump of object aux data (don't show if not given)
|
/linux-4.1.27/Documentation/ |
D | dynamic-debug-howto.txt | 17 its 'prefix_str' argument, if it is constant string; or "hexdump"
|
/linux-4.1.27/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.1.27/Documentation/networking/ |
D | filter.txt | 487 generating disassembly out of the kernel log's hexdump:
|