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()129 if (conn->rl.tls_version >= TLS_VERSION_1_2) { in tls_send_client_hello()618 if (conn->rl.tls_version == TLS_VERSION_1_2) { in tls_write_client_certificate_verify()683 if (conn->rl.tls_version >= TLS_VERSION_1_2) { in tls_write_client_certificate_verify()791 if (conn->rl.tls_version >= TLS_VERSION_1_2) { in tls_write_client_finished()
188 else if (conn->client_version >= TLS_VERSION_1_2) in tls_process_client_hello()189 conn->rl.tls_version = TLS_VERSION_1_2; in tls_process_client_hello()931 if (conn->rl.tls_version == TLS_VERSION_1_2) { in tls_process_certificate_verify()1165 if (conn->rl.tls_version >= TLS_VERSION_1_2) { in tls_process_client_finished()
37 ver == TLS_VERSION_1_2)); in tls_version_disabled()733 if (conn->rl.tls_version == TLS_VERSION_1_2) { in tlsv1_process_diffie_hellman()1376 if (conn->rl.tls_version >= TLS_VERSION_1_2) { in tls_process_server_finished()
566 if (conn->rl.tls_version >= TLS_VERSION_1_2) { in tls_write_server_key_exchange()843 if (conn->rl.tls_version >= TLS_VERSION_1_2) { in tls_write_server_finished()
861 case TLS_VERSION_1_2: in tlsv1_client_get_version()