Home
last modified time | relevance | path

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

/system/security/keystore/
Dpermissions.cpp74 {AID_VPN, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY)},
75 {AID_WIFI, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY)},
76 {AID_BLUETOOTH, static_cast<perm_t>(P_GET | P_INSERT | P_DELETE | P_EXIST | P_SIGN | P_VERIFY)},
87 P_GET_STATE | P_GET | P_INSERT | P_DELETE | P_EXIST | P_LIST | P_SIGN | P_VERIFY |
Dpermissions.h36 P_VERIFY = 1 << 12, enumerator