Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/ssl/
H A Dtls13_server.c321 tls13_record_layer_allow_ccs(ctx->rl, 1); in tls13_client_hello_recv()
1092 tls13_record_layer_allow_ccs(ctx->rl, 0); in tls13_client_finished_recv()
H A Dtls13_client.c154 tls13_record_layer_allow_ccs(ctx->rl, 1); in tls13_client_hello_sent()
789 tls13_record_layer_allow_ccs(ctx->rl, 0); in tls13_server_finished_recv()
H A Dtls13_internal.h202 void tls13_record_layer_allow_ccs(struct tls13_record_layer *rl, int allow);
H A Dtls13_record_layer.c236 tls13_record_layer_allow_ccs(struct tls13_record_layer *rl, int allow) in tls13_record_layer_allow_ccs() function