/frameworks/av/media/libstagefright/foundation/ |
hexdump.cpp | 18 #define LOG_TAG "hexdump" 21 #include "hexdump.h" 42 void hexdump(const void *_data, size_t size, size_t indent, AString *appendTo) { function in namespace:android
|
/external/smack/src/org/xbill/DNS/utils/ |
hexdump.java | 11 public class hexdump { class
|
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/ |
poly1305test.c | 111 static void hexdump(unsigned char *a, size_t len) function 154 hexdump(out, sizeof(out)); 156 hexdump(expected, sizeof(expected));
|
/external/smack/src/org/xbill/DNS/ |
Client.java | 8 import org.xbill.DNS.utils.hexdump; 49 System.err.println(hexdump.dump(prefix, data));
|
/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/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
chachatest.c | 124 static void hexdump(unsigned char *a, size_t len) function 183 hexdump(out, len); 185 hexdump(expected, len);
|
/external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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");
|
/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/native/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/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...] |