HomeSort by relevance Sort by last modified time
    Searched defs:hexdump (Results 1 - 13 of 13) sorted by null

  /frameworks/av/media/libstagefright/foundation/
hexdump.cpp 18 #define LOG_TAG "hexdump"
21 #include "hexdump.h"
32 void hexdump(const void *_data, size_t size) { function in namespace:android
  /bootable/bootloader/legacy/nandwrite/
nandwrite.c 115 void hexdump(void *ptr, unsigned len) function
163 hexdump(tmpbuf, 256);
165 hexdump(tmpbuf, 16);
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 32 static void hexdump(const void *_data, size_t size) { function
107 hexdump(data, dataSize > 128 ? 128 : dataSize);
  /external/openssl/crypto/evp/
evp_test.c 63 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(stdout,"Plaintext",plaintext,pn)
    [all...]
  /external/openssl/apps/
pkeyutl.c 96 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");
rsautl.c 97 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");
  /frameworks/base/cmds/servicemanager/
binder.c 23 void hexdump(void *_data, unsigned len) function
51 hexdump(txn->data, txn->data_size);
78 #define hexdump(a,b) do{} while (0) macro
333 hexdump(msg->data0, msg->data - msg->data0);
  /external/bluetooth/bluez/test/
l2test.c 156 static void hexdump(unsigned char *s, unsigned long l) function
609 hexdump(buf, len);
  /external/tcpdump/
print-ldp.c 504 int hexdump,processed; local
566 hexdump=FALSE;
601 /* do we want to see an additionally hexdump ? */
602 if (vflag > 1 || hexdump==TRUE)
print-lmp.c 368 int hexdump; local
442 hexdump=FALSE;
456 hexdump=TRUE;
484 hexdump=TRUE;
501 hexdump=TRUE;
515 hexdump=TRUE;
528 hexdump=TRUE;
541 hexdump=TRUE;
566 hexdump=TRUE;
588 while (total_subobj_len > 0 && hexdump == FALSE )
    [all...]
print-rsvp.c 627 int hexdump,processed,padbytes,error_code,error_value,i; local
685 hexdump=FALSE;
745 hexdump=TRUE;
772 hexdump=TRUE;
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 198 static void hexdump(const void *_data, size_t size) { function in namespace:android
648 hexdump(buffer, n);
    [all...]
  /external/qemu/block/
vvfat.c 1225 static void hexdump(const void* address, uint32_t len) function
    [all...]

Completed in 435 milliseconds