Home
last modified time | relevance | path

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

/system/security/keystore2/tests/
Dkeystore2_client_keystore_engine_tests.rs166 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_perofrm_crypto_op_using_keystore2_engine_rsa_key_success() variable
209 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_perofrm_crypto_op_using_keystore2_engine_ec_key_success() variable
252 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_perofrm_crypto_op_using_keystore2_engine_pem_pub_key_success() constant
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
170 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_grant_get_info_use_key_perm() constant
253 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_grant_delete_key_success() variable
326 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_grant_key_fails_with_permission_denied() constant
466 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_ungrant_key_success() constant
539 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_ungrant_fails_with_non_existing_key_expect_key_not_found_error() variable
Dkeystore2_client_list_entries_tests.rs60 static GRANTEE_UID: u32 = USER_ID * AID_USER_OFFSET + APPLICATION_ID; in keystore2_list_entries_success() constant
/system/security/keystore2/src/
Ddatabase.rs3204 const GRANTEE_UID: u32 = 12; in test_grant_ungrant() constant
3732 const GRANTEE_UID: u32 = 2u32; in test_insert_and_load_full_keyentry_from_grant_by_key_id() constant