Home
last modified time | relevance | path

Searched refs:endorsement_password (Results 1 – 8 of 8) sorted by relevance

/system/tpm/tpm_manager/server/
Dtpm2_initializer_impl.cc69 std::string endorsement_password; in InitializeTpm() local
74 endorsement_password.assign(local_data.endorsement_password()); in InitializeTpm()
81 if (!GetTpmRandomData(kDefaultPasswordSize, &endorsement_password)) { in InitializeTpm()
97 local_data.set_endorsement_password(endorsement_password); in InitializeTpm()
104 owner_password, endorsement_password, lockout_password); in InitializeTpm()
Dtpm2_initializer_test.cc108 std::string endorsement_password; in TEST_F() local
126 std::string endorsement_password("endorsement"); in TEST_F() local
131 local_data.set_endorsement_password(endorsement_password); in TEST_F()
142 EXPECT_EQ(endorsement_password, local_data.endorsement_password()); in TEST_F()
145 endorsement_password, in TEST_F()
/system/tpm/tpm_manager/common/
Dprint_local_data_proto.cc53 base::HexEncode(value.endorsement_password().data(), in GetProtoDebugStringWithIndent()
54 value.endorsement_password().size()) in GetProtoDebugStringWithIndent()
Dlocal_data.proto29 optional bytes endorsement_password = 4; field
/system/tpm/trunks/
Dtpm_utility.h79 const std::string& endorsement_password,
Dtpm_utility_impl.h49 const std::string& endorsement_password,
Dtrunks_factory_for_test.cc146 const std::string& endorsement_password, in TakeOwnership() argument
149 endorsement_password, in TakeOwnership()
Dtpm_utility_impl.cc249 const std::string& endorsement_password, in TakeOwnership() argument
282 session->SetFutureAuthorizationValue(endorsement_password); in TakeOwnership()
285 endorsement_password, in TakeOwnership()