Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/
H A Ddatabase.rs3691 const GRANTEE_UID: u32 = 12; in test_grant_ungrant() const
3715 .grant(&app_key, CALLER_UID, GRANTEE_UID, PVEC1, |k, a| { in test_grant_ungrant()
3824 assert_eq!(r, (next_random, GRANTEE_UID, 1, PVEC1)); in test_grant_ungrant()
3826 assert_eq!(r, (next_random + 1, GRANTEE_UID, 2, PVEC2)); in test_grant_ungrant()
3834 db.ungrant(&app_key, CALLER_UID, GRANTEE_UID, |_| Ok(()))?; in test_grant_ungrant()
3835 db.ungrant(&selinux_key, CALLER_UID, GRANTEE_UID, |_| Ok(()))?; in test_grant_ungrant()
4225 const GRANTEE_UID: u32 = 2u32; in test_insert_and_load_full_keyentry_from_grant_by_key_id() const
4239 GRANTEE_UID, in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4255 GRANTEE_UID, in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4292 GRANTEE_UID, in test_insert_and_load_full_keyentry_from_grant_by_key_id()