Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore.cpp177 P_SIGN = 1 << 11, enumerator
222 {AID_VPN, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY) },
223 {AID_WIFI, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY) },
228 | P_EXIST | P_LIST | P_SIGN | P_VERIFY);
2025 if (!checkBinderPermission(P_SIGN)) { in sign()