HomeSort by relevance Sort by last modified time
    Searched refs:command_hash (Results 1 - 9 of 9) sorted by null

  /system/tpm/trunks/
authorization_delegate.h 36 // |command_hash|. The availability of encryption for the command is indicated
41 const std::string& command_hash,
password_authorization_delegate.h 41 bool GetCommandAuthorization(const std::string& command_hash,
password_authorization_delegate_test.cc 44 std::string command_hash; local
45 bool authorization_result = delegate.GetCommandAuthorization(command_hash,
password_authorization_delegate.cc 35 const std::string& command_hash,
hmac_authorization_delegate_test.cc 128 std::string command_hash; local
131 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false,
155 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false,
171 std::string command_hash; local
173 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false,
hmac_authorization_delegate.h 67 bool GetCommandAuthorization(const std::string& command_hash,
tpm_generated.cc     [all...]
hmac_authorization_delegate.cc 55 const std::string& command_hash,
92 hmac_data.append(command_hash);
trunks_factory_for_test.cc 360 bool GetCommandAuthorization(const std::string& command_hash,
365 command_hash,

Completed in 119 milliseconds