Searched refs:cipher_overhead (Results 1 – 1 of 1) sorted by relevance
1031 size_t cipher_overhead; in tls_read_size() local1055 cipher_overhead = tls_ctx->rx.tag_size + tls_ctx->rx.iv_size; in tls_read_size()1057 if (data_len > TLS_MAX_PAYLOAD_SIZE + cipher_overhead) { in tls_read_size()1061 if (data_len < cipher_overhead) { in tls_read_size()