Lines Matching refs:SoftKeymasterDevice
119 SoftKeymasterDevice* device = new SoftKeymasterDevice(context_); in CreateDevice()
146 make_device_sha256_only((new SoftKeymasterDevice(new TestKeymasterContext( in CreateDevice()
152 SoftKeymasterDevice* device = new SoftKeymasterDevice(context_); in CreateDevice()
181 keymaster1_device_t* fake_device = (new SoftKeymasterDevice(new TestKeymasterContext( in CreateDevice()
187 SoftKeymasterDevice* device = new SoftKeymasterDevice(context_); in CreateDevice()
3972 SoftKeymasterDevice* good_fake( in TEST()
3973 new SoftKeymasterDevice(new TestKeymasterContext(KmVersion::KEYMASTER_4_1))); in TEST()
3976 SoftKeymasterDevice* good_fake_wrapper( in TEST()
3977 new SoftKeymasterDevice(new TestKeymasterContext(KmVersion::KEYMASTER_4_1))); in TEST()
3986 (new SoftKeymasterDevice(new TestKeymasterContext(KmVersion::KEYMASTER_4_1, "256"))) in TEST()
3990 SoftKeymasterDevice* sha256_only_fake_wrapper( in TEST()
3991 (new SoftKeymasterDevice(new TestKeymasterContext(KmVersion::KEYMASTER_4_1)))); in TEST()