HomeSort by relevance Sort by last modified time
    Searched refs:P_SIGN (Results 1 - 3 of 3) sorted by null

  /system/security/keystore/
permissions.h 35 P_SIGN = 1 << 11,
permissions.cpp 52 {AID_VPN, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY)},
53 {AID_WIFI, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY)},
58 P_EXIST | P_LIST | P_SIGN | P_VERIFY);
key_store_service.cpp 381 if (!checkBinderPermission(P_SIGN)) {
    [all...]

Completed in 75 milliseconds