Home
last modified time | relevance | path

Searched defs:KeyMintDevice (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/src/
Draw_device.rs49 pub struct KeyMintDevice { struct
50 km_dev: Strong<dyn IKeyMintDevice>, argument
56 impl KeyMintDevice { argument
67 pub fn get(security_level: SecurityLevel) -> Result<KeyMintDevice> { in get()
81 pub fn get_or_none(security_level: SecurityLevel) -> Result<Option<KeyMintDevice>> { in get_or_none()
Dsuper_key.rs195 km_dev: &KeyMintDevice, in decrypt()
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp1424 KeyMintDevice::KeyMintDevice(sp<Keymaster> device, KeyMintSecurityLevel securityLevel) in KeyMintDevice() function in KeyMintDevice