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

  /system/security/keystore/
key_store_service.h 165 int32_t checkBinderPermissionAndKeystoreState(perm_t permission, int32_t targetUid = -1,
key_store_service.cpp 94 checkBinderPermissionAndKeystoreState(P_INSERT, targetUid, flags & KEYSTORE_FLAG_ENCRYPTED);
276 checkBinderPermissionAndKeystoreState(P_INSERT, targetUid, flags & KEYSTORE_FLAG_ENCRYPTED);
422 int32_t result = checkBinderPermissionAndKeystoreState(P_GRANT);
440 int32_t result = checkBinderPermissionAndKeystoreState(P_GRANT);
597 int rc = checkBinderPermissionAndKeystoreState(P_INSERT, uid, flags & KEYSTORE_FLAG_ENCRYPTED);
728 int rc = checkBinderPermissionAndKeystoreState(P_INSERT, uid, flags & KEYSTORE_FLAG_ENCRYPTED);
    [all...]

Completed in 1013 milliseconds