Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/keystore2/src/
H A Draw_device.rs50 pub struct KeyMintDevice { struct
51 km_dev: Strong<dyn IKeyMintDevice>, argument
57 impl KeyMintDevice { argument
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()
H A Dsuper_key.rs206 km_dev: &KeyMintDevice, in decrypt()
/aosp_15_r20/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp1486 KeyMintDevice::KeyMintDevice(sp<Keymaster> device, KeyMintSecurityLevel securityLevel) in KeyMintDevice() function in KeyMintDevice