Searched refs:hexdump (Results 1 – 4 of 4) sorted by relevance
94 void hexdump(const unsigned char *packet, int length);116 static inline void hexdump(const unsigned char *packet, int length) in hexdump() function
252 void hexdump(const unsigned char *packet, int length) { in hexdump() function
28 hexdump(buf, result); in main()
164 hexdump -e '8/1 "0x%02x, " "\n"' | sed 's/0x ,//g'170 -in echo-apps-key.pem | hexdump -e '8/1 "0x%02x, " "\n"' | \