Home
last modified time | relevance | path

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

/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
H A DIKeystoreService.aidl39 …android.system.keystore2.KeyEntryResponse getKeyEntry(in android.system.keystore2.KeyDescriptor ke… in getKeyEntry() method
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
H A DIKeystoreService.aidl83 KeyEntryResponse getKeyEntry(in KeyDescriptor key); in getKeyEntry() method
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
H A DIKeystoreService.aidl39 …android.system.keystore2.KeyEntryResponse getKeyEntry(in android.system.keystore2.KeyDescriptor ke… in getKeyEntry() method
/aosp12/frameworks/base/keystore/java/android/security/
H A DKeyStore2.java250 public KeyEntryResponse getKeyEntry(@NonNull KeyDescriptor descriptor) in getKeyEntry() method in KeyStore2
/aosp12/system/security/keystore2/src/
H A Dservice.rs367 fn getKeyEntry(&self, key: &KeyDescriptor) -> binder::public_api::Result<KeyEntryResponse> { in getKeyEntry() method