Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_utils.h39 uid_t get_app_id(uid_t uid);
Dkeystore_utils.cpp93 uid_t get_app_id(uid_t uid) { in get_app_id() function
Dpermissions.cpp181 if (get_app_id(uid) == AID_SYSTEM) { in has_permission()
Dkey_store_service.cpp294 const int32_t appId = get_app_id(callingUid); in listUidsOfAuthBoundKeys()
618 if (get_app_id(targetUid) == AID_SYSTEM) { in clear_uid()
668 if ((flags & KEYSTORE_FLAG_CRITICAL_TO_DEVICE_ENCRYPTION) && get_app_id(uid) != AID_SYSTEM) { in generateKey()
776 if ((flags & KEYSTORE_FLAG_CRITICAL_TO_DEVICE_ENCRYPTION) && get_app_id(uid) != AID_SYSTEM) { in importKey()
861 if (!pruneable && get_app_id(callingUid) != AID_SYSTEM) { in begin()
1024 if (isDeviceIdAttestationRequested(params) && (get_app_id(callingUid) != AID_SYSTEM)) { in attestKey()