Home
last modified time | relevance | path

Searched refs:compat_service (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/km_compat/
Dlib.rs45 let compat_service: Strong<dyn IKeystoreCompatService> = in get_device() localVariable
47 compat_service.getKeyMintDevice(SecurityLevel::TRUSTED_ENVIRONMENT).ok() in get_device()
339 let compat_service: binder::Strong<dyn IKeystoreCompatService> = in test_secure_clock() localVariable
344 let secure_clock = match compat_service.getSecureClock() { in test_secure_clock()
360 let compat_service: binder::Strong<dyn IKeystoreCompatService> = in test_shared_secret() localVariable
365 let shared_secret = match compat_service.getSharedSecret(SecurityLevel::TRUSTED_ENVIRONMENT) in test_shared_secret()