Searched refs:tls13_ctx (Results 1 – 11 of 11) sorted by relevance
/openbsd/lib/libssl/ |
H A D | tls13_internal.h | 270 struct tls13_ctx { struct 312 void tls13_ctx_free(struct tls13_ctx *ctx); 322 int tls13_quic_init(struct tls13_ctx *ctx); 327 int tls13_use_legacy_client(struct tls13_ctx *ctx); 328 int tls13_use_legacy_server(struct tls13_ctx *ctx); 370 int tls13_handshake_perform(struct tls13_ctx *ctx); 372 int tls13_client_init(struct tls13_ctx *ctx); 373 int tls13_server_init(struct tls13_ctx *ctx); 374 int tls13_client_connect(struct tls13_ctx *ctx); 375 int tls13_server_accept(struct tls13_ctx *ctx); [all …]
|
H A D | tls13_lib.c | 118 struct tls13_ctx *ctx = arg; in tls13_legacy_alert_cb() 144 struct tls13_ctx *ctx = arg; in tls13_alert_received_cb() 176 struct tls13_ctx *ctx = arg; in tls13_alert_sent_cb() 198 struct tls13_ctx *ctx = arg; in tls13_legacy_handshake_message_recv_cb() 212 struct tls13_ctx *ctx = arg; in tls13_legacy_handshake_message_sent_cb() 226 struct tls13_ctx *ctx = arg; in tls13_legacy_info_cb() 235 struct tls13_ctx *ctx = arg; in tls13_legacy_ocsp_status_recv_cb() 477 struct tls13_ctx *ctx = cb_arg; in tls13_phh_received_cb() 517 struct tls13_ctx *ctx = cb_arg; in tls13_phh_done_cb() 536 struct tls13_ctx * [all …]
|
H A D | tls13_handshake.c | 34 int (*send)(struct tls13_ctx *ctx, CBB *cbb); 35 int (*sent)(struct tls13_ctx *ctx); 36 int (*recv)(struct tls13_ctx *ctx, CBS *cbs); 40 tls13_handshake_active_state(struct tls13_ctx *ctx); 300 tls13_handshake_active_state(struct tls13_ctx *ctx) in tls13_handshake_active_state() 313 tls13_handshake_active_action(struct tls13_ctx *ctx) in tls13_handshake_active_action() 333 tls13_handshake_end_of_flight(struct tls13_ctx *ctx, in tls13_handshake_end_of_flight() 345 tls13_handshake_msg_record(struct tls13_ctx *ctx) in tls13_handshake_msg_record() 354 tls13_handshake_perform(struct tls13_ctx *ctx) in tls13_handshake_perform() 441 tls13_handshake_send_action(struct tls13_ctx *ctx, in tls13_handshake_send_action() [all …]
|
H A D | tls13_quic.c | 24 struct tls13_ctx *ctx = arg; in tls13_quic_wire_read_cb() 34 struct tls13_ctx *ctx = arg; in tls13_quic_wire_write_cb() 44 struct tls13_ctx *ctx = arg; in tls13_quic_wire_flush_cb() 58 struct tls13_ctx *ctx = arg; in tls13_quic_handshake_read_cb() 69 struct tls13_ctx *ctx = arg; in tls13_quic_handshake_write_cb() 85 struct tls13_ctx *ctx = arg; in tls13_quic_set_read_traffic_key() 109 struct tls13_ctx *ctx = arg; in tls13_quic_set_write_traffic_key() 132 struct tls13_ctx *ctx = arg; in tls13_quic_alert_send_cb() 172 tls13_quic_init(struct tls13_ctx *ctx) in tls13_quic_init()
|
H A D | tls13_legacy.c | 57 struct tls13_ctx *ctx = arg; in tls13_legacy_wire_read_cb() 94 struct tls13_ctx *ctx = arg; in tls13_legacy_wire_write_cb() 118 struct tls13_ctx *ctx = arg; in tls13_legacy_wire_flush_cb() 126 struct tls13_ctx *ctx = ssl->tls13; in tls13_legacy_error() 210 struct tls13_ctx *ctx = ssl->tls13; in tls13_legacy_pending() 226 struct tls13_ctx *ctx = ssl->tls13; in tls13_legacy_read_bytes() 260 struct tls13_ctx *ctx = ssl->tls13; in tls13_legacy_write_bytes() 317 tls13_use_legacy_stack(struct tls13_ctx *ctx) in tls13_use_legacy_stack() 417 struct tls13_ctx *ctx = ssl->tls13; in tls13_legacy_accept() 449 struct tls13_ctx *ctx = ssl->tls13; in tls13_legacy_connect() [all …]
|
H A D | tls13_server.c | 28 tls13_server_init(struct tls13_ctx *ctx) in tls13_server_init() 56 tls13_server_accept(struct tls13_ctx *ctx) in tls13_server_accept() 100 tls13_client_hello_required_extensions(struct tls13_ctx *ctx) in tls13_client_hello_required_extensions() 145 tls13_client_hello_process(struct tls13_ctx *ctx, CBS *cbs) in tls13_client_hello_process() 298 tls13_client_hello_recv(struct tls13_ctx *ctx, CBS *cbs) in tls13_client_hello_recv() 371 tls13_server_engage_record_protection(struct tls13_ctx *ctx) in tls13_server_engage_record_protection() 492 tls13_servername_process(struct tls13_ctx *ctx) in tls13_servername_process() 505 tls13_server_hello_send(struct tls13_ctx *ctx, CBB *cbb) in tls13_server_hello_send() 523 tls13_server_hello_sent(struct tls13_ctx *ctx) in tls13_server_hello_sent() 789 tls13_server_finished_send(struct tls13_ctx *ctx, CBB *cbb) in tls13_server_finished_send() [all …]
|
H A D | tls13_client.c | 28 tls13_client_init(struct tls13_ctx *ctx) in tls13_client_init() 79 tls13_client_connect(struct tls13_ctx *ctx) in tls13_client_connect() 88 tls13_client_hello_build(struct tls13_ctx *ctx, CBB *cbb) in tls13_client_hello_build() 134 tls13_client_hello_send(struct tls13_ctx *ctx, CBB *cbb) in tls13_client_hello_send() 149 tls13_client_hello_sent(struct tls13_ctx *ctx) in tls13_client_hello_sent() 209 tls13_server_hello_process(struct tls13_ctx *ctx, CBS *cbs) in tls13_server_hello_process() 333 tls13_client_engage_record_protection(struct tls13_ctx *ctx) in tls13_client_engage_record_protection() 463 tls13_server_hello_recv(struct tls13_ctx *ctx, CBS *cbs) in tls13_server_hello_recv() 710 tls13_server_finished_recv(struct tls13_ctx *ctx, CBS *cbs) in tls13_server_finished_recv() 993 tls13_client_finished_send(struct tls13_ctx *ctx, CBB *cbb) in tls13_client_finished_send() [all …]
|
H A D | tls13_key_schedule.c | 391 tls13_exporter(struct tls13_ctx *ctx, const uint8_t *label, size_t label_len, in tls13_exporter()
|
H A D | ssl_local.h | 925 struct tls13_ctx *tls13;
|
H A D | ssl_tlsext.c | 2535 struct tls13_ctx *ctx = s->tls13; in tlsext_clienthello_hash_extension()
|
/openbsd/regress/lib/libssl/exporter/ |
H A D | exportertest.c | 531 struct tls13_ctx *tls13_ctx; in exporter_test() local 571 if ((tls13_ctx = tls13_ctx_new(TLS13_HS_CLIENT, ssl)) == NULL) { in exporter_test() 575 ssl->tls13 = tls13_ctx; in exporter_test() 601 tls13_ctx->handshake_completed = 1; in exporter_test()
|