Home
last modified time | relevance | path

Searched defs:tee (Results 1 – 12 of 12) sorted by relevance

/system/sepolicy/prebuilts/api/31.0/public/
Dtee.te4 type tee, domain; type
/system/sepolicy/prebuilts/api/33.0/public/
Dtee.te4 type tee, domain; type
/system/sepolicy/prebuilts/api/202404/public/
Dtee.te4 type tee, domain; type
/system/sepolicy/public/
Dtee.te4 type tee, domain; type
/system/sepolicy/prebuilts/api/30.0/public/
Dtee.te4 type tee, domain; type
/system/sepolicy/prebuilts/api/34.0/public/
Dtee.te4 type tee, domain; type
/system/sepolicy/prebuilts/api/29.0/public/
Dtee.te4 type tee, domain; type
/system/sepolicy/prebuilts/api/202504/public/
Dtee.te4 type tee, domain; type
/system/sepolicy/prebuilts/api/32.0/public/
Dtee.te4 type tee, domain; type
/system/security/keystore2/src/
Dshared_secret_negotiation.rs307 let tee = match get_keymint_device(&SecurityLevel::TRUSTED_ENVIRONMENT) { in transfer_root_of_trust() localVariable
Dboot_level_keys.rs93 let tee = KeyMintDevice::get(SecurityLevel::TRUSTED_ENVIRONMENT) in get_level_zero_key_km_and_strategy() localVariable
/system/security/keystore2/test_utils/
Dlib.rs145 pub fn tee() -> Self { in tee() method