Home
last modified time | relevance | path

Searched refs:command_hash (Results 1 – 9 of 9) sorted by relevance

/system/tpm/trunks/
Dpassword_authorization_delegate_test.cc44 std::string command_hash; in TEST() local
45 bool authorization_result = delegate.GetCommandAuthorization(command_hash, in TEST()
Dhmac_authorization_delegate_test.cc128 std::string command_hash; in TEST_F() local
131 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false, in TEST_F()
155 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false, in TEST_F()
171 std::string command_hash; in TEST_F() local
173 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false, in TEST_F()
Dtpm_generated.cc9448 std::string command_hash(32, 0); in SerializeCommand_Startup() local
9449 hash->Finish(string_as_array(&command_hash), command_hash.size()); in SerializeCommand_Startup()
9454 command_hash, in SerializeCommand_Startup()
9684 std::string command_hash(32, 0); in SerializeCommand_Shutdown() local
9685 hash->Finish(string_as_array(&command_hash), command_hash.size()); in SerializeCommand_Shutdown()
9690 command_hash, in SerializeCommand_Shutdown()
9920 std::string command_hash(32, 0); in SerializeCommand_SelfTest() local
9921 hash->Finish(string_as_array(&command_hash), command_hash.size()); in SerializeCommand_SelfTest()
9926 command_hash, in SerializeCommand_SelfTest()
10156 std::string command_hash(32, 0); in SerializeCommand_IncrementalSelfTest() local
[all …]
Dauthorization_delegate.h41 const std::string& command_hash,
Dpassword_authorization_delegate.h41 bool GetCommandAuthorization(const std::string& command_hash,
Dpassword_authorization_delegate.cc35 const std::string& command_hash, in GetCommandAuthorization() argument
Dhmac_authorization_delegate.h67 bool GetCommandAuthorization(const std::string& command_hash,
Dhmac_authorization_delegate.cc55 const std::string& command_hash, in GetCommandAuthorization() argument
92 hmac_data.append(command_hash); in GetCommandAuthorization()
Dtrunks_factory_for_test.cc360 bool GetCommandAuthorization(const std::string& command_hash, in GetCommandAuthorization() argument
365 command_hash, in GetCommandAuthorization()