Home
last modified time | relevance | path

Searched refs:TLS_VERSION_1_1 (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_common.h15 #define TLS_VERSION_1_1 0x0302 /* TLSv1.1 */ macro
21 #define TLS_VERSION TLS_VERSION_1_1
Dtlsv1_record.c176 rl->iv_size && rl->tls_version >= TLS_VERSION_1_1; in tlsv1_record_send()
378 if (rl->tls_version >= TLS_VERSION_1_1) { in tlsv1_record_receive()
Dtlsv1_common.c294 if (ver == TLS_VERSION_1_1) in tls_version_ok()
311 case TLS_VERSION_1_1: in tls_version_str()
Dtlsv1_server_read.c119 else if (conn->client_version > TLS_VERSION_1_1) in tls_process_client_hello()
120 conn->rl.tls_version = TLS_VERSION_1_1; in tls_process_client_hello()