OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateCertifiedKey
(Results
1 - 7
of
7
) sorted by null
/system/tpm/attestation/common/
mock_tpm_utility.h
46
MOCK_METHOD9(
CreateCertifiedKey
, bool(KeyType,
tpm_utility.h
57
virtual bool
CreateCertifiedKey
(KeyType key_type,
mock_tpm_utility.cc
63
ON_CALL(*this,
CreateCertifiedKey
(_, _, _, _, _, _, _, _, _))
tpm_utility_v1.h
48
bool
CreateCertifiedKey
(KeyType key_type,
tpm_utility_v1.cc
170
bool TpmUtilityV1::
CreateCertifiedKey
(KeyType key_type,
/system/tpm/attestation/server/
attestation_service_test.cc
408
EXPECT_CALL(mock_tpm_utility_,
CreateCertifiedKey
(_, _, _, _, _, _, _, _, _))
732
EXPECT_CALL(mock_tpm_utility_,
CreateCertifiedKey
(KEY_TYPE_ECC,
761
EXPECT_CALL(mock_tpm_utility_,
CreateCertifiedKey
(KEY_TYPE_ECC,
807
EXPECT_CALL(mock_tpm_utility_,
CreateCertifiedKey
(_, _, _, _, _, _, _, _, _))
[
all
...]
attestation_service.cc
745
if (!tpm_utility_->
CreateCertifiedKey
(
Completed in 243 milliseconds