OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handshake_complete
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-tls.h
33
enum { handshake_in_progress,
handshake_complete
} state;
enumerator in enum:tls_context::__anon6031
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_rcidm.c
226
unsigned int
handshake_complete
: 1;
member in struct:quic_rcidm_st
269
assert(rcidm->num_changes == 0 || rcidm->
handshake_complete
);
514
if (rcidm->added_retry_odcid && !rcidm->
handshake_complete
) {
519
if (rcidm->added_initial_odcid && !rcidm->
handshake_complete
) {
535
return rcidm->
handshake_complete
555
if (rcidm->
handshake_complete
)
558
rcidm->
handshake_complete
= 1;
586
if (rcidm->added_initial_rcid || rcidm->
handshake_complete
)
602
if (rcidm->added_retry_odcid || rcidm->
handshake_complete
)
quic_channel_local.h
347
unsigned int
handshake_complete
: 1;
member in struct:quic_channel_st
quic_txp.c
90
unsigned int
handshake_complete
: 1;
member in struct:ossl_quic_tx_packetiser_st
744
txp->
handshake_complete
= 1;
1560
if (a.allow_stream_rel && txp->
handshake_complete
) {
2873
if (a.allow_stream_rel && txp->
handshake_complete
)
Completed in 48 milliseconds
Indexes created Sun Sep 06 00:23:55 UTC 2026