Searched defs:P_SIGN (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dkeystore.cpp148 P_SIGN = 1 << 11, enumerator in enum:__anon325
169 {AID_VPN, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY) },
170 {AID_WIFI, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY) },
174 static const perm_t DEFAULT_PERMS = static_cast<perm_t>(P_TEST | P_GET | P_INSERT | P_DELETE | P_EXIST | P_SAW | P_SIGN
1892 if (!has_permission(callingUid, P_SIGN)) {

Completed in 24 milliseconds