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

/system/tpm/trunks/
H A Dauthorization_delegate.h36 // |command_hash|. The availability of encryption for the command is indicated
41 const std::string& command_hash,
H A Dpassword_authorization_delegate_test.cc45 std::string command_hash; local
47 command_hash, false, false, &authorization);
H A Dpassword_authorization_delegate.h41 bool GetCommandAuthorization(const std::string& command_hash,
H A Dpassword_authorization_delegate.cc35 const std::string& command_hash,
34 GetCommandAuthorization( const std::string& command_hash, bool is_command_parameter_encryption_possible, bool is_response_parameter_encryption_possible, std::string* authorization) argument
H A Dhmac_authorization_delegate_test.cc128 std::string command_hash; local
131 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false,
151 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false,
164 std::string command_hash; local
166 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false,
H A Dhmac_authorization_delegate.h67 bool GetCommandAuthorization(const std::string& command_hash,
H A Dtpm_generated.cc8126 std::string command_hash(32, 0);
8127 hash->Finish(string_as_array(&command_hash), command_hash.size());
8132 command_hash, is_command_parameter_encryption_possible,
8317 std::string command_hash(32, 0);
8318 hash->Finish(string_as_array(&command_hash), command_hash.size());
8323 command_hash, is_command_parameter_encryption_possible,
8508 std::string command_hash(32, 0);
8509 hash->Finish(string_as_array(&command_hash), command_has
[all...]
H A Dhmac_authorization_delegate.cc54 const std::string& command_hash,
92 hmac_data.append(command_hash);
53 GetCommandAuthorization( const std::string& command_hash, bool is_command_parameter_encryption_possible, bool is_response_parameter_encryption_possible, std::string* authorization) argument
H A Dtrunks_factory_for_test.cc363 bool GetCommandAuthorization(const std::string& command_hash,
368 command_hash, is_command_parameter_encryption_possible,

Completed in 652 milliseconds