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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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 111 milliseconds