Home
last modified time | relevance | path

Searched defs:IKeystoreService (Results 1 – 11 of 11) sorted by relevance

/system/security/ondevice-signing/
DKeystoreHmacKey.h29 using IKeystoreService = ::android::system::keystore2::IKeystoreService; variable
DKeystoreKey.h32 using IKeystoreService = ::android::system::keystore2::IKeystoreService; variable
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DIKeystoreService.aidl37 interface IKeystoreService { interface
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DIKeystoreService.aidl37 interface IKeystoreService { interface
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/
DIKeystoreService.aidl37 interface IKeystoreService { interface
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreService.aidl37 interface IKeystoreService { interface
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreService.aidl41 interface IKeystoreService { interface
/system/security/keystore2/tests/
Dkeystore2_client_test_utils.rs96 keystore2: &binder::Strong<dyn IKeystoreService>, in generate_ec_key_and_grant_to_users()
368 keystore2: &binder::Strong<dyn IKeystoreService>, in delete_app_key()
Dkeystore2_client_list_entries_tests.rs31 keystore2: &binder::Strong<dyn IKeystoreService>, in key_alias_exists()
Dkeystore2_client_grant_key_tests.rs57 keystore2: &binder::Strong<dyn IKeystoreService>, in load_grant_key_and_perform_sign_operation()
/system/security/keystore2/src/
Dservice.rs63 ) -> Result<Strong<dyn IKeystoreService>> { in new_native_binder()