HomeSort by relevance Sort by last modified time
    Searched refs:CheckResponseAuthorization (Results 1 - 11 of 11) sorted by null

  /system/tpm/trunks/
authorization_delegate.h 50 virtual bool CheckResponseAuthorization(const std::string& response_hash,
mock_authorization_delegate.h 38 MOCK_METHOD2(CheckResponseAuthorization, bool(const std::string&,
password_authorization_delegate.h 45 bool CheckResponseAuthorization(const std::string& response_hash,
password_authorization_delegate_test.cc 62 bool authorization_result = delegate.CheckResponseAuthorization(
78 bool authorization_result = delegate.CheckResponseAuthorization(
password_authorization_delegate.cc 53 bool PasswordAuthorizationDelegate::CheckResponseAuthorization(
hmac_authorization_delegate.h 71 bool CheckResponseAuthorization(const std::string& response_hash,
hmac_authorization_delegate_test.cc 31 EXPECT_FALSE(delegate.CheckResponseAuthorization(p_hash, dummy));
203 EXPECT_TRUE(delegate_.CheckResponseAuthorization(response_hash,
tpm_generated_test.cc 197 EXPECT_CALL(authorization, CheckResponseAuthorization(_, auth_out))
416 EXPECT_CALL(authorization, CheckResponseAuthorization(_, auth_out))
trunks_factory_for_test.cc 371 bool CheckResponseAuthorization(const std::string& response_hash,
373 return target_->CheckResponseAuthorization(response_hash, authorization);
hmac_authorization_delegate.cc 109 bool HmacAuthorizationDelegate::CheckResponseAuthorization(
tpm_generated.cc     [all...]

Completed in 112 milliseconds