Searched refs:cipher_overhead (Results 1 – 1 of 1) sorted by relevance
1974 size_t cipher_overhead; in tls_read_size() local1998 cipher_overhead = prot->tag_size; in tls_read_size()2000 cipher_overhead += prot->iv_size; in tls_read_size()2002 if (data_len > TLS_MAX_PAYLOAD_SIZE + cipher_overhead + in tls_read_size()2007 if (data_len < cipher_overhead) { in tls_read_size()