Home
last modified time | relevance | path

Searched refs:hs_type (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.c304 if (hs.hs_type >= handshake_count) in tls13_handshake_active_state()
309 return handshakes[hs.hs_type][hs.message_number]; in tls13_handshake_active_state()
Dtls13_internal.h255 uint8_t hs_type; member