Searched refs:AesDecrypt (Results 1 – 2 of 2) sorted by relevance
76 bool AesDecrypt(const std::string& encrypted_data,
156 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