Searched defs:Decrypt (Results 1 – 5 of 5) sorted by relevance
/system/keymaster/km_openssl/ |
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
|
/system/core/adb/pairing_auth/ |
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
|
D | pairing_auth.cpp | 180 PairingAuthCtx::Data PairingAuthCtx::Decrypt(const PairingAuthCtx::Data& data) { in Decrypt() function in PairingAuthCtx
|
/system/keymaster/tests/ |
D | key_blob_test.cpp | 72 keymaster_error_t Decrypt() { in Decrypt() function in keymaster::test::KeyBlobTest
|
/system/security/keystore/ |
D | keystore_cli_v2.cpp | 460 int Decrypt(const std::string& key_name, const std::string& input_filename, in Decrypt() function
|