Home
last modified time | relevance | path

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

/system/tpm/attestation/common/
Dcrypto_utility_impl.h86 bool TssCompatibleEncrypt(const std::string& input,
Dcrypto_utility_impl.cc228 if (!TssCompatibleEncrypt(credential, aes_key, &encrypted_credential)) { in EncryptIdentityCredential()
420 bool CryptoUtilityImpl::TssCompatibleEncrypt(const std::string& input, in TssCompatibleEncrypt() function in attestation::CryptoUtilityImpl