Home
last modified time | relevance | path

Searched defs:GRANTEE_UID (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/tests/
Dkeystore2_client_grant_key_tests.rs114 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_grant_key_with_perm_none() variable
168 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_grant_get_info_use_key_perm() constant
249 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_grant_delete_key_success() variable
319 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_grant_key_fails_with_permission_denied() constant
456 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_ungrant_key_success() variable
527 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_ungrant_fails_with_non_existing_key_expect_key_not_found_error() constant
Dkeystore2_client_list_entries_tests.rs60 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_list_entries_success() variable
/system/security/keystore2/src/
Ddatabase.rs3761 const GRANTEE_UID: u32 = 12; in test_grant_ungrant() constant
4295 const GRANTEE_UID: u32 = 2u32; in test_insert_and_load_full_keyentry_from_grant_by_key_id() constant