Searched refs:transition (Results 1 – 11 of 11) sorted by relevance
590 int (*transition) (SSL_CONNECTION *s, int mt); in read_state_machine() local601 transition = ossl_statem_server_read_transition; in read_state_machine()606 transition = ossl_statem_client_read_transition; in read_state_machine()646 if (!transition(s, mt)) in read_state_machine()808 WRITE_TRAN(*transition) (SSL_CONNECTION *s); in write_state_machine() local824 transition = ossl_statem_server_write_transition; in write_state_machine()829 transition = ossl_statem_client_write_transition; in write_state_machine()845 switch (transition(s)) { in write_state_machine()
16 transition - not the other way around (the other way causes lots of issues
69 transition to Initial Exchange A.130 server to advance the handshake layer and cause it to transition162 The Establishing state is now done and there is immediate transition203 It is also possible for the endpoint to transition to the Draining228 † Except where superseded by a more specific transition230 ε means “where no other transition is applicable”.511 Action: immediate transition to `TERMINATED` (no `CONNECTION_CLOSE` frame522 Always causes a direct transition to `TERMINATED`.587 - `APP:CLOSE`: Usually causes a transition to `TERMINATING.CLOSING`.
234 * Effects an immediate transition of the given CFQ item to the TX state.239 * Effects an immediate transition of the given CFQ item to the NEW state,
142 The On TX Blocked event is emitted at the time of any edge transition where the
164 standard TLS record layer during the handshake, and later transition to using
18 of these protocols should be able to transition to using another with relative
173 the qlog format. The OpenSSL qlog functionality will transition to producing
157 it assigns to them the corresponding transition certificates.
261 transition.
1350 users transition to the new macro, `DEFINE_LHASH_OF_EX`.11466 * Fix a state transition in s3_srvr.c and d1_srvr.c20214 script. Instead use the usual Shell->Perl transition trick.
Completed in 68 milliseconds