Searched refs:IKeystoreOperation (Results 1 – 16 of 16) sorted by relevance
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
D | CreateOperationResponse.aidl | 19 import android.system.keystore2.IKeystoreOperation; 32 IKeystoreOperation iOperation;
|
D | IKeystoreOperation.aidl | 40 interface IKeystoreOperation { interface
|
D | IKeystoreSecurityLevel.aidl | 23 import android.system.keystore2.IKeystoreOperation;
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/ |
D | IKeystoreOperation.aidl | 37 interface IKeystoreOperation { interface
|
D | CreateOperationResponse.aidl | 38 android.system.keystore2.IKeystoreOperation iOperation;
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/ |
D | IKeystoreOperation.aidl | 37 interface IKeystoreOperation { interface
|
D | CreateOperationResponse.aidl | 38 android.system.keystore2.IKeystoreOperation iOperation;
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/ |
D | IKeystoreOperation.aidl | 37 interface IKeystoreOperation { interface
|
D | CreateOperationResponse.aidl | 38 android.system.keystore2.IKeystoreOperation iOperation;
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/ |
D | IKeystoreOperation.aidl | 37 interface IKeystoreOperation { interface
|
D | CreateOperationResponse.aidl | 38 android.system.keystore2.IKeystoreOperation iOperation;
|
/system/security/keystore2/tests/ |
D | keystore2_client_operation_tests.rs | 25 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()
|
D | keystore2_client_test_utils.rs | 36 IKeystoreOperation::IKeystoreOperation, IKeystoreSecurityLevel::IKeystoreSecurityLevel, 142 op: &binder::Strong<dyn IKeystoreOperation>, in perform_sample_sign_operation() argument
|
/system/vold/ |
D | Keystore.h | 86 KeystoreOperation(std::shared_ptr<ks2::IKeystoreOperation> ks2Op, in KeystoreOperation() 100 std::shared_ptr<ks2::IKeystoreOperation> ks2Operation;
|
/system/security/keystore2/src/ |
D | operation.rs | 139 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 {
|
D | security_level.rs | 58 IKeystoreOperation::IKeystoreOperation, IKeystoreSecurityLevel::BnKeystoreSecurityLevel, 380 let op_binder: binder::Strong<dyn IKeystoreOperation> = in create_operation()
|