Home
last modified time | relevance | path

Searched refs:CreateCertifiedKey (Results 1 – 7 of 7) sorted by relevance

/system/tpm/attestation/common/
Dmock_tpm_utility.h47 MOCK_METHOD9(CreateCertifiedKey,
Dtpm_utility.h57 virtual bool CreateCertifiedKey(KeyType key_type,
Dmock_tpm_utility.cc63 ON_CALL(*this, CreateCertifiedKey(_, _, _, _, _, _, _, _, _)) in MockTpmUtility()
Dtpm_utility_v1.h48 bool CreateCertifiedKey(KeyType key_type,
Dtpm_utility_v1.cc163 bool TpmUtilityV1::CreateCertifiedKey(KeyType key_type, in CreateCertifiedKey() function in attestation::TpmUtilityV1
/system/tpm/attestation/server/
Dattestation_service_test.cc399 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()
Dattestation_service.cc688 if (!tpm_utility_->CreateCertifiedKey( in CreateKey()