Home
last modified time | relevance | path

Searched defs:IKeystoreOperation (Results 1 – 10 of 10) sorted by relevance

/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DIKeystoreOperation.aidl37 interface IKeystoreOperation { interface
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/
DIKeystoreOperation.aidl37 interface IKeystoreOperation { interface
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreOperation.aidl40 interface IKeystoreOperation { interface
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DIKeystoreOperation.aidl37 interface IKeystoreOperation { interface
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/5/android/system/keystore2/
DIKeystoreOperation.aidl37 interface IKeystoreOperation { interface
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/4/android/system/keystore2/
DIKeystoreOperation.aidl37 interface IKeystoreOperation { interface
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreOperation.aidl37 interface IKeystoreOperation { interface
/system/security/keystore2/tests/
Dkeystore2_client_operation_tests.rs538 op: binder::Strong<dyn IKeystoreOperation>, in perform_abort_op_busy_in_thread()
Dkeystore2_client_test_utils.rs202 op: &binder::Strong<dyn IKeystoreOperation>, in perform_sample_sign_operation()
/system/security/keystore2/src/
Doperation.rs780 pub fn new_native_binder(operation: Arc<Operation>) -> binder::Strong<dyn IKeystoreOperation> { in new_native_binder()