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

12

/external/f2fs-tools/scripts/
H A Ddumpf2fs.sh13 hexdump -s $addr -n 4096 $DEV;;
17 hexdump -s $addr -n 4096 $DEV;;
21 hexdump -s $addr -n 409 $DEV
23 hexdump -s $addr -n 4096 $DEV;;
27 hexdump -s $addr -n 20480 $DEV;;
31 hexdump -s $addr -n 20480 $DEV;;
35 hexdump -s $addr -n 20480 $DEV
37 hexdump -s $addr -n 20480 $DEV;;
40 hexdump -s $addr -n 4096 $DEV
46 hexdump
[all...]
/external/tcpdump/
H A Dprint-lldp.c642 int subtype, hexdump = FALSE; local
648 return hexdump;
659 return hexdump;
666 return hexdump;
675 return hexdump;
680 return hexdump;
684 return hexdump;
691 return hexdump;
695 return hexdump;
702 return hexdump;
845 int subtype, hexdump = FALSE; local
923 int subtype, hexdump = FALSE; local
1104 int subtype, hexdump = FALSE; local
1372 u_int oui, tlen, hexdump, tlv_type, tlv_len; local
[all...]
H A Dprint-lmp.c370 int hexdump; local
444 hexdump=FALSE;
458 hexdump=TRUE;
486 hexdump=TRUE;
503 hexdump=TRUE;
517 hexdump=TRUE;
530 hexdump=TRUE;
543 hexdump=TRUE;
568 hexdump=TRUE;
590 while (total_subobj_len > 0 && hexdump
[all...]
H A Dprint-cfm.c243 u_int hexdump = FALSE; local
270 hexdump = TRUE;
274 return hexdump;
298 u_int hexdump, tlen, cfm_tlv_len, cfm_tlv_type, ccm_interval; local
387 /* FIXME add printers for those MD formats - hexdump for now */
415 /* FIXME add printers for those MA formats - hexdump for now */
522 hexdump = FALSE;
546 hexdump = TRUE;
559 hexdump = TRUE;
581 hexdump |
[all...]
H A Dprint-rsvp.c658 int hexdump,processed,padbytes,error_code,error_value,i,sigcheck; local
716 hexdump=FALSE;
799 hexdump=TRUE;
826 hexdump=TRUE;
853 hexdump=TRUE;
891 hexdump=TRUE;
910 hexdump=TRUE;
977 hexdump=TRUE;
1054 hexdump=TRUE;
1102 hexdump
[all...]
H A Dprint-slow.c430 * again if there are enough bytes on the wire for the hexdump */
442 /* do we want to see an additional hexdump ? */
458 u_int hexdump; local
503 hexdump = FALSE;
544 hexdump = TRUE;
548 hexdump = TRUE;
558 if (vflag > 1 || hexdump==TRUE) {
577 hexdump = FALSE;
612 hexdump = TRUE;
616 hexdump
[all...]
H A Dprint-rpki-rtr.c181 u_int pdu_type, pdu_len, hexdump; local
187 hexdump = FALSE;
306 * Unknown data, please hexdump.
308 hexdump = TRUE;
312 if (vflag > 1 || (vflag && hexdump)) {
H A Dprint-ldp.c568 int hexdump,processed; local
628 hexdump=FALSE;
663 /* do we want to see an additionally hexdump ? */
664 if (vflag > 1 || hexdump==TRUE)
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Dcipher_test.c65 static void hexdump(FILE *f, const char *title, const uint8_t *s, int l) { function
136 hexdump(stdout, "Key", key, kn);
138 hexdump(stdout, "IV", iv, in);
140 hexdump(stdout, "Plaintext", plaintext, pn);
141 hexdump(stdout, "Ciphertext", ciphertext, cn);
143 hexdump(stdout, "AAD", aad, an);
146 hexdump(stdout, "Tag", tag, tn);
203 hexdump(stderr, "Got", out, cn);
204 hexdump(stderr, "Expected", ciphertext, cn);
219 hexdump(stder
[all...]
/external/openssl/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...]
/external/smack/src/org/xbill/DNS/
H A DClient.java8 import org.xbill.DNS.utils.hexdump;
49 System.err.println(hexdump.dump(prefix, data));
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dhexdump.c62 /* hexdump_ctx contains the state of a hexdump. */
84 /* hexdump adds |len| bytes of |data| to the current hex dump described by
86 static int hexdump(struct hexdump_ctx *ctx, const uint8_t *data, size_t len) { function
147 /* See the comments in |hexdump| for the details of this format. */
185 if (!hexdump(&ctx, data, len) || !finish(&ctx)) {
/external/smack/src/org/xbill/DNS/utils/
H A Dhexdump.java11 public class hexdump { class
/external/chromium_org/third_party/boringssl/src/crypto/modes/
H A Dgcm_test.c302 void hexdump(const char *msg, const void *in, size_t len) { function
368 hexdump("got ", out, plaintext_len);
369 hexdump("want", ciphertext, plaintext_len);
/external/openssl/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");
H A Dpkeyutl.c96 char hexdump = 0, asn1parse = 0; local
189 else if(!strcmp(*argv, "-hexdump"))
190 hexdump = 1;
369 else if(hexdump)
405 BIO_printf(bio_err, "-hexdump hex dump output\n");
/external/chromium_org/mojo/apps/js/bindings/
H A Dsample_service_unittests.js7 "mojo/apps/js/test/hexdump",
12 ], function(console, hexdump, expect, sample, imported, imported2) {
151 console.log(hexdump.dumpArray(uint8Array));
/external/fio/
H A Dverify.c131 static void hexdump(void *buffer, int len) function
330 hexdump(vc->good_crc, vc->crc_len);
332 hexdump(vc->bad_crc, vc->crc_len);
/external/chromium_org/third_party/boringssl/
H A Dboringssl.target.darwin-arm.mk73 third_party/boringssl/src/crypto/bio/hexdump.c \
H A Dboringssl.target.darwin-arm64.mk73 third_party/boringssl/src/crypto/bio/hexdump.c \
H A Dboringssl.target.darwin-mips.mk73 third_party/boringssl/src/crypto/bio/hexdump.c \
H A Dboringssl.target.darwin-mips64.mk73 third_party/boringssl/src/crypto/bio/hexdump.c \
H A Dboringssl.target.darwin-x86.mk73 third_party/boringssl/src/crypto/bio/hexdump.c \
H A Dboringssl.target.darwin-x86_64.mk73 third_party/boringssl/src/crypto/bio/hexdump.c \
H A Dboringssl.target.linux-arm.mk73 third_party/boringssl/src/crypto/bio/hexdump.c \

Completed in 451 milliseconds

12