Searched refs:CheckResponseAuthorization (Results 1 – 11 of 11) sorted by relevance
/system/tpm/trunks/ |
D | password_authorization_delegate_test.cc | 62 bool authorization_result = delegate.CheckResponseAuthorization( in TEST() 78 bool authorization_result = delegate.CheckResponseAuthorization( in TEST()
|
D | mock_authorization_delegate.h | 38 MOCK_METHOD2(CheckResponseAuthorization, bool(const std::string&,
|
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 | 53 bool PasswordAuthorizationDelegate::CheckResponseAuthorization( in CheckResponseAuthorization() function in trunks::PasswordAuthorizationDelegate
|
D | hmac_authorization_delegate.h | 71 bool CheckResponseAuthorization(const std::string& response_hash,
|
D | hmac_authorization_delegate_test.cc | 31 EXPECT_FALSE(delegate.CheckResponseAuthorization(p_hash, dummy)); in TEST() 203 EXPECT_TRUE(delegate_.CheckResponseAuthorization(response_hash, in TEST_F()
|
D | tpm_generated_test.cc | 197 EXPECT_CALL(authorization, CheckResponseAuthorization(_, auth_out)) in TEST() 416 EXPECT_CALL(authorization, CheckResponseAuthorization(_, auth_out)) in TEST_F()
|
D | trunks_factory_for_test.cc | 371 bool CheckResponseAuthorization(const std::string& response_hash, in CheckResponseAuthorization() function in trunks::AuthorizationDelegateForwarder 373 return target_->CheckResponseAuthorization(response_hash, authorization); in CheckResponseAuthorization()
|
D | tpm_generated.cc | 9573 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 …]
|
D | hmac_authorization_delegate.cc | 109 bool HmacAuthorizationDelegate::CheckResponseAuthorization( in CheckResponseAuthorization() function in trunks::HmacAuthorizationDelegate
|