Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs3709 const PVEC2: KeyPermSet = key_perm_set![KeyPerm::use_()]; in test_grant_ungrant() constant
3782 .grant(&selinux_key, CALLER_UID, 12, PVEC2, |k, a| { in test_grant_ungrant()
3783 assert_eq!(*a, PVEC2); in test_grant_ungrant()
3828 assert_eq!(r, (next_random + 1, GRANTEE_UID, 2, PVEC2)); in test_grant_ungrant()