Home | History | Annotate | Download | only in lib

Lines Matching refs:outbuf

45 	uint32_t *outbuf;
52 outbuf = malloc(bufsize);
53 if (!outbuf)
56 *keyb_data = (uint8_t *)outbuf;
59 *outbuf++ = nwords;
91 *outbuf++ = n0invout;
109 *outbuf++ = nout;
120 *outbuf++ = rrout;
125 outbuf = NULL;
129 free(outbuf);