Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dansi_cprng.c60 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 …]
Dtestmgr.c136 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/
DMakefile57 hexdump -v -e '"0x" 4/1 "%02x" "," "\n"' $< ; \
62 $(call if_changed,hexdump)
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_net.c86 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/
DMakefile26 @echo "{" >$@; hexdump -f hex $^ >>$@; echo "};" >>$@
/linux-4.1.27/tools/testing/selftests/powerpc/switch_endian/
DMakefile14 hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
/linux-4.1.27/drivers/net/wan/
DMakefile52hexdump -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-4.1.27/lib/
DMakefile32 obj-y += hexdump.o
33 obj-$(CONFIG_TEST_HEXDUMP) += test-hexdump.o
DKconfig.debug1626 tristate "Test functions located in the hexdump module at runtime"
/linux-4.1.27/Documentation/filesystems/caching/
Dfscache.txt385 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/
Ddynamic-debug-howto.txt17 its 'prefix_str' argument, if it is constant string; or "hexdump"
/linux-4.1.27/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-4.1.27/Documentation/networking/
Dfilter.txt487 generating disassembly out of the kernel log's hexdump: