Searched refs:transition (Results 1 – 3 of 3) sorted by relevance
551 int (*transition) (SSL *s, int mt); in read_state_machine() local561 transition = ossl_statem_server_read_transition; in read_state_machine()566 transition = ossl_statem_client_read_transition; in read_state_machine()606 if (!transition(s, mt)) in read_state_machine()768 WRITE_TRAN(*transition) (SSL *s); in write_state_machine() local782 transition = ossl_statem_server_write_transition; in write_state_machine()787 transition = ossl_statem_client_write_transition; in write_state_machine()803 switch (transition(s)) { in write_state_machine()
16 transition - not the other way around (the other way causes lots of issues
9527 * Fix a state transition in s3_srvr.c and d1_srvr.c18275 script. Instead use the usual Shell->Perl transition trick.
Completed in 23 milliseconds