Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Drecordmethod.h263 void (*set_first_handshake)(OSSL_RECORD_LAYER *rl, int first); member
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_s3.c1234 if (SSL_IS_FIRST_HANDSHAKE(s) && thismethod->set_first_handshake != NULL) in ssl_post_record_layer_select()
1235 thismethod->set_first_handshake(thisrl, 1); in ssl_post_record_layer_select()
/freebsd/crypto/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);
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c970 && s->rlayer.rrlmethod->set_first_handshake != NULL) in tls_process_finished()
971 s->rlayer.rrlmethod->set_first_handshake(s->rlayer.rrl, 0); in tls_process_finished()