Searched refs:cbuf (Results 1 - 3 of 3) sorted by relevance

/openwrt/package/network/services/ead/src/tinysrp/
H A Dtconf.c69 char cbuf[256]; local
126 fgets(cbuf, sizeof(cbuf), stdin);
127 fsize = atoi(cbuf);
H A Dclitest.c58 unsigned char cbuf[20]; local
100 t_fromhex(cbuf, hexbuf);
102 if (t_clientverify(tc, cbuf) == 0)
H A Dsrvtest.c61 unsigned char cbuf[20]; local
94 /* printf("[Expected response: %s]\n", t_tohex(hexbuf, cbuf, 16)); */
99 t_fromhex(cbuf, hexbuf);
101 if(t_serververify(ts, cbuf) == 0) {

Completed in 23 milliseconds