Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Draw_device.rs50 pub struct KeyMintDevice { struct
51 km_dev: Strong<dyn IKeyMintDevice>, argument
57 impl KeyMintDevice { impl
70 pub fn get(security_level: SecurityLevel) -> Result<KeyMintDevice> { in get()
84 pub fn get_or_none(security_level: SecurityLevel) -> Result<Option<KeyMintDevice>> { in get_or_none()
Dsuper_key.rs194 km_dev: &KeyMintDevice, in decrypt()
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp1446 KeyMintDevice::KeyMintDevice(sp<Keymaster> device, KeyMintSecurityLevel securityLevel) in KeyMintDevice() function in KeyMintDevice