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, bool(const std::string&,
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,
144 // Now we check that GetCommandAuthorization does not reset nonce
155 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false,
173 EXPECT_TRUE(delegate_.GetCommandAuthorization(command_hash, false, false,
213 EXPECT_TRUE(delegate_.GetCommandAuthorization(std::string(), false, false,
223 EXPECT_TRUE(delegate_.GetCommandAuthorization(std::string(), true, true,
237 EXPECT_TRUE(delegate_.GetCommandAuthorization(std::string(), false, false,
245 EXPECT_TRUE(delegate_.GetCommandAuthorization(std::string(), true, false
    [all...]
password_authorization_delegate.cc 34 bool PasswordAuthorizationDelegate::GetCommandAuthorization(
password_authorization_delegate_test.cc 45 bool authorization_result = delegate.GetCommandAuthorization(command_hash,
tpm_generated_test.cc 108 EXPECT_CALL(authorization, GetCommandAuthorization(_, _, _, _))
129 EXPECT_CALL(authorization, GetCommandAuthorization(_, _, _, _))
195 EXPECT_CALL(authorization, GetCommandAuthorization(_, _, _, _))
339 EXPECT_CALL(authorization, GetCommandAuthorization(_, _, _, _))
366 EXPECT_CALL(authorization, GetCommandAuthorization(_, _, _, _))
414 EXPECT_CALL(authorization, GetCommandAuthorization(_, _, _, _))
hmac_authorization_delegate.h 67 bool GetCommandAuthorization(const std::string& command_hash,
trunks_factory_for_test.cc 360 bool GetCommandAuthorization(const std::string& command_hash,
364 return target_->GetCommandAuthorization(
hmac_authorization_delegate.cc 54 bool HmacAuthorizationDelegate::GetCommandAuthorization(
tpm_generated.cc     [all...]

Completed in 118 milliseconds