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

/system/tpm/trunks/
H A Dauthorization_delegate.h50 virtual bool CheckResponseAuthorization(const std::string& response_hash,
H A Dmock_authorization_delegate.h38 MOCK_METHOD2(CheckResponseAuthorization, bool(const std::string&,
H A Dpassword_authorization_delegate_test.cc62 bool authorization_result = delegate.CheckResponseAuthorization(
78 bool authorization_result = delegate.CheckResponseAuthorization(
H A Dpassword_authorization_delegate.h45 bool CheckResponseAuthorization(const std::string& response_hash,
H A Dpassword_authorization_delegate.cc53 bool PasswordAuthorizationDelegate::CheckResponseAuthorization( function in class:trunks::PasswordAuthorizationDelegate
H A Dhmac_authorization_delegate.h71 bool CheckResponseAuthorization(const std::string& response_hash,
H A Dhmac_authorization_delegate_test.cc31 EXPECT_FALSE(delegate.CheckResponseAuthorization(p_hash, dummy));
203 EXPECT_TRUE(delegate_.CheckResponseAuthorization(response_hash,
H A Dtpm_generated_test.cc197 EXPECT_CALL(authorization, CheckResponseAuthorization(_, auth_out))
416 EXPECT_CALL(authorization, CheckResponseAuthorization(_, auth_out))
H A Dtrunks_factory_for_test.cc371 bool CheckResponseAuthorization(const std::string& response_hash,
373 return target_->CheckResponseAuthorization(response_hash, authorization);
H A Dhmac_authorization_delegate.cc109 bool HmacAuthorizationDelegate::CheckResponseAuthorization( function in class:trunks::HmacAuthorizationDelegate
H A Dtpm_generated.cc9573 if (!authorization_delegate->CheckResponseAuthorization(
9809 if (!authorization_delegate->CheckResponseAuthorization(
10045 if (!authorization_delegate->CheckResponseAuthorization(
10282 if (!authorization_delegate->CheckResponseAuthorization(
10522 if (!authorization_delegate->CheckResponseAuthorization(
10890 if (!authorization_delegate->CheckResponseAuthorization(
11195 if (!authorization_delegate->CheckResponseAuthorization(
11497 if (!authorization_delegate->CheckResponseAuthorization(
11882 if (!authorization_delegate->CheckResponseAuthorization(
12208 if (!authorization_delegate->CheckResponseAuthorization(
[all...]

Completed in 160 milliseconds