nx_tls13_hello.nx
buildroot/runtime/nx_tls13_hello.nx
about
dependencies 3 imports · 33 importers
diagram shows first 10 each side; +0 more imports, +23 more importers in the complete lists below.
imports: nx_syscalls.nxnx_tls13.nxnx_tls13_ext.nx
imported by: nx_ch_census_oracle.nxnx_ch_census_race_gate.nxnx_edge_serve_static_test.nxnx_https_get_happy_test.nxnx_https_loopback_test.nxnx_tls13_ch_adversarial_test.nxnx_tls13_chrome_hello_gate.nxnx_tls13_client_session.nxnx_tls13_client_session_recv_sh.nxnx_tls13_full_tcp_test.nxnx_tls13_handshake_io.nxnx_tls13_handshake_tcp_test.nxnx_tls13_hello_test.nxnx_tls13_hrr.nxnx_tls13_hrr_test.nxnx_tls13_loopback_test.nxnx_tls13_p256_loopback_test.nxnx_tls13_server.nxnx_tls13_server_full_handshake_test.nxnx_tls13_server_session_app_data_test.nxnx_tls13_server_session_derive_hs_test.nxnx_tls13_server_session_derive_traffic_test.nxnx_tls13_server_session_emit_certificate_test.nxnx_tls13_server_session_emit_cv_test.nxnx_tls13_server_session_emit_ee_test.nxnx_tls13_server_session_emit_hrr.nxnx_tls13_server_session_emit_sf_test.nxnx_tls13_server_session_emit_sh.nxnx_tls13_server_session_emit_sh_test.nxnx_tls13_server_session_recv_cf_test.nxnx_tls13_server_session_recv_ch.nxnx_tls13_server_session_recv_ch_test.nxnx_tls13_sh_probe_test.nx
structs
| none |
consts
| 78 | const NX_TLS13_HELLO_VERDICT_OK: i64 = 1 |
| 79 | const NX_TLS13_HELLO_VERDICT_BUF_OVERFLOW: i64 = 2 |
| 80 | const NX_TLS13_HELLO_VERDICT_TRUNCATED: i64 = 3 |
| 81 | const NX_TLS13_HELLO_VERDICT_BAD_VERSION: i64 = 4 |
| 82 | const NX_TLS13_HELLO_VERDICT_BAD_HEADER: i64 = 5 |
| 83 | const NX_TLS13_HELLO_VERDICT_NOT_FOUND: i64 = 6 |
| 84 | const NX_TLS13_HELLO_VERDICT_N: i64 = 7 |
| 91 | const NX_TLS13_CS_AES_128_GCM_SHA256: i64 = 0x1301 |
| 92 | const NX_TLS13_CS_AES_256_GCM_SHA384: i64 = 0x1302 |
| 93 | const NX_TLS13_CS_CHACHA20_POLY1305_SHA256: i64 = 0x1303 |
functions
| 126 | func tls13_client_hello_emit( |
| 141 | func tls13_client_hello_emit2( |
| 256 | func tls13_client_hello_emit2_h2only( |
| 348 | func tls13_server_hello_parse( |
| 398 | func tls13_ext_find( called by 17: mainmainserver_parse_chhparse_sh_get_pubhparse_ch_get_pubcc_sh_group_census+11 calls 1: tls_read_u16_be |
| 422 | func nx_tls13_hello_verdict_is_valid(v: i64) -> i64 called by 1: main |
| 445 | func tls13_client_hello_parse( called by 3: ch_parse_callmainnx_tls13_server_session_recv_ch calls 2: tls_read_u24_betls_read_u16_be |