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 36 MOCK_METHOD2(CheckResponseAuthorization,
password_authorization_delegate.h 45 bool CheckResponseAuthorization(const std::string& response_hash,
password_authorization_delegate_test.cc 64 delegate.CheckResponseAuthorization(response_hash, auth_response);
80 delegate.CheckResponseAuthorization(response_hash, auth_response);
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));
195 delegate_.CheckResponseAuthorization(response_hash, authorization));
tpm_generated_test.cc 212 EXPECT_CALL(authorization, CheckResponseAuthorization(_, auth_out))
429 EXPECT_CALL(authorization, CheckResponseAuthorization(_, auth_out))
trunks_factory_for_test.cc 372 bool CheckResponseAuthorization(const std::string& response_hash,
374 return target_->CheckResponseAuthorization(response_hash, authorization);
hmac_authorization_delegate.cc 109 bool HmacAuthorizationDelegate::CheckResponseAuthorization(
tpm_generated.cc     [all...]

Completed in 406 milliseconds