Searched refs:CreateCertifiedKey (Results 1 – 7 of 7) sorted by relevance
/system/tpm/attestation/common/ |
D | mock_tpm_utility.h | 47 MOCK_METHOD9(CreateCertifiedKey,
|
D | tpm_utility.h | 57 virtual bool CreateCertifiedKey(KeyType key_type,
|
D | mock_tpm_utility.cc | 63 ON_CALL(*this, CreateCertifiedKey(_, _, _, _, _, _, _, _, _)) in MockTpmUtility()
|
D | tpm_utility_v1.h | 48 bool CreateCertifiedKey(KeyType key_type,
|
D | tpm_utility_v1.cc | 163 bool TpmUtilityV1::CreateCertifiedKey(KeyType key_type, in CreateCertifiedKey() function in attestation::TpmUtilityV1
|
/system/tpm/attestation/server/ |
D | attestation_service_test.cc | 399 EXPECT_CALL(mock_tpm_utility_, CreateCertifiedKey(_, _, _, _, _, _, _, _, _)) in TEST_F() 725 CreateCertifiedKey(KEY_TYPE_ECC, KEY_USAGE_SIGN, _, _, _, _, _, _, _)) in TEST_F() 754 CreateCertifiedKey(KEY_TYPE_ECC, KEY_USAGE_SIGN, _, _, _, _, _, _, _)) in TEST_F() 798 EXPECT_CALL(mock_tpm_utility_, CreateCertifiedKey(_, _, _, _, _, _, _, _, _)) in TEST_F()
|
D | attestation_service.cc | 688 if (!tpm_utility_->CreateCertifiedKey( in CreateKey()
|