Searched refs:tls13_record_layer_allow_ccs (Results 1 – 4 of 4) sorted by relevance
321 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()
154 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()
202 void tls13_record_layer_allow_ccs(struct tls13_record_layer *rl, int allow);
236 tls13_record_layer_allow_ccs(struct tls13_record_layer *rl, int allow) in tls13_record_layer_allow_ccs() function