Home
last modified time | relevance | path

Searched refs:overhead_size (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/
H A Ddm-log-userspace-transfer.c177 int overhead_size = sizeof(struct dm_ulog_request) + sizeof(struct cn_msg); in dm_consult_userspace() local
186 if (data_size > (DM_ULOG_PREALLOCED_SIZE - overhead_size)) { in dm_consult_userspace()
/linux/net/tls/
H A Dtls_sw.c317 target_size += prot->overhead_size; in tls_trim_both_msgs()
830 prot->overhead_size; in tls_sw_sendmsg_locked()
839 msg_pl->sg.size + prot->overhead_size); in tls_sw_sendmsg_locked()
867 msg_pl->sg.size + prot->overhead_size); in tls_sw_sendmsg_locked()
924 msg_pl->sg.size + prot->overhead_size); in tls_sw_sendmsg_locked()
936 msg_pl->sg.size + prot->overhead_size); in tls_sw_sendmsg_locked()
1279 const int data_len = rxm->full_len - prot->overhead_size; in tls_decrypt_sg()
1360 tls_make_aad(dctx->aad, rxm->full_len - prot->overhead_size + in tls_decrypt_sg()
1460 prot->overhead_size); in tls_decrypt_sw()
1522 len = rxm->full_len - prot->overhead_size; in tls_decrypt_device()
[all …]
H A Dtls_device.c338 record->len - prot->overhead_size, in tls_device_record_close()
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c1416 u16 overhead_size = 0; in drxdap_fasi_read_block() local
1422 overhead_size = (IS_I2C_10BIT(dev_addr->i2c_addr) ? 2 : 1) + in drxdap_fasi_read_block()
1428 (overhead_size > (DRXDAP_MAX_WCHUNKSIZE)) || in drxdap_fasi_read_block()
1592 u16 overhead_size = 0; in drxdap_fasi_write_block() local
1599 overhead_size = (IS_I2C_10BIT(dev_addr->i2c_addr) ? 2 : 1) + in drxdap_fasi_write_block()
1605 (overhead_size > (DRXDAP_MAX_WCHUNKSIZE)) || in drxdap_fasi_write_block()
1616 block_size = ((DRXDAP_MAX_WCHUNKSIZE) - overhead_size) & ~1; in drxdap_fasi_write_block()