Searched refs:handshakeSecurityProtocol_ (Results 1 – 1 of 1) sorted by relevance
2191 handshakeSecurityProtocol_ = 0; in StartClientHandshakeReq()2232 handshakeSecurityProtocol_ = rawValue; in StartClientHandshakeReq()2355 private int handshakeSecurityProtocol_; field in Handshaker.StartClientHandshakeReq2364 return handshakeSecurityProtocol_; in getHandshakeSecurityProtocolValue()2374 …ol result = io.grpc.alts.internal.Handshaker.HandshakeProtocol.valueOf(handshakeSecurityProtocol_); in getHandshakeSecurityProtocol()2740 …if (handshakeSecurityProtocol_ != io.grpc.alts.internal.Handshaker.HandshakeProtocol.HANDSHAKE_PRO… in writeTo()2741 output.writeEnum(1, handshakeSecurityProtocol_); in writeTo()2775 …if (handshakeSecurityProtocol_ != io.grpc.alts.internal.Handshaker.HandshakeProtocol.HANDSHAKE_PRO… in getSerializedSize()2777 .computeEnumSize(1, handshakeSecurityProtocol_); in getSerializedSize()2834 result = result && handshakeSecurityProtocol_ == other.handshakeSecurityProtocol_; in equals()[all …]