Searched defs:Decrypt (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/keymaster/km_openssl/ |
H A D | ecies_kem.cpp | 129 bool EciesKem::Decrypt(EC_KEY* private_key, const Buffer& encrypted_key, Buffer* output_key) { in Decrypt() function in keymaster::EciesKem 135 bool EciesKem::Decrypt(EC_KEY* private_key, const uint8_t* encrypted_key, size_t encrypted_key_len, in Decrypt() function in keymaster::EciesKem
|
/aosp12/packages/modules/adb/pairing_auth/ |
H A 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
|
H A D | pairing_auth.cpp | 180 PairingAuthCtx::Data PairingAuthCtx::Decrypt(const PairingAuthCtx::Data& data) { in Decrypt() function in PairingAuthCtx
|
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/ |
H A D | ecm.cpp | 64 status_t Ecm::Decrypt( in Decrypt() function in android::clearkeycas::Ecm
|
/aosp12/system/keymaster/tests/ |
H A D | key_blob_test.cpp | 72 keymaster_error_t Decrypt() { in Decrypt() function in keymaster::test::KeyBlobTest
|
/aosp12/system/security/keystore/ |
H A D | keystore_cli_v2.cpp | 946 int Decrypt(const std::string& key_name, const std::string& input_filename, in Decrypt() function
|