Searched refs:TLS_VERSION_1_2 (Results 1 – 7 of 7) sorted by relevance
298 if (ver == TLS_VERSION_1_2) in tls_version_ok()313 case TLS_VERSION_1_2: in tls_version_str()325 if (ver >= TLS_VERSION_1_2) { in tls_prf()466 if (tls_version >= TLS_VERSION_1_2) { in tls_verify_signature()
16 #define TLS_VERSION_1_2 0x0303 /* TLSv1.2 */ macro18 #define TLS_VERSION TLS_VERSION_1_2
56 tls_version == TLS_VERSION_1_2) in tls_send_client_hello()132 if (conn->rl.tls_version >= TLS_VERSION_1_2) { in tls_send_client_hello()621 if (conn->rl.tls_version == TLS_VERSION_1_2) { in tls_write_client_certificate_verify()686 if (conn->rl.tls_version >= TLS_VERSION_1_2) { in tls_write_client_certificate_verify()794 if (conn->rl.tls_version >= TLS_VERSION_1_2) { in tls_write_client_finished()
197 else if (conn->client_version >= TLS_VERSION_1_2) in tls_process_client_hello()198 conn->rl.tls_version = TLS_VERSION_1_2; in tls_process_client_hello()959 if (conn->rl.tls_version == TLS_VERSION_1_2) { in tls_process_certificate_verify()1193 if (conn->rl.tls_version >= TLS_VERSION_1_2) { in tls_process_client_finished()
37 ver == TLS_VERSION_1_2)); in tls_version_disabled()730 if (conn->rl.tls_version == TLS_VERSION_1_2) { in tlsv1_process_diffie_hellman()1373 if (conn->rl.tls_version >= TLS_VERSION_1_2) { in tls_process_server_finished()
569 if (conn->rl.tls_version >= TLS_VERSION_1_2) { in tls_write_server_key_exchange()846 if (conn->rl.tls_version >= TLS_VERSION_1_2) { in tls_write_server_finished()
885 case TLS_VERSION_1_2: in tlsv1_client_get_version()