Home
last modified time | relevance | path

Searched refs:into (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/system/security/keystore2/src/
Dboot_level_keys.rs57 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()
Dkey_parameter.rs277 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/
Dcppreopts.te4 # 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/
Dcppreopts.te4 # 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/
Dcppreopts.te4 # 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/
Dsu.te13 # 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.
Dcppreopts.te4 # 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/
Dsu.te13 # 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.
Dcppreopts.te4 # 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/
Dtest_client.rs152 "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 …]
Dtest_service.rs57 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/
Dcppreopts.te4 # 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
Dsu.te13 # 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/
Dcppreopts.te4 # 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
Dsu.te13 # 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/
Dsu.te13 # 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/
Dcore.rs84 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/
Dlib.rs25 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/
Dhal_tv_cec.te1 # HwBinder IPC from clients into server, and callbacks
Dhal_tv_input.te1 # HwBinder IPC from clients into server, and callbacks
/system/sepolicy/public/
Dhal_tv_input.te1 # HwBinder IPC from clients into server, and callbacks
Dhal_tv_cec.te1 # HwBinder IPC from clients into server, and callbacks
/system/sepolicy/prebuilts/api/30.0/public/
Dhal_tv_input.te1 # HwBinder IPC from clients into server, and callbacks
/system/sepolicy/prebuilts/api/31.0/public/
Dhal_tv_input.te1 # HwBinder IPC from clients into server, and callbacks
Dhal_tv_cec.te1 # HwBinder IPC from clients into server, and callbacks

12345678910>>...18