Home
last modified time | relevance | path

Searched refs:CheckResponseAuthorization (Results 1 – 11 of 11) sorted by relevance

/system/tpm/trunks/
Dpassword_authorization_delegate_test.cc62 bool authorization_result = delegate.CheckResponseAuthorization( in TEST()
78 bool authorization_result = delegate.CheckResponseAuthorization( in TEST()
Dmock_authorization_delegate.h38 MOCK_METHOD2(CheckResponseAuthorization, bool(const std::string&,
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.cc53 bool PasswordAuthorizationDelegate::CheckResponseAuthorization( in CheckResponseAuthorization() function in trunks::PasswordAuthorizationDelegate
Dhmac_authorization_delegate.h71 bool CheckResponseAuthorization(const std::string& response_hash,
Dhmac_authorization_delegate_test.cc31 EXPECT_FALSE(delegate.CheckResponseAuthorization(p_hash, dummy)); in TEST()
203 EXPECT_TRUE(delegate_.CheckResponseAuthorization(response_hash, in TEST_F()
Dtpm_generated_test.cc197 EXPECT_CALL(authorization, CheckResponseAuthorization(_, auth_out)) in TEST()
416 EXPECT_CALL(authorization, CheckResponseAuthorization(_, auth_out)) in TEST_F()
Dtrunks_factory_for_test.cc371 bool CheckResponseAuthorization(const std::string& response_hash, in CheckResponseAuthorization() function in trunks::AuthorizationDelegateForwarder
373 return target_->CheckResponseAuthorization(response_hash, authorization); in CheckResponseAuthorization()
Dtpm_generated.cc9573 if (!authorization_delegate->CheckResponseAuthorization( in ParseResponse_Startup()
9809 if (!authorization_delegate->CheckResponseAuthorization( in ParseResponse_Shutdown()
10045 if (!authorization_delegate->CheckResponseAuthorization( in ParseResponse_SelfTest()
10282 if (!authorization_delegate->CheckResponseAuthorization( in ParseResponse_IncrementalSelfTest()
10522 if (!authorization_delegate->CheckResponseAuthorization( in ParseResponse_GetTestResult()
10890 if (!authorization_delegate->CheckResponseAuthorization( in ParseResponse_StartAuthSession()
11195 if (!authorization_delegate->CheckResponseAuthorization( in ParseResponse_PolicyRestart()
11497 if (!authorization_delegate->CheckResponseAuthorization( in ParseResponse_Create()
11882 if (!authorization_delegate->CheckResponseAuthorization( in ParseResponse_Load()
12208 if (!authorization_delegate->CheckResponseAuthorization( in ParseResponse_LoadExternal()
[all …]
Dhmac_authorization_delegate.cc109 bool HmacAuthorizationDelegate::CheckResponseAuthorization( in CheckResponseAuthorization() function in trunks::HmacAuthorizationDelegate