/aosp12/system/security/keystore2/src/ |
H A 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()
|
H A 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() 731 user_id: u32, in list_legacy_keystore_entries_for_user() 732 ) -> Result<HashMap<u32, HashSet<String>>> { in list_legacy_keystore_entries_for_user() 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() 875 user_id: u32, in list_keystore_entries_for_user() 876 ) -> Result<HashMap<u32, HashSet<String>>> { in list_keystore_entries_for_user() 939 pub fn remove_keystore_entry(&self, uid: u32, alias: &str) -> Result<bool> { in remove_keystore_entry() 1005 uid: u32, in load_by_uid_alias() [all …]
|
H A 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()
|
H A 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()
|
/aosp12/packages/modules/Virtualization/authfs/src/ |
H A D | fusefs.rs | 94 fn check_access_mode(flags: u32, mode: libc::c_int) -> io::Result<()> { in check_access_mode() 147 size: u32, in read_chunks() 191 fn max_buffer_size(&self) -> u32 { in max_buffer_size() 255 flags: u32, in open() 282 size: u32, in read() 285 _flags: u32, in read() 314 size: u32, in write() 318 _flags: u32, in write()
|
/aosp12/system/bt/gd/rust/linux/service/src/ |
H A D | iface_bluetooth.rs | 25 fn on_bluetooth_state_changed(&self, prev_state: u32, new_state: u32) {} in on_bluetooth_state_changed()
|
/aosp12/system/nfc/src/include/ |
H A 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
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/dnld/ |
H A D | phNxpNciHal_Dnld.h | 29 #define STREAM_TO_UINT32(u32, p) \ argument
|
/aosp12/system/security/keystore2/aaid/ |
H A D | lib.rs | 23 pub fn get_aaid(uid: u32) -> Result<Vec<u8>, u32> { in get_aaid() argument
|
/aosp12/system/security/keystore2/src/database/ |
H A 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()
|
/aosp12/system/security/keystore2/apc_compat/ |
H A D | apc_compat.rs | 77 rc: u32, in confirmation_result_callback() 157 F: FnOnce(u32, Option<&[u8]>, Option<&[u8]>) + 'static, in prompt_user_confirmation()
|
/aosp12/packages/modules/Virtualization/zipfuse/src/ |
H A D | main.rs | 190 _flags: u32, in open() 223 _flags: u32, in release() 250 size: u32, in read() 253 _flags: u32, in read() 271 _flags: u32, in opendir() 297 _flags: u32, in releasedir() 317 size: u32, in readdir()
|
/aosp12/packages/modules/Virtualization/virtmanager/src/ |
H A D | crosvm.rs | 56 requester_uid: u32, in new() 77 requester_uid: u32, in start()
|
/aosp12/bionic/libc/include/bits/ |
H A D | epoll_event.h | 43 uint32_t u32; member
|
/aosp12/system/bt/gd/rust/linux/stack/src/ |
H A 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()
|
/aosp12/system/bt/stack/include/ |
H A 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
|
/aosp12/system/bt/gd/rust/common/src/ |
H A D | sys_prop.rs | 37 pub fn get_u32(name: &str) -> Option<u32> { in get_u32()
|
/aosp12/frameworks/native/libs/binder/rust/src/ |
H A D | state.rs | 38 pub fn set_thread_pool_max_thread_count(num_threads: u32) { in set_thread_pool_max_thread_count()
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/ |
H A D | ipa_nat_test.h | 39 #define u32 uint32_t macro
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/test/ |
H A D | ipa_nat_test.h | 39 #define u32 uint32_t macro
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipanat/test/ |
H A D | ipa_nat_test.h | 39 #define u32 uint32_t macro
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | link_layer_stats.cpp | 166 wifi_interface_handle /* iface */, u32 /* stats_clear_req_mask */, in wifi_clear_link_stats() argument 167 u32 * /* stats_clear_rsp_mask */, u8 /* stop_req */, u8 * /* stop_rsp */) in wifi_clear_link_stats() argument
|
/aosp12/system/security/keystore2/legacykeystore/ |
H A 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()
|
/aosp12/system/bt/gd/rust/topshim/src/ |
H A 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()
|
/aosp12/hardware/qcom/bt/msm8992/libbt-vendor/include/ |
H A D | bt_vendor_qcom.h | 25 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (uint8_t)(u32); *(p)++ = (uint8_t)((u32) >> 8); *(p)++ =… argument
|