Home
last modified time | relevance | path

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

/openssl-master/test/helpers/
A Dhandshake.c1396 int client_turn = 1, client_turn_count = 0, client_wait_count = 0; in do_handshake_internal() local
1524 if (client_turn) { in do_handshake_internal()
1551 client_turn = 1; in do_handshake_internal()
1577 if ((client_turn && server.status == PEER_RETRY) in do_handshake_internal()
1578 || (!client_turn && client.status == PEER_RETRY)) in do_handshake_internal()
1579 client_turn ^= 1; in do_handshake_internal()
1590 if (client_turn && server.status == PEER_SUCCESS) { in do_handshake_internal()
1601 client_turn ^= 1; in do_handshake_internal()

Completed in 5 milliseconds