Searched refs:TLS_MAX_PAYLOAD_SIZE (Results 1 – 3 of 3) sorted by relevance
391 record_room = TLS_MAX_PAYLOAD_SIZE - ctx->sg_plaintext_size; in tls_sw_sendmsg()541 record_room = TLS_MAX_PAYLOAD_SIZE - ctx->sg_plaintext_size; in tls_sw_sendpage()1057 if (data_len > TLS_MAX_PAYLOAD_SIZE + cipher_overhead) { in tls_read_size()
377 max_open_record_len = TLS_MAX_PAYLOAD_SIZE + in tls_push_data()
49 #define TLS_MAX_PAYLOAD_SIZE ((size_t)1 << 14) macro