Searched defs:granteeUid (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/ |
H A D | IKeystoreService.aidl | 43 ….KeyDescriptor grant(in android.system.keystore2.KeyDescriptor key, in int granteeUid, in int acce… in grant() 44 void ungrant(in android.system.keystore2.KeyDescriptor key, in int granteeUid); in ungrant()
|
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
H A D | IKeystoreService.aidl | 179 KeyDescriptor grant(in KeyDescriptor key, in int granteeUid, in int accessVector); in grant() 190 void ungrant(in KeyDescriptor key, in int granteeUid); in ungrant()
|
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/ |
H A D | IKeystoreService.aidl | 43 ….KeyDescriptor grant(in android.system.keystore2.KeyDescriptor key, in int granteeUid, in int acce… in grant() 44 void ungrant(in android.system.keystore2.KeyDescriptor key, in int granteeUid); in ungrant()
|
/aosp12/frameworks/base/keystore/java/android/security/ |
H A D | KeyStore2.java | 219 public KeyDescriptor grant(KeyDescriptor descriptor, int granteeUid, int accessVector) in grant() 234 public void ungrant(KeyDescriptor descriptor, int granteeUid) in ungrant()
|