Searched refs:handshake_cipher_ (Results 1 – 2 of 2) sorted by relevance
85 handshake_cipher_(cipher), in UKey2Handshake()149 if (raw_message3_map_.count(handshake_cipher_) == 0) { in GetNextHandshakeMessage()152 << static_cast<int>(handshake_cipher_) in GetNextHandshakeMessage()160 new string(raw_message3_map_[handshake_cipher_])); in GetNextHandshakeMessage()209 switch (handshake_cipher_) { in GetVerificationString()363 if (commitment.handshake_cipher() == static_cast<int>(handshake_cipher_)) { in ParseClientInitUkey2Message()556 switch (handshake_cipher_) { in VerifyCommitment()675 static_cast<Ukey2HandshakeCipher>(handshake_cipher_)); in MakeServerInitUkey2Message()
225 const HandshakeCipher handshake_cipher_; variable