Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp1376 static sp<Keymaster> teeDevice; in getDevice() local
1379 if (!teeDevice) { in getDevice()
1381 teeDevice = devices[V4_0::SecurityLevel::TRUSTED_ENVIRONMENT]; in getDevice()
1386 return teeDevice; in getDevice()