Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dpassword_authorization_delegate_test.cc61 std::string response_hash; in TEST() local
63 response_hash, in TEST()
77 std::string response_hash; in TEST() local
79 response_hash, in TEST()
Dtpm_generated.cc9569 std::string response_hash(32, 0); in ParseResponse_Startup() local
9570 hash->Finish(string_as_array(&response_hash), response_hash.size()); in ParseResponse_Startup()
9574 response_hash, in ParseResponse_Startup()
9805 std::string response_hash(32, 0); in ParseResponse_Shutdown() local
9806 hash->Finish(string_as_array(&response_hash), response_hash.size()); in ParseResponse_Shutdown()
9810 response_hash, in ParseResponse_Shutdown()
10041 std::string response_hash(32, 0); in ParseResponse_SelfTest() local
10042 hash->Finish(string_as_array(&response_hash), response_hash.size()); in ParseResponse_SelfTest()
10046 response_hash, in ParseResponse_SelfTest()
10278 std::string response_hash(32, 0); in ParseResponse_IncrementalSelfTest() local
[all …]
Dauthorization_delegate.h50 virtual bool CheckResponseAuthorization(const std::string& response_hash,
Dpassword_authorization_delegate.h45 bool CheckResponseAuthorization(const std::string& response_hash,
Dpassword_authorization_delegate.cc54 const std::string& response_hash, in CheckResponseAuthorization() argument
Dhmac_authorization_delegate.h71 bool CheckResponseAuthorization(const std::string& response_hash,
Dhmac_authorization_delegate.cc110 const std::string& response_hash, in CheckResponseAuthorization() argument
154 hmac_data.append(response_hash); in CheckResponseAuthorization()
Dhmac_authorization_delegate_test.cc199 std::string response_hash; in TEST_F() local
203 EXPECT_TRUE(delegate_.CheckResponseAuthorization(response_hash, in TEST_F()
Dtrunks_factory_for_test.cc371 bool CheckResponseAuthorization(const std::string& response_hash, in CheckResponseAuthorization() argument
373 return target_->CheckResponseAuthorization(response_hash, authorization); in CheckResponseAuthorization()