Lines Matching full:records
77 TLS records are encrypted or decrypted in the kernel in the socket
83 TLS records are encrypted or decrypted by the network interface card (NIC).
85 Instead, the NIC encrypts TLS records as they are being transmitted,
86 or decrypts received TLS records before providing them to the host.
105 TLS records are encrypted by the NIC using a TCP offload engine (TOE).
116 all data written on the socket is stored in TLS records and encrypted.
117 Most data is transmitted in application layer TLS records,
118 and the kernel chooses how to partition data among TLS records.
119 Individual TLS records with a fixed length and record type can be sent
127 This can be used to send TLS records with a type other than
129 application data records with specific contents (for example, empty
145 all data read from the socket is returned as decrypted TLS records.