Home
last modified time | relevance | path

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

/openssl/test/helpers/
H A Dhandshake.c1428 int client_turn = 1, client_turn_count = 0, client_wait_count = 0; in do_handshake_internal() local
1557 if (client_turn) { in do_handshake_internal()
1584 client_turn = 1; in do_handshake_internal()
1610 if ((client_turn && server.status == PEER_RETRY) in do_handshake_internal()
1611 || (!client_turn && client.status == PEER_RETRY)) in do_handshake_internal()
1612 client_turn ^= 1; in do_handshake_internal()
1623 if (client_turn && server.status == PEER_SUCCESS) { in do_handshake_internal()
1634 client_turn ^= 1; in do_handshake_internal()

Completed in 8 milliseconds