BLOCKSIZE
if (len > BLOCKSIZE)
len = BLOCKSIZE;
len = (in->length + BLOCKSIZE - 1) / BLOCKSIZE * BLOCKSIZE;
retval = alloc_data(&tmp, seclen + BLOCKSIZE);
for (blck = 0, indx = auth; blck * BLOCKSIZE < len; blck++) {
memcpy(tmp.data + seclen, indx, BLOCKSIZE);
for (i = 0; i < BLOCKSIZE; i++)
outbuf[blck * BLOCKSIZE + i] ^= sum.contents[i];
indx = &outbuf[blck * BLOCKSIZE];
if (in->length % BLOCKSIZE != 0)
retval = alloc_data(&tmp, seclen + BLOCKSIZE);
for (blck = 0, indx = auth; blck * BLOCKSIZE < in->length; blck++) {
memcpy(tmp.data + seclen, indx, BLOCKSIZE);
for (i = 0; i < BLOCKSIZE; i++) {
outbuf[blck * BLOCKSIZE + i] = in->data[blck * BLOCKSIZE + i] ^
indx = (const unsigned char *)&in->data[blck * BLOCKSIZE];
static int64_t BLOCKSIZE = 8;
p_value_int = OPENSSL_malloc(sizeof(BLOCKSIZE));
*p_value_int = BLOCKSIZE;
p_value_int = OPENSSL_malloc(sizeof(BLOCKSIZE));
*p_value_int = BLOCKSIZE;
#define BLOCKMASK (~(BLOCKSIZE-1))
for (hs = nw; hs < nr; hs += BLOCKSIZE) {
if (he >= hs + BLOCKSIZE)
if (hs + BLOCKSIZE > nr)
len = write(fd, block, BLOCKSIZE);
char block[BLOCKSIZE];
bzero(block, BLOCKSIZE);
len = write(fd, block, BLOCKSIZE);
if (len != BLOCKSIZE) {
BLOCKSIZE, len);
lun_blocksize: BLOCKSIZE STR
%token ALIAS AUTH_GROUP AUTH_TYPE BACKEND BLOCKSIZE CHAP CHAP_MUTUAL