| /system/security/keystore2/src/ |
| D | authorization.rs | 150 unlocking_sids: &[i64], in on_device_locked() 192 challenge: i64, in get_auth_tokens_for_credstore() 193 secure_user_id: i64, in get_auth_tokens_for_credstore() 194 auth_token_max_age_millis: i64, in get_auth_tokens_for_credstore() 214 secure_user_id: i64, in get_last_auth_time() 216 ) -> Result<i64> { in get_last_auth_time() 255 unlocking_sids: &[i64], in onDeviceLocked() 275 challenge: i64, in getAuthTokensForCredStore() 276 secure_user_id: i64, in getAuthTokensForCredStore() 277 auth_token_max_age_millis: i64, in getAuthTokensForCredStore() [all …]
|
| D | enforcements.rs | 184 pub fn add_receiver(&self, challenge: i64, recv: TokenReceiver) { in add_receiver() 221 fn timestamp_token_request(challenge: i64, sender: Sender<Result<TimeStampToken, Error>>) { in timestamp_token_request() 385 key_properties: Option<&(i64, Vec<KeyParameter>)>, in authorize_create() 638 fn is_given_time_passed(given_time: i64, is_given_time_inclusive: bool) -> bool { in is_given_time_passed() 682 fn register_op_auth_receiver(&self, challenge: i64, recv: TokenReceiver) { in register_op_auth_receiver() 734 challenge: i64, in get_auth_tokens() 735 secure_user_id: i64, in get_auth_tokens() 736 auth_token_max_age_millis: i64, in get_auth_tokens() 784 secure_user_id: i64, in get_last_auth_time()
|
| D | database.rs | 165 fn load_from_db(key_id: i64, tx: &Transaction) -> Result<Self> { in load_from_db() 192 fn store_in_db(&self, key_id: i64, tx: &Transaction) -> Result<()> { in store_in_db() 241 fn load_from_db(blob_id: i64, tx: &Transaction) -> Result<Self> { in load_from_db() 266 fn store_in_db(&self, blob_id: i64, tx: &Transaction) -> Result<()> { in store_in_db() 423 pub fn to_millis_epoch(self) -> i64 { in to_millis_epoch() 619 pub fn id(&self) -> i64 { in id() 717 pub fn id(&self) -> i64 { in id() 831 pub fn milliseconds(&self) -> i64 { in milliseconds() 836 pub fn seconds(&self) -> i64 { in seconds() 873 pub fn satisfies(&self, user_secure_ids: &[i64], auth_type: HardwareAuthenticatorType) -> bool { in satisfies() [all …]
|
| D | maintenance.rs | 410 secure_user_id: i64, in get_app_uids_affected_by_sid() 411 ) -> Result<std::vec::Vec<i64>> { in get_app_uids_affected_by_sid() 637 secure_user_id: i64, in getAppUidsAffectedBySid() 638 ) -> BinderResult<std::vec::Vec<i64>> { in getAppUidsAffectedBySid()
|
| D | service.rs | 272 namespace: i64, in get_key_descriptor_for_lookup() 338 namespace: i64, in list_entries_batched() 451 namespace: i64, in listEntriesBatched()
|
| D | audit_log.rs | 33 fn key_owner(domain: Domain, nspace: i64, uid: i32) -> i32 { in key_owner()
|
| D | key_parameter.rs | 232 impl TryFrom<Primitive> for i64 { implementation 235 fn try_from(p: Primitive) -> Result<i64, Self::Error> { in try_from()
|
| D | utils.rs | 543 namespace: i64, in estimate_safe_amount_to_return() 588 namespace: i64, in list_key_entries()
|
| /system/core/libstats/pull_rust/ |
| D | stats_pull.rs | 46 pub fn set_cooldown_millis(&mut self, cooldown_millis: i64) { in set_cooldown_millis() 52 pub fn get_cooldown_millis(&self) -> i64 { in get_cooldown_millis() 58 pub fn set_timeout_millis(&mut self, timeout_millis: i64) { in set_timeout_millis() 64 pub fn get_timeout_millis(&self) -> i64 { in get_timeout_millis()
|
| /system/security/keystore2/test_utils/ |
| D | key_generations.rs | 622 nspace: i64, in generate_ec_p256_signing_key() 672 nspace: i64, in generate_ec_key() 712 nspace: i64, in generate_rsa_key() 1024 nspace: i64, in import_rsa_2048_key() 1088 nspace: i64, in import_ec_p_256_key() 1135 nspace: i64, in import_aes_key() 1192 nspace: i64, in import_3des_key() 1254 nspace: i64, in import_hmac_key() 1358 nspace: i64, in import_wrapping_key_and_wrapped_key() 1406 nspace: i64, in generate_ec_agree_key()
|
| /system/security/keystore2/src/database/ |
| D | tests.rs | 63 namespace: i64, in rebind_alias() 188 namespace: &i64, in create_key_entry() 215 fn extractor(ke: &KeyEntryRow) -> (Domain, i64, Option<&str>, Uuid) { in test_create_key_entry() argument 248 fn extractor(ke: &KeyEntryRow) -> (Option<Domain>, Option<i64>, Option<&str>, Option<Uuid>) { in test_rebind_alias() 1581 user_secure_ids: &[i64], in make_test_params_with_sids() 1803 namespace: i64, in make_test_key_entry() 1813 namespace: i64, in make_test_key_entry_with_sids() 1816 sids: &[i64], in make_test_key_entry_with_sids() 1840 fn make_test_key_entry_test_vector(key_id: i64, max_usage_count: Option<i32>) -> KeyEntry { in make_test_key_entry_test_vector() 1868 namespace: i64, in make_bootlevel_key_entry() [all …]
|
| /system/security/keystore2/src/key_parameter/ |
| D | storage_tests.rs | 234 key_id: i64, in insert_into_keyparameter() 248 fn store_keyparameter(db: &Connection, key_id: i64, kp: &KeyParameter) -> Result<()> { in store_keyparameter()
|
| /system/secretkeeper/dice_policy/src/ |
| D | lib.rs | 96 pub fn new(constraint_type: u16, path: Vec<i64>, value: Value) -> Result<Self, Error> { in new() 279 constraint_path: &[i64], in lookup_in_nested_container() 359 fn value_to_integer(value: &Value) -> Result<i64, CoseError> { in value_to_integer()
|
| /system/apex/libs/libapexsupport/src/ |
| D | lib.rs | 92 pub unsafe extern "C" fn AApexInfo_getVersion(info: *const AApexInfo) -> i64 { in AApexInfo_getVersion()
|
| /system/media/camera/include/system/ |
| D | camera_metadata.h | 89 int64_t *i64; member 108 const int64_t *i64; member
|
| /system/security/keystore2/tests/ |
| D | keystore2_client_keystore_engine_tests.rs | 107 ) -> Result<i64, Box<dyn std::error::Error>> { in generate_key_and_grant_to_user() 137 grant_key_nspace: i64, in perform_crypto_op_using_granted_key()
|
| D | keystore2_client_test_utils.rs | 163 ) -> Result<Vec<i64>, binder::Status> { in generate_ec_key_and_grant_to_users() 185 nspace: i64, in create_signing_operation() 317 nspace: i64, in execute_op_run_as_child()
|
| D | user_auth.rs | 885 fn fake_lskf_token_with_challenge(gk_sid: i64, challenge: i64) -> HardwareAuthToken { in fake_lskf_token_with_challenge() 897 fn fake_bio_lskf_token(gk_sid: i64, bio_sid: i64) -> HardwareAuthToken { in fake_bio_lskf_token()
|
| /system/keymint/hal/src/ |
| D | keymint.rs | 153 passwordSid: i64, in importWrappedKey() 154 biometricSid: i64, in importWrappedKey() 342 op_handle: i64, in new_as_binder() 362 fn validate_handle(&self) -> binder::Result<i64> { in validate_handle()
|
| /system/extras/libjsonpb/verify/ |
| D | test.proto | 55 int64 i64 = 3; field
|
| /system/logging/rust/ |
| D | structured_logger.rs | 37 impl Value for i64 { implementation
|
| /system/memory/mmd/src/ |
| D | atom.rs | 44 fn u64_to_i64(v: u64) -> i64 { in u64_to_i64()
|
| /system/keymint/common/src/tag/ |
| D | legacy.rs | 83 pub fn consume_i64(data: &mut &[u8]) -> Result<i64, Error> { in consume_i64()
|
| /system/media/audio_utils/benchmarks/ |
| D | audio_mutex_benchmark.cpp | 141 int64_t i64 = 10; in BM_atomic_add_to() local 182 int64_t i64 = 10; in BM_atomic_add_to_unordered() local
|
| /system/keymint/ta/src/ |
| D | keys.rs | 527 password_sid: i64, in import_wrapped_key() 528 biometric_sid: i64, in import_wrapped_key()
|