OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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,
165
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
372
CryptoUtilityImpl
crypto(nullptr);
414
CryptoUtilityImpl
crypto(nullptr);
470
CryptoUtilityImpl
crypto(nullptr);
/system/tpm/attestation/server/
attestation_service.h
294
std::unique_ptr<
CryptoUtilityImpl
> default_crypto_utility_;
attestation_service.cc
63
default_crypto_utility_.reset(new
CryptoUtilityImpl
(tpm_utility_));
Completed in 43 milliseconds