OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateSealedKey
(Results
1 - 7
of
7
) sorted by null
/system/tpm/attestation/common/
mock_crypto_utility.cc
42
ON_CALL(*this,
CreateSealedKey
(_, _)).WillByDefault(Return(true));
crypto_utility.h
36
virtual bool
CreateSealedKey
(std::string* aes_key,
mock_crypto_utility.h
35
MOCK_METHOD2(
CreateSealedKey
, bool(std::string* aes_key,
crypto_utility_impl.h
39
bool
CreateSealedKey
(std::string* aes_key, std::string* sealed_key) override;
crypto_utility_impl_test.cc
87
EXPECT_TRUE(crypto_utility_->
CreateSealedKey
(&key, &sealed_key));
105
EXPECT_FALSE(crypto_utility_->
CreateSealedKey
(&key, &sealed_key));
crypto_utility_impl.cc
82
bool CryptoUtilityImpl::
CreateSealedKey
(std::string* aes_key,
/system/tpm/attestation/server/
database_impl.cc
166
if (!crypto_->
CreateSealedKey
(&database_key_, &sealed_database_key_)) {
Completed in 151 milliseconds