Searched refs:print_hex (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Drandom.c48 print_hex (const char *text, const void *buf, size_t n) function
123 print_hex ("initial random: ", tmp1, sizeof tmp1);
138 print_hex (" child random: ", tmp1c, sizeof tmp1c);
145 print_hex (" parent random: ", tmp1p, sizeof tmp1p);
182 print_hex ("initial nonce: ", nonce1, sizeof nonce1);
197 print_hex (" child nonce: ", nonce1c, sizeof nonce1c);
204 print_hex (" parent nonce: ", nonce1p, sizeof nonce1p);
H A Dkeygrip.c51 print_hex (const char *text, const void *buf, size_t n)
173 print_hex ("keygrip: ", buf, sizeof buf);
50 print_hex (const char *text, const void *buf, size_t n) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drandom.c48 print_hex (const char *text, const void *buf, size_t n) function
123 print_hex ("initial random: ", tmp1, sizeof tmp1);
138 print_hex (" child random: ", tmp1c, sizeof tmp1c);
145 print_hex (" parent random: ", tmp1p, sizeof tmp1p);
182 print_hex ("initial nonce: ", nonce1, sizeof nonce1);
197 print_hex (" child nonce: ", nonce1c, sizeof nonce1c);
204 print_hex (" parent nonce: ", nonce1p, sizeof nonce1p);
H A Dkeygrip.c51 print_hex (const char *text, const void *buf, size_t n)
173 print_hex ("keygrip: ", buf, sizeof buf);
50 print_hex (const char *text, const void *buf, size_t n) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-print-message.c57 print_hex (unsigned char *bytes, unsigned int len, int depth) function
139 print_hex (bytes, len, depth);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Darping.c180 void print_hex(unsigned char *p, int len) function
259 print_hex(p, ah->ar_hln);
269 print_hex(p+ah->ar_hln+4, ah->ar_hln);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/dht/
H A Ddht.c346 print_hex(FILE *f, const unsigned char *buf, int buflen) function
1485 print_hex(f, b->first, 20);
1494 print_hex(f, n->id, 20);
1537 print_hex(f, myid, 20);
1556 print_hex(f, sr->id, 20);
1562 print_hex(f, n->id, 20);
1578 print_hex(f, st->id, 20);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pppoecd/
H A Dpppoe.c204 print_hex(unsigned char *buf, int len) function
305 print_hex((unsigned char *)(p+1), ntohs(p->length));
1647 /*print_hex(buf, len);*/
1648 print_hex(pktBuf[nPkt].packetBuf, len);
H A Dpppoe2.c215 print_hex(unsigned char *buf, int len) function
316 print_hex((unsigned char *)(p+1), ntohs(p->length));
1605 /*print_hex(buf, len);*/
1606 print_hex(pktBuf[nPkt].packetBuf, len);

Completed in 188 milliseconds