Home
last modified time | relevance | path

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

/Linux-v4.19/net/tls/
Dtls_sw.c109 target_size += tls_ctx->tx.overhead_size; in trim_both_sgl()
398 tls_ctx->tx.overhead_size; in tls_sw_sendmsg()
456 tls_ctx->tx.overhead_size); in tls_sw_sendmsg()
548 tls_ctx->tx.overhead_size; in tls_sw_sendpage()
680 const int data_len = rxm->full_len - tls_ctx->rx.overhead_size; in decrypt_internal()
732 tls_make_aad(aad, rxm->full_len - tls_ctx->rx.overhead_size, in decrypt_internal()
804 rxm->full_len -= tls_ctx->rx.overhead_size; in decrypt_skb_update()
897 int to_copy = rxm->full_len - tls_ctx->rx.overhead_size; in tls_sw_recvmsg()
1227 cctx->overhead_size = cctx->prepend_size + cctx->tag_size; in tls_set_sw_offload()
Dtls_device.c707 ctx->tx.overhead_size = ctx->tx.prepend_size + ctx->tx.tag_size; in tls_set_device_offload()
/Linux-v4.19/drivers/md/
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-v4.19/include/net/
Dtls.h167 u16 overhead_size; member
/Linux-v4.19/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.c1422 u16 overhead_size = 0; in drxdap_fasi_read_block() local
1428 overhead_size = (IS_I2C_10BIT(dev_addr->i2c_addr) ? 2 : 1) + in drxdap_fasi_read_block()
1434 (overhead_size > (DRXDAP_MAX_WCHUNKSIZE)) || in drxdap_fasi_read_block()
1599 u16 overhead_size = 0; in drxdap_fasi_write_block() local
1606 overhead_size = (IS_I2C_10BIT(dev_addr->i2c_addr) ? 2 : 1) + in drxdap_fasi_write_block()
1612 (overhead_size > (DRXDAP_MAX_WCHUNKSIZE)) || in drxdap_fasi_write_block()
1623 block_size = ((DRXDAP_MAX_WCHUNKSIZE) - overhead_size) & ~1; in drxdap_fasi_write_block()