| /system/librustutils/ |
| D | users.rs | 24 pub fn multiuser_get_user_id(uid: u32) -> u32 { in multiuser_get_user_id() 29 pub fn multiuser_get_app_id(uid: u32) -> u32 { in multiuser_get_app_id() 34 pub fn multiuser_get_uid(user_id: u32, app_id: u32) -> u32 { in multiuser_get_uid()
|
| /system/security/keystore2/src/ |
| D | attestation_key_utils.rs | 55 caller_uid: u32, in get_attest_key_info() 83 caller_uid: u32, in get_user_generated_attestation_key() 98 caller_uid: u32, in load_attest_key_blob_and_cert()
|
| D | legacy_blob.rs | 197 fn read_ne_u32(stream: &mut dyn Read) -> Result<u32> { in read_ne_u32() 689 uid: u32, in read_characteristics_file() 756 fn read_km_blob_file(&self, uid: u32, alias: &str) -> Result<Option<(Blob, String)>> { in read_km_blob_file() 805 uid: u32, in read_legacy_keystore_entry() 830 pub fn remove_legacy_keystore_entry(&self, uid: u32, alias: &str) -> Result<bool> { in remove_legacy_keystore_entry() 894 user_id: u32, in list_legacy_keystore_entries_for_user() 895 ) -> Result<HashMap<u32, HashSet<String>>> { in list_legacy_keystore_entries_for_user() 916 fn make_legacy_keystore_entry_filename(&self, uid: u32, alias: &str) -> Option<PathBuf> { in make_legacy_keystore_entry_filename() 935 fn make_blob_filename(&self, uid: u32, alias: &str, prefix: &str) -> PathBuf { in make_blob_filename() 945 fn make_chr_filename(&self, uid: u32, alias: &str, prefix: &str) -> PathBuf { in make_chr_filename() [all …]
|
| D | legacy_importer.rs | 69 fn new(uid: u32, alias: String) -> Self { in new() 290 caller_uid: u32, in with_try_import() 346 user_id: u32, in with_try_import_super_key() 397 user_id: u32, in bulk_delete_user() 441 uid: u32, in get_super_key_id_check_unlockable_or_delete() 480 uid: u32, in characteristics_file_to_cache() 582 uid: u32, in check_and_import() 710 fn check_and_import_super_key(&mut self, user_id: u32, pw: &Password) -> Result<()> { in check_and_import_super_key()
|
| 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 | remote_provisioning.rs | 90 caller_uid: u32, in get_rkpd_attestation_key_and_certs()
|
| D | operation.rs | 219 owner: u32, in new() 496 owner: u32, in create_operation() 614 pub fn prune(&self, caller: u32, forced: bool) -> Result<(), Error> { in prune()
|
| D | rkpd_client.rs | 198 caller_uid: u32, in get_rkpd_attestation_key_from_registration_async() 222 caller_uid: u32, in get_rkpd_attestation_key_async() 296 caller_uid: u32, in get_rkpd_attestation_key()
|
| D | database.rs | 889 fn from_0_to_1(tx: &Transaction) -> Result<u32> { in from_0_to_1() 1293 user_id: u32, in store_super_key() 1342 user_id: u32, in load_super_key() 2161 caller_uid: u32, in migrate_key_namespace() 2401 caller_uid: u32, in load_access_tuple() 2639 caller_uid: u32, in load_key_entry() 2670 caller_uid: u32, in load_key_entry_internal() 2767 caller_uid: u32, in unbind_key() 2892 user_id: u32, in unbind_keys_for_user() 3086 caller_uid: u32, in grant() [all …]
|
| D | security_level.rs | 119 user_id: u32, in store_new_key() 402 uid: u32, in add_required_parameters()
|
| /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/aaid/ |
| D | lib.rs | 23 pub fn get_aaid(uid: u32) -> Result<Vec<u8>, u32> { in get_aaid() argument
|
| /system/keymint/hal/src/ |
| D | env.rs | 19 fn extract_u32(value: Option<regex::Match>) -> Result<u32, Error> { in extract_u32() 41 pub fn extract_truncated_patchlevel(prop_value: &str) -> Result<u32, Error> { in extract_truncated_patchlevel() 58 pub fn extract_patchlevel(prop_value: &str) -> Result<u32, Error> { in extract_patchlevel()
|
| /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/security/keystore2/legacykeystore/ |
| D | lib.rs | 125 fn put(&mut self, caller_uid: u32, alias: &str, entry: &[u8]) -> Result<()> { in put() 136 fn get(&mut self, caller_uid: u32, alias: &str) -> Result<Option<Vec<u8>>> { in get() 148 fn remove(&mut self, caller_uid: u32, alias: &str) -> Result<bool> { in remove() 298 fn get_effective_uid(uid: i32) -> Result<u32> { in get_effective_uid() 434 fn get_legacy(&self, uid: u32, alias: &str) -> Result<bool> { in get_legacy() 452 fn remove_legacy(&self, uid: u32, alias: &str) -> Result<bool> { in remove_legacy() 498 uid: u32, in import_one_legacy_entry()
|
| /system/core/libsparse/ |
| D | sparse_defs.h | 38 typedef unsigned int u32; typedef
|
| /system/security/keystore2/tests/ |
| D | ffi_test_utils.rs | 26 fn validateCertChain(cert_buf: Vec<u8>, cert_len: u32, strict_issuer_check: bool) -> bool; in validateCertChain()
|
| /system/netd/server/ |
| D | StrictController.cpp | 90 const char *u32; in setupIptablesHooks() local
|
| /system/keymint/wire/src/ |
| D | legacy.rs | 86 pub fn message_version(&self) -> u32 { in message_version() 121 fn from_code_and_data(cmd: u32, data: &[u8]) -> Result<Self, Error>; in from_code_and_data() 146 fn raw_code(&self) -> u32; in raw_code() 159 fn cmd(&self) -> u32 { in cmd() 197 fn serialize_trusty_raw_rsp(cmd: u32, raw_data: &[u8]) -> Result<Vec<u8>, Error> { in serialize_trusty_raw_rsp() 286 impl InnerSerialize for u32 { implementation
|
| /system/keymint/common/src/tag/ |
| D | legacy.rs | 39 pub fn consume_u32(data: &mut &[u8]) -> Result<u32, Error> { in consume_u32()
|
| /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
|
| /system/keymint/ta/src/ |
| D | keys.rs | 678 fn upgrade(v: &mut u32, curr: u32, name: &str) -> Result<bool, Error> { in upgrade_key()
|
| /system/extras/ext4_utils/include/ext4_utils/ |
| D | ext4_utils.h | 68 typedef unsigned int u32; typedef
|