Searched refs:PVEC1 (Results 1 – 1 of 1) sorted by relevance
/system/security/keystore2/src/ |
D | database.rs | 3708 const PVEC1: KeyPermSet = key_perm_set![KeyPerm::use_(), KeyPerm::get_info()]; in test_grant_ungrant() constant 3717 .grant(&app_key, CALLER_UID, GRANTEE_UID, PVEC1, |k, a| { in test_grant_ungrant() 3718 assert_eq!(*a, PVEC1); in test_grant_ungrant() 3752 .grant(&selinux_key, CALLER_UID, 12, PVEC1, |k, a| { in test_grant_ungrant() 3753 assert_eq!(*a, PVEC1); in test_grant_ungrant() 3826 assert_eq!(r, (next_random, GRANTEE_UID, 1, PVEC1)); in test_grant_ungrant()
|