Home
last modified time | relevance | path

Searched refs:send_dummy_ccs (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/lib/libssl/
Dtls13_handshake.c447 if (ctx->send_dummy_ccs) { in tls13_handshake_send_action()
450 ctx->send_dummy_ccs = 0; in tls13_handshake_send_action()
494 ctx->send_dummy_ccs = 1; in tls13_handshake_send_action()
497 ctx->send_dummy_ccs = 0; in tls13_handshake_send_action()
Dtls13_internal.h281 int send_dummy_ccs; member
Dtls13_client.c155 ctx->send_dummy_ccs = 1; in tls13_client_hello_sent()