Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Dtls13_client.c306 if (!(ctx->handshake_stage.hs_type & WITHOUT_HRR) && !ctx->hs->tls13.hrr) { in tls13_server_hello_process()
408 ctx->handshake_stage.hs_type |= WITHOUT_HRR; in tls13_server_hello_retry_request_recv()
474 if (ctx->handshake_stage.hs_type & WITHOUT_HRR) { in tls13_server_hello_recv()
481 if (!(ctx->handshake_stage.hs_type & WITHOUT_HRR)) in tls13_server_hello_recv()
495 ctx->handshake_stage.hs_type |= NEGOTIATED; in tls13_server_hello_recv()
526 ctx->handshake_stage.hs_type |= WITHOUT_CR; in tls13_server_certificate_request_recv()
897 ctx->handshake_stage.hs_type |= WITH_CCV; in tls13_client_certificate_send()
Dtls13_server.c319 ctx->handshake_stage.hs_type |= NEGOTIATED | WITHOUT_HRR; in tls13_client_hello_recv()
426 ctx->handshake_stage.hs_type |= NEGOTIATED; in tls13_server_engage_record_protection()
428 ctx->handshake_stage.hs_type |= WITHOUT_CR; in tls13_server_engage_record_protection()
530 if ((ctx->handshake_stage.hs_type & WITHOUT_HRR) && in tls13_server_hello_sent()
930 ctx->handshake_stage.hs_type |= WITH_CCV; in tls13_client_certificate_recv()
Dtls13_handshake.c302 struct tls13_handshake_stage hs = ctx->handshake_stage; in tls13_handshake_active_state()
326 if (++ctx->handshake_stage.message_number >= TLS13_NUM_MESSAGE_TYPES) in tls13_handshake_advance_state_machine()
Dtls13_internal.h276 struct tls13_handshake_stage handshake_stage; member