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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dtxt-test.c33 static void hexdump(const void* p, size_t size) { function
77 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
80 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
83 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
86 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
89 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
92 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
95 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
98 hexdump(TXTRecordGetBytesPtr(&ref), TXTRecordGetLength(&ref));
101 hexdump(TXTRecordGetBytesPt
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/evp/
H A Devp_test.c62 static void hexdump(FILE *f,const char *title,const unsigned char *s,int l) function
147 hexdump(stdout,"Key",key,kn);
149 hexdump(stdout,"IV",iv,in);
150 hexdump(stdout,"Plaintext",plaintext,pn);
151 hexdump(stdout,"Ciphertext",ciphertext,cn);
193 hexdump(stderr,"Got",out,cn);
194 hexdump(stderr,"Expected",ciphertext,cn);
232 hexdump(stderr,"Got",out,cn);
233 hexdump(stderr,"Expected",plaintext,cn);
274 hexdump(stdou
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Devp_test.c62 static void hexdump(FILE *f,const char *title,const unsigned char *s,int l) function
147 hexdump(stdout,"Key",key,kn);
149 hexdump(stdout,"IV",iv,in);
150 hexdump(stdout,"Plaintext",plaintext,pn);
151 hexdump(stdout,"Ciphertext",ciphertext,cn);
193 hexdump(stderr,"Got",out,cn);
194 hexdump(stderr,"Expected",ciphertext,cn);
232 hexdump(stderr,"Got",out,cn);
233 hexdump(stderr,"Expected",plaintext,cn);
274 hexdump(stdou
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dtext-test.c35 static void hexdump(const void* p, size_t size) { function
82 hexdump(sw_text_record_bytes(r), sw_text_record_len(r));
88 hexdump(val, val_len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/contrib/shell_utils/
H A Dapple_dump.in226 hexdump($buf, 16, 16, " ");
385 hexdump($buf, 4, 4, "");
389 hexdump($buf, 4, 4, "");
405 hexdump($buf, 2, 4, "");
417 hexdump($buf, 2, 4, "");
420 hexdump($buf, 2, 4, "");
423 hexdump($buf, 2, 4, "");
478 hexdump($buf, 2, 4, "");
502 hexdump($buf, 2, 4, "");
543 hexdump(
[all...]
H A Dapple_dump226 hexdump($buf, 16, 16, " ");
385 hexdump($buf, 4, 4, "");
389 hexdump($buf, 4, 4, "");
405 hexdump($buf, 2, 4, "");
417 hexdump($buf, 2, 4, "");
420 hexdump($buf, 2, 4, "");
423 hexdump($buf, 2, 4, "");
478 hexdump($buf, 2, 4, "");
502 hexdump($buf, 2, 4, "");
543 hexdump(
732 sub hexdump { subroutine
[all...]
H A Dasip-status.pl34 $main::hexdump = 1 if ($arg eq "-x");
129 hexdump($buf) if ($main::hexdump);
247 hexdump($signature);
409 sub hexdump subroutine
H A Dasip-status.pl.in34 $main::hexdump = 1 if ($arg eq "-x");
129 hexdump($buf) if ($main::hexdump);
247 hexdump($signature);
409 sub hexdump
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
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,cn);
234 hexdump(stderr,"Expected",plaintext,cn);
275 hexdump(stdou
[all...]
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);
252 hexdump(stdout, "key 1", v->key1, sizeof v->key1);
253 hexdump(stdout, "key 2", v->key2, sizeof v->key2);
254 hexdump(stdout, "iv", v->iv, sizeof v->iv);
255 hexdump(stdou
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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,cn);
234 hexdump(stderr,"Expected",plaintext,cn);
275 hexdump(stdou
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/modules/
H A Dcharset_macosxfs.c134 * A simple hexdump function for debugging error conditions.
140 static void hexdump( const char * label, const char * s, size_t len ) function
184 #define hexdump(label,s,len) /* nothing */ macro
276 hexdump("UTF8->UTF16LE (old) input",
287 hexdump("UTF8->UTF16LE (old) input",
308 hexdump("UTF8->UTF16LE (old) input",
382 hexdump("UTF16LE->UTF8 (old) input",
398 hexdump("UTF16LE->UTF8 (old) input",
464 hexdump("UTF8->UTF16LE (new) input",
479 hexdump("UTF
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Dutils.h33 void hexdump(const char *filename, const FLAC__byte *buf, unsigned bytes, const char *indent);
H A Dutils.c78 void hexdump(const char *filename, const FLAC__byte *buf, unsigned bytes, const char *indent) function
H A Doperations.c590 hexdump(filename, block->data.application.data, block->length - FLAC__STREAM_METADATA_HEADER_LENGTH, " ");
673 hexdump(filename, block->data.picture.data, block->data.picture.data_length, " ");
678 hexdump(filename, block->data.unknown.data, block->length, " ");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Drr-test.c35 static void hexdump(const void* p, size_t size) { function
85 hexdump(rdata, rdata_size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A DMakefile55 hexdump -v -e '"0x" 4/1 "%02x" "," "\n"' $< ; \
60 $(call if_changed,hexdump)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Drsautl.c97 char hexdump = 0, asn1parse = 0; local
147 else if(!strcmp(*argv, "-hexdump")) hexdump = 1;
296 } else if(hexdump) BIO_dump(out, (char *)rsa_out, rsa_outlen);
325 BIO_printf(bio_err, "-hexdump hex dump output\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Drsautl.c95 char hexdump = 0, asn1parse = 0; local
145 else if(!strcmp(*argv, "-hexdump")) hexdump = 1;
293 } else if(hexdump) BIO_dump(out, (char *)rsa_out, rsa_outlen);
322 BIO_printf(bio_err, "-hexdump hex dump output\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wan/
H A DMakefile62 hexdump -ve '"\n" 16/1 "0x%02X,"' $(obj)/wanxlfw.bin | sed 's/0x ,//g;1s/^/static u8 firmware[]={/;$$s/,$$/\n};\n/' >$(obj)/wanxlfw.inc; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_net.c91 static void hexdump( const unsigned char *buf, unsigned short len ) function
370 hexdump( ule_where, TS_SZ );
621 hexdump( iov[0].iov_base, iov[0].iov_len );
622 hexdump( iov[1].iov_base, iov[1].iov_len );
623 hexdump( iov[2].iov_base, iov[2].iov_len );
626 hexdump( &ule_hist[98*TS_SZ], TS_SZ );
627 hexdump( &ule_hist[99*TS_SZ], TS_SZ );
629 hexdump( &ule_hist[99*TS_SZ], TS_SZ );
630 hexdump( ule_hist, TS_SZ );
632 hexdump( ule_wher
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A DMakefile16 bust_spinlocks.o hexdump.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/crypto/
H A Dtcrypt.c84 static void hexdump(unsigned char *buf, unsigned int len) function
159 hexdump(result, crypto_hash_digestsize(tfm));
205 hexdump(result, crypto_hash_digestsize(tfm));
321 hexdump(q, cipher_tv[i].rlen);
394 hexdump(q, cipher_tv[i].tap[k]);
832 hexdump(result, dlen);
863 hexdump(result, dlen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dide-scsi.c313 static void hexdump(u8 *x, int len) function
355 hexdump(pc->c, 6);
411 hexdump(pc->buffer,16);
445 hexdump(scsi_buf, min_t(unsigned, 16, pc->scsi_cmd->request_bufflen));
920 hexdump(cmd->cmnd, cmd->cmd_len);
923 hexdump(pc->c, 12);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dextattrs.c46 static void hexdump(void *m, size_t l) { function
174 hexdump( FinderInfo, 32);

Completed in 248 milliseconds

12