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

  /system/tpm/trunks/
authorization_delegate.h 40 virtual bool GetCommandAuthorization(
mock_authorization_delegate.h 34 MOCK_METHOD4(GetCommandAuthorization,
password_authorization_delegate.h 41 bool GetCommandAuthorization(const std::string& command_hash,
hmac_authorization_delegate_test.cc 29 EXPECT_FALSE(delegate.GetCommandAuthorization(p_hash, false, false, &dummy));
127 // First we check that performing GetCommandAuthorization resets the nonce.
131 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false,
141 // Now we check that GetCommandAuthorization does not reset nonce
151 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false,
166 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false,
204 EXPECT_TRUE(delegate_.GetCommandAuthorization(std::string(), false, false,
213 EXPECT_TRUE(delegate_.GetCommandAuthorization(std::string(), true, true,
226 EXPECT_TRUE(delegate_.GetCommandAuthorization(std::string(), false, false,
233 EXPECT_TRUE(delegate_.GetCommandAuthorization(std::string(), true, false
    [all...]
password_authorization_delegate.cc 34 bool PasswordAuthorizationDelegate::GetCommandAuthorization(
password_authorization_delegate_test.cc 46 bool authorization_result = delegate.GetCommandAuthorization(
tpm_generated_test.cc 109 EXPECT_CALL(authorization, GetCommandAuthorization(_, _, _, _))
132 EXPECT_CALL(authorization, GetCommandAuthorization(_, _, _, _))
210 EXPECT_CALL(authorization, GetCommandAuthorization(_, _, _, _))
343 EXPECT_CALL(authorization, GetCommandAuthorization(_, _, _, _))
371 EXPECT_CALL(authorization, GetCommandAuthorization(_, _, _, _))
427 EXPECT_CALL(authorization, GetCommandAuthorization(_, _, _, _))
hmac_authorization_delegate.h 67 bool GetCommandAuthorization(const std::string& command_hash,
trunks_factory_for_test.cc 363 bool GetCommandAuthorization(const std::string& command_hash,
367 return target_->GetCommandAuthorization(
hmac_authorization_delegate.cc 53 bool HmacAuthorizationDelegate::GetCommandAuthorization(
tpm_generated.cc     [all...]

Completed in 412 milliseconds