HomeSort by relevance Sort by last modified time
    Searched refs:AesEncrypt (Results 1 - 2 of 2) sorted by null

  /system/tpm/attestation/common/
crypto_utility_impl.h 69 bool AesEncrypt(const std::string& data,
84 // Encrypt like trousers does. This is like AesEncrypt but a random IV is
crypto_utility_impl.cc 105 if (!AesEncrypt(data, aes_key, iv, &raw_encrypted_data)) {
311 bool CryptoUtilityImpl::AesEncrypt(const std::string& data,
432 if (!AesEncrypt(input, key, iv, &encrypted)) {

Completed in 58 milliseconds