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

12

/netbsd-6-1-5-RELEASE/tools/hexdump/
H A DMakefile3 HOSTPROGNAME= ${_TOOL_PREFIX}hexdump
4 HOST_SRCDIR= usr.bin/hexdump
/netbsd-6-1-5-RELEASE/usr.bin/hexdump/
H A DMakefile4 PROG= hexdump
5 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
6 MAN= hexdump.1 od.1
12 LINKS= ${BINDIR}/hexdump ${BINDIR}/od
/netbsd-6-1-5-RELEASE/usr.sbin/tprof/
H A Dtpann.sh38 (hexdump -v -e "/${SIZEOF_PTR} \"%x\n\""|sort|uniq -c|sed -e 's/^/SAMPLE: /'
H A Dtpfmt.sh36 hexdump -v -e "/${SIZEOF_PTR} \"%x\n\""|sort|uniq -c|sort -nr|
/netbsd-6-1-5-RELEASE/sys/arch/x86/acpi/
H A Dgenwakecode.sh5 HEXDUMP=${HEXDUMP:=hexdump}
/netbsd-6-1-5-RELEASE/sys/arch/i386/bioscall/
H A Dbin2asm.sh20 hexdump -v -e '" .byte " 7/1 "0x%02x, " 1/1 " 0x%02x" "\n"'
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dnetpgpdefs.h50 void hexdump(FILE *, const char *, const uint8_t *, size_t);
H A Dcrypto.c110 hexdump(stderr, "encrypted", encmpibuf, 16);
120 hexdump(stderr, "decrypted", mpibuf, 16);
142 hexdump(stderr, "decoded m", buf, (size_t)(n - i));
150 hexdump(stderr, "encrypted", encmpibuf, 16);
160 hexdump(stderr, "decrypted", mpibuf, 16);
184 hexdump(stderr, "decoded m", buf, (size_t)(n - i));
225 hexdump(stderr, "encrypted mpi", encmpibuf, 16);
264 hexdump(stderr, "encrypted mpi", encmpibuf, 16);
H A Dopenssl_crypto.c180 hexdump(stderr, "sha1_add", data, length);
190 hexdump(stderr, "sha1_finish", out, PGP_SHA1_HASH_SIZE);
236 hexdump(stderr, "sha256_add", data, length);
246 hexdump(stderr, "sha1_finish", out, SHA256_DIGEST_LENGTH);
290 hexdump(stderr, "sha384_add", data, length);
300 hexdump(stderr, "sha384_finish", out, SHA384_DIGEST_LENGTH);
344 hexdump(stderr, "sha512_add", data, length);
354 hexdump(stderr, "sha512_finish", out, SHA512_DIGEST_LENGTH);
399 hexdump(stderr, "sha224_add", data, length);
409 hexdump(stder
[all...]
H A Dssh2pgp.c158 hexdump(stderr, header, (const uint8_t *)(void *)buf, len);
175 hexdump(stderr, header, buf, (int)len);
259 hexdump(stderr, NULL, (const uint8_t *)(const void *)buf, (size_t)cc);
263 hexdump(stderr, "decoded base64:", (const uint8_t *)(const void *)bin, (size_t)cc);
H A Dmisc.c416 hexdump(stderr, "hash_string", buf, len);
487 hexdump(stderr, "v2/v3 fingerprint", fp->fingerprint, fp->length);
514 hexdump(stderr, "md5 fingerprint", fp->fingerprint, fp->length);
531 hexdump(stderr, "sha1 fingerprint", fp->fingerprint, fp->length);
746 hexdump(stderr, "preamble", preamble, sz_preamble);
747 hexdump(stderr, "plaintext", plaintext, sz_plaintext);
772 hexdump(stderr, "hashed", hashed, PGP_SHA1_HASH_SIZE);
1119 hexdump(FILE *fp, const char *header, const uint8_t *src, size_t length) function
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-lmp.c375 int hexdump; local
449 hexdump=FALSE;
463 hexdump=TRUE;
491 hexdump=TRUE;
508 hexdump=TRUE;
522 hexdump=TRUE;
535 hexdump=TRUE;
548 hexdump=TRUE;
573 hexdump=TRUE;
595 while (total_subobj_len > 0 && hexdump
[all...]
H A Dprint-cfm.c248 u_int hexdump = FALSE; local
275 hexdump = TRUE;
279 return hexdump;
303 u_int hexdump, tlen, cfm_tlv_len, cfm_tlv_type, ccm_interval; local
392 /* FIXME add printers for those MD formats - hexdump for now */
420 /* FIXME add printers for those MA formats - hexdump for now */
527 hexdump = FALSE;
551 hexdump = TRUE;
564 hexdump = TRUE;
586 hexdump |
[all...]
H A Dprint-rsvp.c663 int hexdump,processed,padbytes,error_code,error_value,i,sigcheck; local
721 hexdump=FALSE;
804 hexdump=TRUE;
831 hexdump=TRUE;
858 hexdump=TRUE;
896 hexdump=TRUE;
915 hexdump=TRUE;
982 hexdump=TRUE;
1059 hexdump=TRUE;
1107 hexdump
[all...]
H A Dprint-lldp.c569 int subtype, hexdump = FALSE; local
600 hexdump = TRUE;
604 return hexdump;
613 int subtype, hexdump = FALSE; local
652 hexdump = TRUE;
656 return hexdump;
679 int subtype, hexdump = FALSE; local
764 return hexdump;
813 hexdump = TRUE;
817 return hexdump;
912 u_int oui, tlen, hexdump, tlv_type, tlv_len; local
[all...]
H A Dprint-slow.c435 * again if there are enough bytes on the wire for the hexdump */
447 /* do we want to see an additional hexdump ? */
463 u_int hexdump; local
508 hexdump = FALSE;
549 hexdump = TRUE;
553 hexdump = TRUE;
563 if (vflag > 1 || hexdump==TRUE) {
582 hexdump = FALSE;
617 hexdump = TRUE;
621 hexdump
[all...]
H A Dprint-ldp.c518 int hexdump,processed; local
580 hexdump=FALSE;
615 /* do we want to see an additionally hexdump ? */
616 if (vflag > 1 || hexdump==TRUE)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_test.c63 static void hexdump(FILE *f,const char *title,const unsigned char *s,int l) function
148 hexdump(stdout,"Key",key,kn);
150 hexdump(stdout,"IV",iv,in);
151 hexdump(stdout,"Plaintext",plaintext,pn);
152 hexdump(stdout,"Ciphertext",ciphertext,cn);
194 hexdump(stderr,"Got",out,cn);
195 hexdump(stderr,"Expected",ciphertext,cn);
233 hexdump(stderr,"Got",out,pn);
234 hexdump(stderr,"Expected",plaintext,pn);
275 hexdump(stdou
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A Digetest.c61 static void hexdump(FILE *f,const char *title,const unsigned char *s,int l) function
215 hexdump(stdout, "key", v->key, sizeof v->key);
216 hexdump(stdout, "iv", v->iv, sizeof v->iv);
217 hexdump(stdout, "in", v->in, v->length);
218 hexdump(stdout, "expected", v->out, v->length);
219 hexdump(stdout, "got", buf, v->length);
232 hexdump(stdout, "key", v->key, sizeof v->key);
233 hexdump(stdout, "iv", v->iv, sizeof v->iv);
234 hexdump(stdout, "in", v->in, v->length);
235 hexdump(stdou
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-eq.c31 void hexdump (mpf_t);
126 hexdump (a); puts ("");
127 hexdump (b); puts ("");
132 hexdump (mpf_t x) function
/netbsd-6-1-5-RELEASE/tests/lib/libc/hash/
H A Dh_hash.c55 hexdump (unsigned char *buf, int len) function
118 hexdump(out, outlen);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dlwres_test.c45 hexdump(const char *msg, void *base, size_t len) { function
92 hexdump("rendered noop request", b.base, b.used);
101 hexdump("parsed pkt2", &pkt2, sizeof(pkt2));
128 hexdump("rendered noop response", b.base, b.used);
137 hexdump("parsed pkt2", &pkt2, sizeof(pkt2));
/netbsd-6-1-5-RELEASE/sys/arch/dreamcast/dev/microcode/
H A DMakefile20 hexdump -v -e '" /* %04.4_ax */\t" 1/4 "0x%08x, " "\n"' \
/netbsd-6-1-5-RELEASE/distrib/evbsh3/rom/ramdiskcommon/
H A Dramdiskbin.conf39 progs fstat ftp gencat getopt head hexdump id
58 ln hexdump od
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Drsautl.c97 char hexdump = 0, asn1parse = 0; local
159 else if(!strcmp(*argv, "-hexdump")) hexdump = 1;
308 } else if(hexdump) BIO_dump(out, (char *)rsa_out, rsa_outlen);
337 BIO_printf(bio_err, "-hexdump hex dump output\n");

Completed in 295 milliseconds

12