Searched refs:IsEncrypted (Results 1 – 4 of 4) sorted by relevance
38 bool IsEncrypted() const;
28 bool AclConnection::IsEncrypted() const { return encrypted_; }; in IsEncrypted() function in test_vendor_lib::AclConnection
61 bool IsEncrypted(uint16_t handle) const;
173 bool AclConnectionHandler::IsEncrypted(uint16_t handle) const { in IsEncrypted() function in test_vendor_lib::AclConnectionHandler177 return acl_connections_.at(handle).IsEncrypted(); in IsEncrypted()