Searched refs:handshake_role_ (Results 1 – 2 of 2) sorted by relevance
86 handshake_role_(state == InternalState::CLIENT_START in UKey2Handshake()283 handshake_role_ == HandshakeRole::CLIENT ? *client_key : *server_key, in ToConnectionContext()284 handshake_role_ == HandshakeRole::CLIENT ? *server_key : *client_key, in ToConnectionContext()
228 const HandshakeRole handshake_role_; variable