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

/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A DMakefile18 hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
/linux-master/crypto/
H A Dansi_cprng.c53 static void hexdump(char *note, unsigned char *buf, unsigned int len) function
91 hexdump("Input DT: ", ctx->DT, DEFAULT_BLK_SZ);
92 hexdump("Input I: ", ctx->I, DEFAULT_BLK_SZ);
93 hexdump("Input V: ", ctx->V, DEFAULT_BLK_SZ);
108 hexdump("tmp stage 0: ", tmp, DEFAULT_BLK_SZ);
118 hexdump("tmp stage 1: ", tmp, DEFAULT_BLK_SZ);
150 hexdump("tmp stage 2: ", tmp, DEFAULT_BLK_SZ);
172 hexdump("Output DT: ", ctx->DT, DEFAULT_BLK_SZ);
173 hexdump("Output I: ", ctx->I, DEFAULT_BLK_SZ);
174 hexdump("Outpu
[all...]
H A Dtestmgr.c158 static void hexdump(unsigned char *buf, unsigned int len) function
2790 hexdump(q, template[i].len);
2961 hexdump(iv, ivsize);
3353 hexdump(decomp_output, dlen);
3386 hexdump(decomp_output, dlen);
3489 hexdump(output, req->dlen);
3565 hexdump(output, req->dlen);
3649 hexdump(result, template[i].rlen);
4182 hexdump(outbuf_enc, c_size);
4238 hexdump(outbuf_de
[all...]
/linux-master/arch/powerpc/platforms/cell/spufs/
H A DMakefile58 hexdump -v -e '"0x" 4/1 "%02x" "," "\n"' $< ; \
63 $(call if_changed,hexdump)
/linux-master/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh55 secureboot_mode=$(hexdump -v -e '/1 "%d\ "' \
57 setup_mode=$(hexdump -v -e '/1 "%d\ "' \
/linux-master/drivers/net/wan/
H A DMakefile47 cmd_build_wanxlfw = hexdump -ve '"\n" 16/1 "0x%02X,"' $< | \
/linux-master/drivers/media/dvb-core/
H A Ddvb_net.c79 static void hexdump(const unsigned char *buf, unsigned short len) function
325 hexdump(ule_where, TS_SZ);
660 hexdump(iov[0].iov_base, iov[0].iov_len);
661 hexdump(iov[1].iov_base, iov[1].iov_len);
662 hexdump(iov[2].iov_base, iov[2].iov_len);
665 hexdump(&ule_hist[98*TS_SZ], TS_SZ);
666 hexdump(&ule_hist[99*TS_SZ], TS_SZ);
668 hexdump(&ule_hist[99*TS_SZ], TS_SZ);
669 hexdump(ule_hist, TS_SZ);
671 hexdump(ule_wher
[all...]
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile.zboot9 truncate -s $$(hexdump -s16 -n4 -e '"%u"' $<) $@
/linux-master/tools/perf/tests/shell/
H A Dbuildid.sh60 cut -c 33-48 | hexdump -ve '/1 "%02x"' | \
/linux-master/scripts/dtc/
H A Ddtx_diff100 magic=`hexdump -n 4 -e '/1 "%02x"' ${dtx}`
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c2064 static void hexdump(struct drm_printer *m, const void *buf, size_t len) function
2274 hexdump(m, ring, size);
2341 hexdump(m, rq->context->lrc_reg_state, PAGE_SIZE);
2458 hexdump(m, engine->status_page.addr, PAGE_SIZE);
/linux-master/lib/
H A DMakefile55 obj-y += hexdump.o

Completed in 161 milliseconds