Home
last modified time | relevance | path

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

/Linux-v4.19/net/tls/
Dtls_sw.c391 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()
Dtls_device.c377 max_open_record_len = TLS_MAX_PAYLOAD_SIZE + in tls_push_data()
/Linux-v4.19/include/net/
Dtls.h49 #define TLS_MAX_PAYLOAD_SIZE ((size_t)1 << 14) macro