Home
last modified time | relevance | path

Searched refs:teeDevice (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/km_compat/
Dkm_compat.cpp1495 static sp<Keymaster> teeDevice; in getDevice() local
1498 if (!teeDevice) { in getDevice()
1500 teeDevice = devices[V4_0::SecurityLevel::TRUSTED_ENVIRONMENT]; in getDevice()
1505 return teeDevice; in getDevice()