Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Drecordmethod.h272 void (*set_first_handshake)(OSSL_RECORD_LAYER *rl, int first); member
/openssl/ssl/record/
H A Drec_layer_s3.c1226 if (SSL_IS_FIRST_HANDSHAKE(s) && thismethod->set_first_handshake != NULL) in ssl_post_record_layer_select()
1227 thismethod->set_first_handshake(thisrl, 1); in ssl_post_record_layer_select()
/openssl/doc/designs/quic-design/
H A Drecord-layer.md259 `set_first_handshake()`: called at the beginning and end of the first handshake
546 void (*set_first_handshake)(OSSL_RECORD_LAYER *rl, int first);
/openssl/ssl/statem/
H A Dstatem_lib.c948 && s->rlayer.rrlmethod->set_first_handshake != NULL) in tls_process_finished()
949 s->rlayer.rrlmethod->set_first_handshake(s->rlayer.rrl, 0); in tls_process_finished()

Completed in 19 milliseconds