Home
last modified time | relevance | path

Searched refs:client_turn (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/helpers/
H A Dhandshake.c1404 int client_turn = 1, client_turn_count = 0, client_wait_count = 0; in do_handshake_internal() local
1533 if (client_turn) { in do_handshake_internal()
1560 client_turn = 1; in do_handshake_internal()
1586 if ((client_turn && server.status == PEER_RETRY) in do_handshake_internal()
1587 || (!client_turn && client.status == PEER_RETRY)) in do_handshake_internal()
1588 client_turn ^= 1; in do_handshake_internal()
1599 if (client_turn && server.status == PEER_SUCCESS) { in do_handshake_internal()
1610 client_turn ^= 1; in do_handshake_internal()

Completed in 3 milliseconds