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

  /system/tpm/attestation/common/
crypto_utility_impl.cc 60 CryptoUtilityImpl::CryptoUtilityImpl(TpmUtility* tpm_utility)
66 CryptoUtilityImpl::~CryptoUtilityImpl() {
71 bool CryptoUtilityImpl::GetRandom(size_t num_bytes,
82 bool CryptoUtilityImpl::CreateSealedKey(std::string* aes_key,
95 bool CryptoUtilityImpl::EncryptData(const std::string& data,
121 bool CryptoUtilityImpl::UnsealKey(const std::string& encrypted_data,
137 bool CryptoUtilityImpl::DecryptData(const std::string& encrypted_data,
164 bool CryptoUtilityImpl::GetRSASubjectPublicKeyInfo
    [all...]
crypto_utility_impl.h 31 class CryptoUtilityImpl : public CryptoUtility {
34 explicit CryptoUtilityImpl(TpmUtility* tpm_utility);
35 ~CryptoUtilityImpl() override;
crypto_utility_impl_test.cc 62 crypto_utility_.reset(new CryptoUtilityImpl(&mock_tpm_utility_));
67 std::unique_ptr<CryptoUtilityImpl> crypto_utility_;
  /system/tpm/attestation/client/
main.cc 354 CryptoUtilityImpl crypto(nullptr);
393 CryptoUtilityImpl crypto(nullptr);
448 CryptoUtilityImpl crypto(nullptr);
  /system/tpm/attestation/server/
attestation_service.h 283 std::unique_ptr<CryptoUtilityImpl> default_crypto_utility_;
attestation_service.cc 62 default_crypto_utility_.reset(new CryptoUtilityImpl(tpm_utility_));

Completed in 353 milliseconds