Home | History | Annotate | Download | only in enterprise_platform_keys_private

Lines Matching refs:mock_cryptohome_client_

144     ON_CALL(mock_cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
147 ON_CALL(mock_cryptohome_client_, TpmAttestationIsPrepared(_))
196 NiceMock<chromeos::MockCryptohomeClient> mock_cryptohome_client_;
211 : func_(new EPKPChallengeMachineKey(&mock_cryptohome_client_,
268 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
294 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
327 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationIsPrepared(_))
336 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationIsPrepared(_))
349 func_(new EPKPChallengeUserKey(&mock_cryptohome_client_,
412 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
446 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
502 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationIsPrepared(_))
511 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationIsPrepared(_))