Searched defs:Encrypt (Results 1 – 5 of 5) sorted by relevance
/packages/modules/adb/pairing_auth/ | ||
D | aes_128_gcm.cpp | 48 std::optional<size_t> Aes128Gcm::Encrypt(const uint8_t* in, size_t in_len, uint8_t* out, in Encrypt() function in adb::pairing::Aes128Gcm |
D | pairing_auth.cpp | 164 PairingAuthCtx::Data PairingAuthCtx::Encrypt(const PairingAuthCtx::Data& data) { in Encrypt() function in PairingAuthCtx |
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ | ||
D | acl_connection.cc | 32 void AclConnection::Encrypt() { encrypted_ = true; }; in Encrypt() function in rootcanal::AclConnection |
D | acl_connection_handler.cc | 215 void AclConnectionHandler::Encrypt(uint16_t handle) { in Encrypt() function in rootcanal::AclConnectionHandler |
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ | ||
D | link.cc | 88 void Link::Encrypt() { in Encrypt() function in bluetooth::l2cap::classic::internal::Link |