Home
last modified time | relevance | path

Searched refs:AesDecrypt (Results 1 – 2 of 2) sorted by relevance

/system/tpm/attestation/common/
Dcrypto_utility_impl.h76 bool AesDecrypt(const std::string& encrypted_data,
Dcrypto_utility_impl.cc156 if (!AesDecrypt(encrypted_pb.encrypted_data(), aes_key, encrypted_pb.iv(), in DecryptData()
360 bool CryptoUtilityImpl::AesDecrypt(const std::string& encrypted_data, in AesDecrypt() function in attestation::CryptoUtilityImpl