Searched refs:hexdump (Results 1 - 19 of 19) sorted by relevance

/linux-4.1.27/Documentation/EDID/
H A DMakefile26 @echo "{" >$@; hexdump -f hex $^ >>$@; echo "};" >>$@
/linux-4.1.27/tools/testing/selftests/powerpc/switch_endian/
H A DMakefile14 hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
/linux-4.1.27/crypto/
H A Dansi_cprng.c60 static void hexdump(char *note, unsigned char *buf, unsigned int len) hexdump() function
98 hexdump("Input DT: ", ctx->DT, DEFAULT_BLK_SZ); _get_more_prng_bytes()
99 hexdump("Input I: ", ctx->I, DEFAULT_BLK_SZ); _get_more_prng_bytes()
100 hexdump("Input V: ", ctx->V, DEFAULT_BLK_SZ); _get_more_prng_bytes()
115 hexdump("tmp stage 0: ", tmp, DEFAULT_BLK_SZ); _get_more_prng_bytes()
125 hexdump("tmp stage 1: ", tmp, DEFAULT_BLK_SZ); _get_more_prng_bytes()
157 hexdump("tmp stage 2: ", tmp, DEFAULT_BLK_SZ); _get_more_prng_bytes()
179 hexdump("Output DT: ", ctx->DT, DEFAULT_BLK_SZ); _get_more_prng_bytes()
180 hexdump("Output I: ", ctx->I, DEFAULT_BLK_SZ); _get_more_prng_bytes()
181 hexdump("Output V: ", ctx->V, DEFAULT_BLK_SZ); _get_more_prng_bytes()
182 hexdump("New Random Data: ", ctx->rand_data, DEFAULT_BLK_SZ); _get_more_prng_bytes()
H A Dtestmgr.c136 static void hexdump(unsigned char *buf, unsigned int len) hexdump() function
295 hexdump(result, crypto_ahash_digestsize(tfm)); __test_hash()
372 hexdump(result, crypto_ahash_digestsize(tfm)); __test_hash()
591 hexdump(q, template[i].rlen); __test_aead()
753 hexdump(q, n); __test_aead()
772 hexdump(q, n); __test_aead()
892 hexdump(q, template[i].rlen); test_cipher()
1018 hexdump(q, template[i].rlen); __test_skcipher()
1122 hexdump(q, template[i].tap[k]); __test_skcipher()
1132 hexdump(q, n); __test_skcipher()
1219 hexdump(result, dlen); test_comp()
1252 hexdump(result, dlen); test_comp()
1350 hexdump(result, ctemplate[i].outlen); test_pcomp()
1432 hexdump(result, dtemplate[i].outlen); test_pcomp()
1491 hexdump(result, template[i].rlen); test_cprng()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
H A DMakefile57 hexdump -v -e '"0x" 4/1 "%02x" "," "\n"' $< ; \
62 $(call if_changed,hexdump)
/linux-4.1.27/drivers/mtd/tests/
H A Dmtd_nandecctest.c229 pr_info("hexdump of error data:\n"); dump_data_ecc()
232 print_hex_dump(KERN_INFO, "hexdump of error ecc: ", dump_data_ecc()
235 pr_info("hexdump of correct data:\n"); dump_data_ecc()
238 print_hex_dump(KERN_INFO, "hexdump of correct ecc: ", dump_data_ecc()
/linux-4.1.27/drivers/net/wan/
H A DMakefile52 hexdump -ve '"\n" 16/1 "0x%02X,"' $(obj)/wanxlfw.bin | sed 's/0x ,//g;1s/^/static const u8 firmware[]={/;$$s/,$$/\n};\n/' >$(obj)/wanxlfw.inc; \
/linux-4.1.27/lib/
H A DMakefile32 obj-y += hexdump.o
33 obj-$(CONFIG_TEST_HEXDUMP) += test-hexdump.o
H A Dtest-hexdump.c2 * Test cases for lib/hexdump.c module.
H A Dhexdump.c2 * lib/hexdump.c
/linux-4.1.27/drivers/media/dvb-core/
H A Ddvb_net.c86 static void hexdump(const unsigned char *buf, unsigned short len) hexdump() function
339 hexdump( ule_where, TS_SZ ); dvb_net_ule()
602 hexdump( iov[0].iov_base, iov[0].iov_len ); dvb_net_ule()
603 hexdump( iov[1].iov_base, iov[1].iov_len ); dvb_net_ule()
604 hexdump( iov[2].iov_base, iov[2].iov_len ); dvb_net_ule()
607 hexdump( &ule_hist[98*TS_SZ], TS_SZ ); dvb_net_ule()
608 hexdump( &ule_hist[99*TS_SZ], TS_SZ ); dvb_net_ule()
610 hexdump( &ule_hist[99*TS_SZ], TS_SZ ); dvb_net_ule()
611 hexdump( ule_hist, TS_SZ ); dvb_net_ule()
613 hexdump( ule_where - TS_SZ - TS_SZ, TS_SZ ); dvb_net_ule()
614 hexdump( ule_where - TS_SZ, TS_SZ ); dvb_net_ule()
748 // hexdump(ts, 188); dvb_net_ule()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dtracepoint.h89 TP_printk("hexdump [addr=%lx, length=%lu]", __entry->addr, __entry->len)
/linux-4.1.27/include/linux/
H A Ddynamic_debug.h102 __builtin_constant_p(prefix_str) ? prefix_str : "hexdump");\
/linux-4.1.27/drivers/mtd/ubi/
H A Ddebug.c73 pr_err("erase counter header hexdump:\n"); ubi_dump_ec_hdr()
98 pr_err("Volume identifier header hexdump:\n"); ubi_dump_vid_hdr()
H A Dattach.c795 pr_err("hexdump of PEB %d offset %d, length %d", check_corruption()
/linux-4.1.27/drivers/media/tuners/
H A Dmt20xx.c624 tuner_dbg("MT20xx hexdump:"); microtune_attach()
/linux-4.1.27/fs/ubifs/
H A Ddebug.c308 /* If the magic is incorrect, just hexdump the first bytes */ ubifs_dump_node()
/linux-4.1.27/sound/pci/
H A Dazt3328.c229 2>/dev/null| hexdump -C
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_init.c6235 "memory for hexdump\n"); lpfc_setup_bg()
6259 "memory for hexdump\n"); lpfc_setup_bg()

Completed in 489 milliseconds