Searched refs:command_hash (Results 1 – 9 of 9) sorted by relevance
/system/tpm/trunks/ |
D | password_authorization_delegate_test.cc | 44 std::string command_hash; in TEST() local 45 bool authorization_result = delegate.GetCommandAuthorization(command_hash, in TEST()
|
D | hmac_authorization_delegate_test.cc | 128 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()
|
D | tpm_generated.cc | 9448 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 …]
|
D | authorization_delegate.h | 41 const std::string& command_hash,
|
D | password_authorization_delegate.h | 41 bool GetCommandAuthorization(const std::string& command_hash,
|
D | password_authorization_delegate.cc | 35 const std::string& command_hash, in GetCommandAuthorization() argument
|
D | hmac_authorization_delegate.h | 67 bool GetCommandAuthorization(const std::string& command_hash,
|
D | hmac_authorization_delegate.cc | 55 const std::string& command_hash, in GetCommandAuthorization() argument 92 hmac_data.append(command_hash); in GetCommandAuthorization()
|
D | trunks_factory_for_test.cc | 360 bool GetCommandAuthorization(const std::string& command_hash, in GetCommandAuthorization() argument 365 command_hash, in GetCommandAuthorization()
|