Searched refs:Decrypt (Results 1 – 4 of 4) sorted by relevance
/packages/modules/adb/pairing_auth/ |
D | pairing_auth.cpp | 73 Data Decrypt(const Data& data); 180 PairingAuthCtx::Data PairingAuthCtx::Decrypt(const PairingAuthCtx::Data& data) { in Decrypt() function in PairingAuthCtx 187 auto out_size = cipher_->Decrypt(data.data(), data.size(), decrypted.data(), decrypted_size); in Decrypt() 287 auto out = ctx->Decrypt(in); in pairing_auth_decrypt()
|
D | aes_128_gcm.cpp | 64 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()
|