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

  /system/tpm/tpm_manager/server/
tpm2_nvram_test.cc 50 factory->set_hmac_session(&mock_hmac_session_);
65 Mock::VerifyAndClearExpectations(&mock_hmac_session_);
70 NiceMock<trunks::MockHmacSession> mock_hmac_session_; member in class:tpm_manager::Tpm2NvramTest
85 EXPECT_CALL(mock_hmac_session_,
105 EXPECT_CALL(mock_hmac_session_,
123 EXPECT_CALL(mock_hmac_session_,
129 EXPECT_CALL(mock_hmac_session_, SetEntityAuthorizationValue(""));
163 EXPECT_CALL(mock_hmac_session_, SetEntityAuthorizationValue(""));
  /system/tpm/trunks/
tpm_utility_test.cc 53 factory_.set_hmac_session(&mock_hmac_session_);
145 NiceMock<MockHmacSession> mock_hmac_session_; member in class:trunks::TpmUtilityTest
307 EXPECT_CALL(mock_hmac_session_, StartUnboundSession(true))
    [all...]

Completed in 208 milliseconds