overhead
.overhead = EVP_AEAD_AES_GCM_TAG_LEN,
.overhead = EVP_AEAD_AES_GCM_TAG_LEN,
.overhead = POLY1305_TAG_LEN,
.overhead = POLY1305_TAG_LEN,
size_t possible_out_len = in_len + ctx->aead->overhead;
return aead->overhead;
unsigned char overhead;
size_t overhead;
if (!tls12_record_layer_write_overhead(s->internal->rl, &overhead))
DTLS1_RT_HEADER_LENGTH - overhead;
overhead;
const unsigned int overhead = 1 /* padding length byte */ + mac_size;
if (overhead + eiv_len > rec->length)
good = constant_time_ge(rec->length, overhead + padding_length);
size_t *overhead);
size_t *overhead)
*overhead = 0;
*overhead = rl->write->aead_tag_len;
*overhead = eiv_len + block_size + mac_len;
static union overhead *nextf[NBUCKETS];
union overhead *op;
op = (union overhead *)(pagepool_start);
union overhead *op;
op = (union overhead *)pagepool_start;
op->ov_next = (union overhead *)((caddr_t)op + sz);
op = (union overhead *)((caddr_t)op + sz);
union overhead *op;
op = (union overhead *)((caddr_t)cp - sizeof (union overhead));
union overhead *op;
op = (union overhead *)((caddr_t)cp - sizeof (union overhead));
findbucket(union overhead *freep, int srchlen)
union overhead *p;
union overhead *p;
union overhead *ov_next; /* when free */
uint32_t overhead, rate, errrate;
overhead = ieee80211_compute_duration(ic->ic_rt,
res = (overhead + (nbits / rate)) *
uint32_t overhead, overhead_per_group, ngdb;
overhead = le32toh(fs->e2fs->e2fs_first_dblock) +
overhead += ngroups * (1 /* superblock */ + ngdb);
sbp->f_blocks = fs->e2fs_bcount - overhead;
uint32_t overhead, overhead_per_group, ngdb;
overhead = le32toh(fs->e2fs->e2fs_first_dblock) +
overhead += ngroups * (1 /* superblock */ + ngdb);
sbp->f_blocks = fs->e2fs_bcount - overhead;
int sp, overhead, maxoverhead;
overhead = ccp_MTUOverhead(&dl->physical->link.ccp);
if (maxoverhead < overhead)
maxoverhead = overhead;
overhead = ccp_MTUOverhead(&bundle->ncp.mp.link.ccp);
if (maxoverhead < overhead)
maxoverhead = overhead;