Searched refs:PVEC1 (Results 1 – 1 of 1) sorted by relevance
/system/security/keystore2/src/ |
D | database.rs | 3219 const PVEC1: KeyPermSet = key_perm_set![KeyPerm::Use, KeyPerm::GetInfo]; in test_grant_ungrant() constant 3228 .grant(&app_key, CALLER_UID, GRANTEE_UID, PVEC1, |k, a| { in test_grant_ungrant() 3229 assert_eq!(*a, PVEC1); in test_grant_ungrant() 3263 .grant(&selinux_key, CALLER_UID, 12, PVEC1, |k, a| { in test_grant_ungrant() 3264 assert_eq!(*a, PVEC1); in test_grant_ungrant() 3331 assert_eq!(r, (next_random, GRANTEE_UID, 1, PVEC1)); in test_grant_ungrant()
|