/system/security/keystore2/src/ |
D | attestation_key_utils.rs | 54 caller_uid: u32, in get_attest_key_info() 82 caller_uid: u32, in get_user_generated_attestation_key() 98 caller_uid: u32, in load_attest_key_blob_and_cert()
|
D | legacy_blob.rs | 153 fn read_ne_u32(stream: &mut dyn Read) -> Result<u32> { in read_ne_u32() 551 uid: u32, in read_characteristics_file() 611 fn read_km_blob_file(&self, uid: u32, alias: &str) -> Result<Option<(Blob, String)>> { in read_km_blob_file() 643 pub fn read_legacy_keystore_entry(&self, uid: u32, alias: &str) -> Result<Option<Vec<u8>>> { in read_legacy_keystore_entry() 662 pub fn remove_legacy_keystore_entry(&self, uid: u32, alias: &str) -> Result<()> { in remove_legacy_keystore_entry() 731 user_id: u32, in list_legacy_keystore_entries_for_user() 732 ) -> Result<HashMap<u32, HashSet<String>>> { in list_legacy_keystore_entries_for_user() 755 fn make_legacy_keystore_entry_filename(&self, uid: u32, alias: &str) -> Option<PathBuf> { in make_legacy_keystore_entry_filename() 774 fn make_blob_filename(&self, uid: u32, alias: &str, prefix: &str) -> PathBuf { in make_blob_filename() 784 fn make_chr_filename(&self, uid: u32, alias: &str, prefix: &str) -> PathBuf { in make_chr_filename() [all …]
|
D | audit_log.rs | 67 fn log_key_event(tag: u32, key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_event() 76 fn with_log_context<F>(tag: u32, f: F) in with_log_context()
|
D | legacy_migrator.rs | 67 fn new(uid: u32, alias: String) -> Self { in new() 289 caller_uid: u32, in with_try_migrate() 342 user_id: u32, in with_try_migrate_super_key() 393 user_id: u32, in bulk_delete_user() 435 fn check_and_migrate(&mut self, uid: u32, mut key: KeyDescriptor) -> Result<()> { in check_and_migrate() 563 fn check_and_migrate_super_key(&mut self, user_id: u32, pw: &Password) -> Result<()> { in check_and_migrate_super_key()
|
D | remote_provisioning.rs | 93 caller_uid: u32, in get_rem_prov_attest_key() 131 caller_uid: u32, in get_rem_prov_attest_key_helper() 174 caller_uid: u32, in get_remotely_provisioned_attestation_key_and_certs()
|
D | operation.rs | 218 owner: u32, in new() 517 owner: u32, in create_operation() 635 pub fn prune(&self, caller: u32, forced: bool) -> Result<(), Error> { in prune()
|
D | utils.rs | 232 pub fn uid_to_android_user(uid: u32) -> u32 { in uid_to_android_user()
|
/system/bt/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 25 fn on_bluetooth_state_changed(&self, prev_state: u32, new_state: u32) {} in on_bluetooth_state_changed()
|
/system/security/keystore2/aaid/ |
D | lib.rs | 23 pub fn get_aaid(uid: u32) -> Result<Vec<u8>, u32> { in get_aaid() argument
|
/system/nfc/src/include/ |
D | nfc_types.h | 50 #define UINT32_TO_STREAM(p, u32) \ argument 86 #define STREAM_TO_UINT32(u32, p) \ argument 109 #define UINT32_TO_BE_STREAM(p, u32) \ argument 145 #define BE_STREAM_TO_UINT32(u32, p) \ argument
|
/system/security/keystore2/src/database/ |
D | versioning.rs | 18 pub fn create_or_get_version(tx: &Transaction, current_version: u32) -> Result<u32> { in create_or_get_version() 77 pub fn upgrade_database<F>(tx: &Transaction, current_version: u32, upgraders: &[F]) -> Result<()> in upgrade_database()
|
/system/security/keystore2/apc_compat/ |
D | apc_compat.rs | 77 rc: u32, in confirmation_result_callback() 157 F: FnOnce(u32, Option<&[u8]>, Option<&[u8]>) + 'static, in prompt_user_confirmation()
|
/system/bt/gd/rust/common/src/ |
D | sys_prop.rs | 37 pub fn get_u32(name: &str) -> Option<u32> { in get_u32()
|
/system/bt/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 43 fn on_bluetooth_state_changed(&self, prev_state: u32, new_state: u32); in on_bluetooth_state_changed() 80 pub(crate) fn callback_disconnected(&mut self, id: u32) { in callback_disconnected()
|
/system/bt/stack/include/ |
D | bt_types.h | 155 #define UINT32_TO_STREAM(p, u32) \ argument 230 #define STREAM_TO_UINT24(u32, p) \ argument 236 #define STREAM_TO_UINT32(u32, p) \ argument 313 #define UINT32_TO_FIELD(p, u32) \ argument 337 #define UINT32_TO_BE_STREAM(p, u32) \ argument 378 #define BE_STREAM_TO_UINT24(u32, p) \ argument 384 #define BE_STREAM_TO_UINT32(u32, p) \ argument 408 #define UINT32_TO_BE_FIELD(p, u32) \ argument
|
/system/bt/gd/rust/topshim/src/ |
D | btif.rs | 152 passkey: u32, in SspReply() 214 cod: u32, in pin_request_callback() 221 cod: u32, in ssp_request_callback() 223 pass_key: u32, in ssp_request_callback() 389 cod: u32, in pin_request_callback() 398 cod: u32, in ssp_request_callback() 400 pass_key: u32, in ssp_request_callback()
|
/system/security/keystore2/legacykeystore/ |
D | lib.rs | 118 fn put(&mut self, caller_uid: u32, alias: &str, entry: &[u8]) -> Result<()> { in put() 129 fn get(&mut self, caller_uid: u32, alias: &str) -> Result<Option<Vec<u8>>> { in get() 141 fn remove(&mut self, caller_uid: u32, alias: &str) -> Result<bool> { in remove() 288 fn get_effective_uid(uid: i32) -> Result<u32> { in get_effective_uid() 423 fn get_legacy(&self, uid: u32, alias: &str) -> Result<bool> { in get_legacy() 474 uid: u32, in migrate_one_legacy_entry()
|
/system/core/libsparse/ |
D | sparse_defs.h | 38 typedef unsigned int u32; typedef
|
/system/bt/gd/rust/hci/src/ |
D | facade.rs | 68 pub async fn register_event(&mut self, code: u32) { in register_event() 73 pub async fn register_le_event(&mut self, code: u32) { in register_le_event()
|
/system/bt/stack/avrc/ |
D | avrc_int.h | 74 #define AVRC_CO_ID_TO_BE_STREAM(p, u32) \ argument 80 #define AVRC_BE_STREAM_TO_CO_ID(u32, p) \ argument
|
D | avrc_pars_tg.cc | 114 uint32_t u32, u32_2, *p_u32; in avrc_pars_vendor_cmd() local
|
/system/netd/server/ |
D | StrictController.cpp | 90 const char *u32; in setupIptablesHooks() local
|
D | OffloadUtils.cpp | 280 __u32 u32; in tcFilterAddDevBpf() member 288 __u32 u32; in tcFilterAddDevBpf() member
|
/system/core/trusty/utils/rpmb_dev/ |
D | rpmb_protocol.h | 118 static inline uint32_t rpmb_get_u32(struct rpmb_u32 u32) { in rpmb_get_u32()
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 116 uint32_t u32[2]; in bswap64() member 767 uint32_t u32[4]; in gen_offset_from_nonce() member 804 uint32_t u32[4]; in process_ad() member 941 uint32_t u32[4]; in ae_encrypt() member 1158 uint32_t u32[4]; in ae_decrypt() member
|