Lines Matching full:tls
2 * EAP peer: EAP-TLS/PEAP/TTLS/FAST common functions
13 * struct eap_ssl_data - TLS data for EAP methods
17 * conn - TLS connection context data from tls_connection_init()
22 * tls_out - TLS message to be sent out in fragments
27 * tls_out_pos - The current position in the outgoing TLS message
32 * tls_out_limit - Maximum fragment size for outgoing TLS messages
37 * tls_in - Received TLS message buffer for re-assembly
42 * tls_in_left - Number of remaining bytes in the incoming TLS message
47 * tls_in_total - Total number of bytes in the incoming TLS message
52 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
57 * include_tls_length - Whether the TLS length field is included even
58 * if the TLS data is not fragmented
68 * ssl_ctx - TLS library context to use for the connection
79 * tls_v13 - Whether TLS v1.3 or newer is used
90 /* EAP TLS Flags */
100 /* stub type used as a flag for UNAUTH-TLS */