Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs3693 const GRANTEE_UID: u32 = 12; in test_grant_ungrant() constant
3717 .grant(&app_key, CALLER_UID, GRANTEE_UID, PVEC1, |k, a| { in test_grant_ungrant()
3826 assert_eq!(r, (next_random, GRANTEE_UID, 1, PVEC1)); in test_grant_ungrant()
3828 assert_eq!(r, (next_random + 1, GRANTEE_UID, 2, PVEC2)); in test_grant_ungrant()
3836 db.ungrant(&app_key, CALLER_UID, GRANTEE_UID, |_| Ok(()))?; in test_grant_ungrant()
3837 db.ungrant(&selinux_key, CALLER_UID, GRANTEE_UID, |_| Ok(()))?; in test_grant_ungrant()
4227 const GRANTEE_UID: u32 = 2u32; in test_insert_and_load_full_keyentry_from_grant_by_key_id() constant
4241 GRANTEE_UID, in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4257 GRANTEE_UID, in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4294 GRANTEE_UID, in test_insert_and_load_full_keyentry_from_grant_by_key_id()