Home
last modified time | relevance | path

Searched defs:Decrypt (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/keymaster/km_openssl/
H A Decies_kem.cpp129 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 Daes_128_gcm.cpp64 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 Dpairing_auth.cpp180 PairingAuthCtx::Data PairingAuthCtx::Decrypt(const PairingAuthCtx::Data& data) { in Decrypt() function in PairingAuthCtx
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/
H A Decm.cpp64 status_t Ecm::Decrypt( in Decrypt() function in android::clearkeycas::Ecm
/aosp12/system/keymaster/tests/
H A Dkey_blob_test.cpp72 keymaster_error_t Decrypt() { in Decrypt() function in keymaster::test::KeyBlobTest
/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp946 int Decrypt(const std::string& key_name, const std::string& input_filename, in Decrypt() function