Searched refs:PVEC2 (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/security/keystore2/src/ |
H A D | database.rs | 3707 const PVEC2: KeyPermSet = key_perm_set![KeyPerm::use_()]; in test_grant_ungrant() const 3780 .grant(&selinux_key, CALLER_UID, 12, PVEC2, |k, a| { in test_grant_ungrant() 3781 assert_eq!(*a, PVEC2); in test_grant_ungrant() 3826 assert_eq!(r, (next_random + 1, GRANTEE_UID, 2, PVEC2)); in test_grant_ungrant()
|