Searched refs:P_SIGN (Results 1 – 3 of 3) sorted by relevance
69 {AID_VPN, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY)},70 {AID_WIFI, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY)},75 P_GET_STATE | P_GET | P_INSERT | P_DELETE | P_EXIST | P_LIST | P_SIGN | P_VERIFY |
35 P_SIGN = 1 << 11, enumerator
494 if (!checkBinderPermission(P_SIGN)) { in sign()