Searched refs:hexdump (Results 26 - 39 of 39) sorted by relevance

12

/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-42-ciphers.c253 static void hexdump(const uint8_t *bytes, size_t len) {
264 #define hexdump(bytes, len) macro
275 hexdump(ptr, len);
516 //hexdump(session_id_data, session_id_length);
H A Dssl-43-ciphers.c321 static void hexdump(const uint8_t *bytes, size_t len) {
332 #define hexdump(bytes, len) macro
392 hexdump(ptr, len);
599 //hexdump(session_id_data, session_id_length);
H A Dssl-51-state.c91 static void hexdump(const char *s, const uint8_t *bytes, size_t len) {
102 #define hexdump(string, bytes, len) macro
H A Dssl-39-echo.c398 static void hexdump(const uint8_t *bytes, size_t len) {
409 #define hexdump(bytes, len) macro
420 hexdump(ptr, len);
623 //hexdump(session_id_data, session_id_length);
/macosx-10.10/libarchive-30/libarchive/cpio/test/
H A Dmain.c510 * Pretty standard hexdump routine. As a bonus, if ref != NULL, then
515 hexdump(const char *p, const char *ref, size_t l, size_t offset) function
579 hexdump(v1, v2, l < 64 ? l : 64, offset);
581 hexdump(v2, v1, l < 64 ? l : 64, offset);
621 hexdump(buff, NULL, s, 0);
655 /* TODO: hexdump the first bytes that actually differ. */
775 hexdump(contents, buff, n > 512 ? 512 : n, 0);
778 hexdump(buff, NULL, s > 512 ? 512 : n, 0);
832 hexdump(contents, buff, n, 0);
835 hexdump(buf
[all...]
/macosx-10.10/libarchive-30/libarchive/libarchive/test/
H A Dmain.c506 * Pretty standard hexdump routine. As a bonus, if ref != NULL, then
511 hexdump(const char *p, const char *ref, size_t l, size_t offset) function
575 hexdump(v1, v2, l < 64 ? l : 64, offset);
577 hexdump(v2, v1, l < 64 ? l : 64, offset);
617 hexdump(buff, NULL, s, 0);
651 /* TODO: hexdump the first bytes that actually differ. */
771 hexdump(contents, buff, n > 512 ? 512 : n, 0);
774 hexdump(buff, NULL, s > 512 ? 512 : n, 0);
822 hexdump(contents, buff, n, 0);
825 hexdump(buf
[all...]
/macosx-10.10/libarchive-30/libarchive/tar/test/
H A Dmain.c511 * Pretty standard hexdump routine. As a bonus, if ref != NULL, then
516 hexdump(const char *p, const char *ref, size_t l, size_t offset) function
580 hexdump(v1, v2, l < 64 ? l : 64, offset);
582 hexdump(v2, v1, l < 64 ? l : 64, offset);
622 hexdump(buff, NULL, s, 0);
656 /* TODO: hexdump the first bytes that actually differ. */
776 hexdump(contents, buff, n > 512 ? 512 : n, 0);
779 hexdump(buff, NULL, s > 512 ? 512 : s, 0);
827 hexdump(contents, buff, n, 0);
830 hexdump(buf
[all...]
/macosx-10.10/Security-57031.1.35/Security/tlsnke/tlsnketest/
H A Dst_test.c225 static void hexdump(const uint8_t *bytes, size_t len) {
236 #define hexdump(bytes, len) macro
563 //hexdump(session_id_data, session_id_length);
/macosx-10.10/emacs-93/
H A DMakefile70 hexdump -ve '1/1 "0x%02x,"' < $(OBJROOT)/src/buildobj.lst >> $@
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcrypto_openssl.c357 hexdump(gen->d.ia5->data, gen->d.ia5->length + 1);
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dmessage.c51 hexdump(const char *msg, const char *msg2, void *base, size_t len) { function
2996 hexdump(txt1, "TSIG", querytsig.signature,
3006 hexdump(txt1, "QUERYTSIG", querytsig.signature,
/macosx-10.10/vim-55/runtime/syntax/
H A Dstata.vim94 syn keyword stataCommand hexdump
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_gss.c3893 hexdump(const char *msg, void *data, size_t len)
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-23-sectrust-ocsp.c653 static void hexdump(const uint8_t *bytes, size_t len) {

Completed in 158 milliseconds

12