BUFFERSIZE
static uint8_t buf[BUFFERSIZE];
CK_BYTE databuf[BUFFERSIZE];
CK_BYTE outbuf[BUFFERSIZE+BLOCKSIZE];
if (insize <= BUFFERSIZE)
static CK_BYTE buf[BUFFERSIZE];
char space[BUFFERSIZE];
f->fsiz = ((flags & oneflg) == 0 ? BUFFERSIZE : 1);
unsigned char fbuf[BUFFERSIZE];
(thr_data->buf = lmalloc(BUFFERSIZE)) == NULL) {
while (fgets(thr_data->buf, BUFFERSIZE, thr_data->fp)) {
lfree(thr_data->buf, BUFFERSIZE);
lfree(thr_data->buf, BUFFERSIZE);
char config[BUFFERSIZE - OFFSET]; /* V1 Config */
static char buffer[BUFFERSIZE];
(void) vsnprintf(buffer, BUFFERSIZE, fmt, ap);