Searched refs:cipher_overhead (Results 1 – 1 of 1) sorted by relevance
2363 size_t cipher_overhead; in tls_rx_msg_size() local2386 cipher_overhead = prot->tag_size; in tls_rx_msg_size()2389 cipher_overhead += prot->iv_size; in tls_rx_msg_size()2391 if (data_len > TLS_MAX_PAYLOAD_SIZE + cipher_overhead + in tls_rx_msg_size()2396 if (data_len < cipher_overhead) { in tls_rx_msg_size()