Lines Matching refs:PEER_RETRY
719 PEER_RETRY, enumerator
774 if (!TEST_int_eq(peer->status, PEER_RETRY)) { in do_handshake_step()
807 if (!TEST_int_eq(peer->status, PEER_RETRY)) { in do_app_data_step()
877 peer->status = PEER_RETRY; in do_reneg_setup_step()
882 if (!TEST_int_eq(peer->status, PEER_RETRY) in do_reneg_setup_step()
952 if (peer->status == PEER_RETRY) in do_reneg_setup_step()
955 peer->status = PEER_RETRY; in do_reneg_setup_step()
1049 if (!TEST_int_eq(peer->status, PEER_RETRY)) { in do_shutdown_step()
1192 case PEER_RETRY: in handshake_status()
1204 case PEER_RETRY: in handshake_status()
1217 case PEER_RETRY: in handshake_status()
1525 client.status = PEER_RETRY; in do_handshake_internal()
1544 server.status = PEER_RETRY; in do_handshake_internal()
1559 client.status = server.status = PEER_RETRY; in do_handshake_internal()
1592 if ((client_turn && server.status == PEER_RETRY) in do_handshake_internal()
1593 || (!client_turn && client.status == PEER_RETRY)) in do_handshake_internal()