Searched refs:Decrypt (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_keystore_test.cc | 43 std::string decrypted_hash = btif_keystore_->Decrypt(encrypted_hash); in TEST_F() 60 std::string decrypted_hash = btif_keystore_->Decrypt(hash); in TEST_F()
|
/packages/modules/adb/pairing_auth/ |
D | pairing_auth.cpp | 75 Data Decrypt(const Data& data); 182 PairingAuthCtx::Data PairingAuthCtx::Decrypt(const PairingAuthCtx::Data& data) { in Decrypt() function in PairingAuthCtx 189 auto out_size = cipher_->Decrypt(data.data(), data.size(), decrypted.data(), decrypted_size); in Decrypt() 289 auto out = ctx->Decrypt(in); in pairing_auth_decrypt()
|
D | aes_128_gcm.cpp | 66 std::optional<size_t> Aes128Gcm::Decrypt(const uint8_t* in, size_t in_len, uint8_t* out, in Decrypt() function in adb::pairing::Aes128Gcm
|
/packages/modules/adb/pairing_auth/include/adb/pairing/ |
D | aes_128_gcm.h | 48 std::optional<size_t> Decrypt(const uint8_t* in, size_t in_len, uint8_t* out, size_t out_len);
|
/packages/modules/adb/pairing_auth/tests/ |
D | aes_128_gcm_test.cpp | 55 auto decrypted_size = bob.Decrypt(encrypted, *encrypted_size, out_buf, out_size); in TEST()
|