Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Draw_device.rs48 pub struct KeyMintDevice { struct
49 km_dev: Strong<dyn IKeyMintDevice>, argument
55 impl KeyMintDevice { argument
64 pub fn get(security_level: SecurityLevel) -> Result<KeyMintDevice> { in get()
78 pub fn get_or_none(security_level: SecurityLevel) -> Result<Option<KeyMintDevice>> { in get_or_none()
Dsuper_key.rs192 km_dev: &KeyMintDevice, in decrypt()
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp1337 KeyMintDevice::KeyMintDevice(sp<Keymaster> device, KeyMintSecurityLevel securityLevel) in KeyMintDevice() function in KeyMintDevice