Searched refs:response_hash (Results 1 – 9 of 9) sorted by relevance
/system/tpm/trunks/ |
D | password_authorization_delegate_test.cc | 61 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()
|
D | tpm_generated.cc | 9569 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 …]
|
D | authorization_delegate.h | 50 virtual bool CheckResponseAuthorization(const std::string& response_hash,
|
D | password_authorization_delegate.h | 45 bool CheckResponseAuthorization(const std::string& response_hash,
|
D | password_authorization_delegate.cc | 54 const std::string& response_hash, in CheckResponseAuthorization() argument
|
D | hmac_authorization_delegate.h | 71 bool CheckResponseAuthorization(const std::string& response_hash,
|
D | hmac_authorization_delegate.cc | 110 const std::string& response_hash, in CheckResponseAuthorization() argument 154 hmac_data.append(response_hash); in CheckResponseAuthorization()
|
D | hmac_authorization_delegate_test.cc | 199 std::string response_hash; in TEST_F() local 203 EXPECT_TRUE(delegate_.CheckResponseAuthorization(response_hash, in TEST_F()
|
D | trunks_factory_for_test.cc | 371 bool CheckResponseAuthorization(const std::string& response_hash, in CheckResponseAuthorization() argument 373 return target_->CheckResponseAuthorization(response_hash, authorization); in CheckResponseAuthorization()
|