Home
last modified time | relevance | path

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

/Linux-v4.19/net/tls/
Dtls_sw.c1031 size_t cipher_overhead; in tls_read_size() local
1055 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()