Home
last modified time | relevance | path

Searched defs:getKeyEntry (Results 1 – 4 of 4) sorted by relevance

/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreService.aidl39 …android.system.keystore2.KeyEntryResponse getKeyEntry(in android.system.keystore2.KeyDescriptor ke… in getKeyEntry() method
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreService.aidl83 KeyEntryResponse getKeyEntry(in KeyDescriptor key); in getKeyEntry() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DIKeystoreService.aidl39 …android.system.keystore2.KeyEntryResponse getKeyEntry(in android.system.keystore2.KeyDescriptor ke… in getKeyEntry() method
/system/security/keystore2/src/
Dservice.rs367 fn getKeyEntry(&self, key: &KeyDescriptor) -> binder::public_api::Result<KeyEntryResponse> { in getKeyEntry() method