Home
last modified time | relevance | path

Searched defs:IKeystoreService (Results 1 – 14 of 14) 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/1/android/system/keystore2/
DIKeystoreService.aidl37 interface IKeystoreService { interface
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DIKeystoreService.aidl37 interface IKeystoreService { interface
/system/security/keystore2/tests/
Dkeystore2_client_test_utils.rs437 keystore2: &binder::Strong<dyn IKeystoreService>, in delete_app_key()
449 pub fn delete_all_entries(keystore2: &binder::Strong<dyn IKeystoreService>) { in delete_all_entries()
504 keystore2: &binder::Strong<dyn IKeystoreService>, in verify_aliases()
557 keystore2: &binder::Strong<dyn IKeystoreService>, in is_second_imei_id_attestation_required()
Dkeystore2_client_keystore_engine_tests.rs136 keystore2: &binder::Strong<dyn IKeystoreService>, in perform_crypto_op_using_granted_key()
Dkeystore2_client_list_entries_tests.rs30 keystore2: &binder::Strong<dyn IKeystoreService>, in key_alias_exists()
Dkeystore2_client_grant_key_tests.rs42 ks2: &binder::Strong<dyn IKeystoreService>, in get_granted_key()
/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/4/android/system/keystore2/
DIKeystoreService.aidl37 interface IKeystoreService { interface
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreService.aidl42 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/aidl_api/android.system.keystore2/5/android/system/keystore2/
DIKeystoreService.aidl37 interface IKeystoreService { interface
/system/security/keystore2/src/
Dservice.rs67 ) -> Result<Strong<dyn IKeystoreService>> { in new_native_binder()