Home
last modified time | relevance | path

Searched refs:IKeystoreOperation (Results 1 – 16 of 16) sorted by relevance

/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DCreateOperationResponse.aidl19 import android.system.keystore2.IKeystoreOperation;
32 IKeystoreOperation iOperation;
DIKeystoreOperation.aidl40 interface IKeystoreOperation { interface
DIKeystoreSecurityLevel.aidl23 import android.system.keystore2.IKeystoreOperation;
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/
DIKeystoreOperation.aidl37 interface IKeystoreOperation { interface
DCreateOperationResponse.aidl38 android.system.keystore2.IKeystoreOperation iOperation;
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DIKeystoreOperation.aidl37 interface IKeystoreOperation { interface
DCreateOperationResponse.aidl38 android.system.keystore2.IKeystoreOperation iOperation;
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DIKeystoreOperation.aidl37 interface IKeystoreOperation { interface
DCreateOperationResponse.aidl38 android.system.keystore2.IKeystoreOperation iOperation;
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreOperation.aidl37 interface IKeystoreOperation { interface
DCreateOperationResponse.aidl38 android.system.keystore2.IKeystoreOperation iOperation;
/system/security/keystore2/tests/
Dkeystore2_client_operation_tests.rs25 IKeystoreOperation::IKeystoreOperation, ResponseCode::ResponseCode,
64 fn perform_op_busy_in_thread(op: binder::Strong<dyn IKeystoreOperation>) -> JoinHandle<bool> { in perform_op_busy_in_thread()
440 let op: binder::Strong<dyn IKeystoreOperation> = op_response.iOperation.unwrap(); in keystore2_op_fails_operation_busy()
Dkeystore2_client_test_utils.rs36 IKeystoreOperation::IKeystoreOperation, IKeystoreSecurityLevel::IKeystoreSecurityLevel,
142 op: &binder::Strong<dyn IKeystoreOperation>, in perform_sample_sign_operation() argument
/system/vold/
DKeystore.h86 KeystoreOperation(std::shared_ptr<ks2::IKeystoreOperation> ks2Op, in KeystoreOperation()
100 std::shared_ptr<ks2::IKeystoreOperation> ks2Operation;
/system/security/keystore2/src/
Doperation.rs139 IKeystoreOperation::BnKeystoreOperation, IKeystoreOperation::IKeystoreOperation,
773 pub fn new_native_binder(operation: Arc<Operation>) -> binder::Strong<dyn IKeystoreOperation> { in new_native_binder() argument
820 impl IKeystoreOperation for KeystoreOperation {
Dsecurity_level.rs58 IKeystoreOperation::IKeystoreOperation, IKeystoreSecurityLevel::BnKeystoreSecurityLevel,
380 let op_binder: binder::Strong<dyn IKeystoreOperation> = in create_operation()