Symbol: BLOCKSIZE
crypto/heimdal/appl/ftp/ftp/ftp.c
616
if (len > BLOCKSIZE)
crypto/heimdal/appl/ftp/ftp/ftp.c
617
len = BLOCKSIZE;
crypto/krb5/src/lib/krad/attr.c
158
len = (in->length + BLOCKSIZE - 1) / BLOCKSIZE * BLOCKSIZE;
crypto/krb5/src/lib/krad/attr.c
166
retval = alloc_data(&tmp, seclen + BLOCKSIZE);
crypto/krb5/src/lib/krad/attr.c
171
for (blck = 0, indx = auth; blck * BLOCKSIZE < len; blck++) {
crypto/krb5/src/lib/krad/attr.c
172
memcpy(tmp.data + seclen, indx, BLOCKSIZE);
crypto/krb5/src/lib/krad/attr.c
183
for (i = 0; i < BLOCKSIZE; i++)
crypto/krb5/src/lib/krad/attr.c
184
outbuf[blck * BLOCKSIZE + i] ^= sum.contents[i];
crypto/krb5/src/lib/krad/attr.c
187
indx = &outbuf[blck * BLOCKSIZE];
crypto/krb5/src/lib/krad/attr.c
209
if (in->length % BLOCKSIZE != 0)
crypto/krb5/src/lib/krad/attr.c
216
retval = alloc_data(&tmp, seclen + BLOCKSIZE);
crypto/krb5/src/lib/krad/attr.c
221
for (blck = 0, indx = auth; blck * BLOCKSIZE < in->length; blck++) {
crypto/krb5/src/lib/krad/attr.c
222
memcpy(tmp.data + seclen, indx, BLOCKSIZE);
crypto/krb5/src/lib/krad/attr.c
233
for (i = 0; i < BLOCKSIZE; i++) {
crypto/krb5/src/lib/krad/attr.c
234
outbuf[blck * BLOCKSIZE + i] = in->data[blck * BLOCKSIZE + i] ^
crypto/krb5/src/lib/krad/attr.c
239
indx = (const unsigned char *)&in->data[blck * BLOCKSIZE];
crypto/openssl/fuzz/provider.c
245
static int64_t BLOCKSIZE = 8;
crypto/openssl/fuzz/provider.c
301
p_value_int = OPENSSL_malloc(sizeof(BLOCKSIZE));
crypto/openssl/fuzz/provider.c
302
*p_value_int = BLOCKSIZE;
crypto/openssl/fuzz/provider.c
304
p_value_int = OPENSSL_malloc(sizeof(BLOCKSIZE));
crypto/openssl/fuzz/provider.c
305
*p_value_int = BLOCKSIZE;
sbin/savecore/savecore.c
497
#define BLOCKMASK (~(BLOCKSIZE-1))
sbin/savecore/savecore.c
506
for (hs = nw; hs < nr; hs += BLOCKSIZE) {
sbin/savecore/savecore.c
510
if (he >= hs + BLOCKSIZE)
sbin/savecore/savecore.c
523
if (hs + BLOCKSIZE > nr)
tools/regression/ufs/uprintf/ufs_uprintf.c
107
len = write(fd, block, BLOCKSIZE);
tools/regression/ufs/uprintf/ufs_uprintf.c
68
char block[BLOCKSIZE];
tools/regression/ufs/uprintf/ufs_uprintf.c
80
bzero(block, BLOCKSIZE);
tools/regression/ufs/uprintf/ufs_uprintf.c
83
len = write(fd, block, BLOCKSIZE);
tools/regression/ufs/uprintf/ufs_uprintf.c
86
if (len != BLOCKSIZE) {
tools/regression/ufs/uprintf/ufs_uprintf.c
88
BLOCKSIZE, len);
usr.sbin/ctld/parse.y
1003
lun_blocksize: BLOCKSIZE STR
usr.sbin/ctld/parse.y
56
%token ALIAS AUTH_GROUP AUTH_TYPE BACKEND BLOCKSIZE CHAP CHAP_MUTUAL