Home
last modified time | relevance | path

Searched refs:handshake_completed (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dtls13_record_layer.c68 int handshake_completed; member
271 rl->handshake_completed = 1; in tls13_record_layer_handshake_completed()
622 if (rl->handshake_completed && rl->aead == NULL) in tls13_record_layer_open_record()
644 if (rl->handshake_completed) in tls13_record_layer_seal_record_plaintext()
787 if (rl->handshake_completed && rl->aead == NULL) in tls13_record_layer_seal_record()
891 if (!rl->handshake_completed) in tls13_record_layer_read_record()
988 if (rl->handshake_completed) in tls13_record_layer_read_internal()
1168 if (!rl->handshake_completed) in tls13_pending_application_data()
1177 if (!rl->handshake_completed) in tls13_peek_application_data()
1186 if (!rl->handshake_completed) in tls13_read_application_data()
[all …]
H A Dtls13_handshake.c389 ctx->handshake_completed = 1; in tls13_handshake_perform()
652 if (ctx->handshake_completed) { in tls13_handshake_legacy_state()
677 if (ctx->handshake_completed) in tls13_handshake_info_position()
H A Dtls13_legacy.c229 if (ctx == NULL || !ctx->handshake_completed) { in tls13_legacy_read_bytes()
265 if (ctx == NULL || !ctx->handshake_completed) { in tls13_legacy_write_bytes()
H A Dtls13_internal.h275 int handshake_completed; member
H A Dtls13_lib.c617 if (!ctx->handshake_completed) in tls13_exporter()