/system/security/keystore2/src/ |
D | boot_level_keys.rs | 57 KeyParameterValue::Algorithm(Algorithm::HMAC).into(), in get_level_zero_key() 58 KeyParameterValue::Digest(Digest::SHA_2_256).into(), in get_level_zero_key() 59 KeyParameterValue::KeySize(256).into(), in get_level_zero_key() 60 KeyParameterValue::MinMacLength(256).into(), in get_level_zero_key() 61 KeyParameterValue::KeyPurpose(KeyPurpose::SIGN).into(), in get_level_zero_key() 62 KeyParameterValue::NoAuthRequired.into(), in get_level_zero_key() 68 params.push(KeyParameterValue::EarlyBootOnly.into()); in get_level_zero_key() 70 params.push(KeyParameterValue::MaxUsesPerBoot(1).into()) in get_level_zero_key() 103 KeyParameterValue::MacLength(256).into(), in get_level_zero_key() 104 KeyParameterValue::Digest(Digest::SHA_2_256).into(), in get_level_zero_key()
|
D | key_parameter.rs | 277 let p: Primitive = v.into(); 576 @into 581 implement_try_from_to_km_parameter!{@into $enum_name, [$($out)* 589 @into 594 implement_try_from_to_km_parameter!{@into $enum_name, [$($out)* 601 (@into $enum_name:ident, [$($out:tt)*], []) => { 619 @into $enum_name, 979 kp.clone().into() in from() 1032 Authorization { securityLevel: self.security_level, keyParameter: self.value.into() } in into_authorization() 1417 kp.value.into() in test_convert_to_wire_invalid() [all …]
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | cppreopts.te | 4 # partition. This domain ensures that we are only copying into specific 10 # Allow cppreopts copy files into the dalvik-cache 21 # write into dalvik-cache
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | cppreopts.te | 4 # partition. This domain ensures that we are only copying into specific 10 # Allow cppreopts copy files into the dalvik-cache 21 # write into dalvik-cache
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | cppreopts.te | 4 # partition. This domain ensures that we are only copying into specific 10 # Allow cppreopts copy files into the dalvik-cache 21 # write into dalvik-cache
|
/system/sepolicy/private/ |
D | su.te | 13 # Put the incident command into its domain so it is the same on user, userdebug and eng. 16 # Put the odrefresh command into its domain. 19 # Put the perfetto command into its domain so it is the same on user, userdebug and eng.
|
D | cppreopts.te | 4 # partition. This domain ensures that we are only copying into specific 15 # Allow cppreopts copy files into the dalvik-cache 26 # write into dalvik-cache
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | su.te | 13 # Put the incident command into its domain so it is the same on user, userdebug and eng. 16 # Put the odrefresh command into its domain. 19 # Put the perfetto command into its domain so it is the same on user, userdebug and eng.
|
D | cppreopts.te | 4 # partition. This domain ensures that we are only copying into specific 15 # Allow cppreopts copy files into the dalvik-cache 26 # write into dalvik-cache
|
/system/tools/aidl/tests/rust/ |
D | test_client.rs | 152 "typical string".into(), in test_repeat_string() 154 "\0\0".into(), in test_repeat_string() 159 ITestService::STRING_TEST_CONSTANT.into(), in test_repeat_string() 160 ITestService::STRING_TEST_CONSTANT2.into(), in test_repeat_string() 203 vec!["f".into(), "a".into(), "b".into()] 228 vec!["f".into(), "a".into(), "b".into()] 234 "a".into(), 238 .into(), 392 test_nullable! {test_nullable_string, RepeatNullableString, "Blooob".into()} 397 Some("Wat".into()), [all …]
|
D | test_service.rs | 57 Ok("OldName".into()) in RealName() 68 Ok("NewName".into()) in RealName() 125 Err(binder::StatusCode::UNKNOWN_TRANSACTION.into()) in UnimplementedMethod() 129 Err(binder::StatusCode::UNKNOWN_ERROR.into()) in TestOneway() 150 Ok(input.into()) in RepeatString() 154 Ok(input.into()) in RepeatUtf8CppString() 162 let other_service = service_map.entry(name.into()).or_insert_with(|| { in GetOtherTestService() 163 let named_callback = NamedCallback(name.into()); in GetOtherTestService() 265 parcelable.shouldBeJerry = "Jerry".into(); in FillOutStructuredParcelable()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | cppreopts.te | 4 # partition. This domain ensures that we are only copying into specific 15 # Allow cppreopts copy files into the dalvik-cache 26 # write into dalvik-cache
|
D | su.te | 13 # Put the incident command into its domain so it is the same on user, userdebug and eng. 16 # Put the perfetto command into its domain so it is the same on user, userdebug and eng.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | cppreopts.te | 4 # partition. This domain ensures that we are only copying into specific 15 # Allow cppreopts copy files into the dalvik-cache 26 # write into dalvik-cache
|
D | su.te | 13 # Put the incident command into its domain so it is the same on user, userdebug and eng. 16 # Put the perfetto command into its domain so it is the same on user, userdebug and eng.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | su.te | 13 # Put the incident command into its domain so it is the same on user, userdebug and eng. 16 # Put the perfetto command into its domain so it is the same on user, userdebug and eng.
|
/system/bt/gd/rust/link/src/acl/ |
D | core.rs | 84 let mut le_credits: u16 = controller.le_buffers.into(); in provide_acl_dispatch() 112 … ReceiverStream::new(in_rx), controller.acl_buffer_length.into(), handle, bt, close_rx)); in provide_acl_dispatch() 116 … ReceiverStream::new(in_rx), controller.le_buffer_length.into(), handle, bt, close_rx)); in provide_acl_dispatch() 158 assert!(le_credits <= controller.le_buffers.into()); in provide_acl_dispatch() 167 c.evt_tx.send(evt.into()).await.unwrap(); in provide_acl_dispatch()
|
/system/bt/gd/rust/linux/stack/btif_macros/src/ |
D | lib.rs | 25 let ori_item: proc_macro2::TokenStream = item.clone().into(); in stack_message() 30 gen.into() in stack_message() 135 gen.into() in btif_callbacks_generator()
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hal_tv_cec.te | 1 # HwBinder IPC from clients into server, and callbacks
|
D | hal_tv_input.te | 1 # HwBinder IPC from clients into server, and callbacks
|
/system/sepolicy/public/ |
D | hal_tv_input.te | 1 # HwBinder IPC from clients into server, and callbacks
|
D | hal_tv_cec.te | 1 # HwBinder IPC from clients into server, and callbacks
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | hal_tv_input.te | 1 # HwBinder IPC from clients into server, and callbacks
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | hal_tv_input.te | 1 # HwBinder IPC from clients into server, and callbacks
|
D | hal_tv_cec.te | 1 # HwBinder IPC from clients into server, and callbacks
|