Searched refs:UID_SELF (Results 1 – 5 of 5) sorted by relevance
/system/security/keystore-engine/ |
D | keystore_backend_binder.cpp | 68 constexpr int32_t UID_SELF = -1; variable 112 KeymasterBlob(), UID_SELF, &error_code); in sign() 145 std::vector<uint8_t>() /* entropy */, UID_SELF, &error_code); in sign() 261 KeymasterBlob() /* clientId */, KeymasterBlob() /* appData */, UID_SELF, &error_code); in get_pubkey()
|
/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/ |
D | VtsHalWifiKeystoreV1_0TargetTest.cpp | 92 for (uid_t uid : {UID_SELF, AID_WIFI}) { in resetState() 218 constexpr static const int32_t UID_SELF = -1; member in __anoncb0371f70111::WifiKeystoreHalTest 416 bool result = insert(kTestKeyName, UID_SELF); in TEST_P() 510 bool result = generateKey(kTestKeyName, KeyPurpose::SIGNING, UID_SELF); in TEST_P() 516 result = deleteKey(kTestKeyName, UID_SELF); in TEST_P()
|
/system/hardware/interfaces/wifi/keystore/1.0/default/ |
D | keystore.cpp | 44 constexpr int32_t UID_SELF = -1; variable 98 KeymasterBlob() /* clientId */, KeymasterBlob() /* appData */, UID_SELF, &error_code); in getPublicKey() 153 KeymasterBlob(), UID_SELF, &error_code); in sign() 191 std::vector<uint8_t>() /* entropy */, UID_SELF, &error_code); in sign()
|
/system/security/keystore/ |
D | key_store_service.h | 172 static const int32_t UID_SELF = -1; 184 bool checkBinderPermission(perm_t permission, int32_t targetUid = UID_SELF);
|
D | key_store_service.cpp | 1343 if (targetUid == UID_SELF) { in getEffectiveUid() 1453 if (!checkBinderPermission(P_LOCK, UID_SELF)) { in onKeyguardVisibilityChanged() 1459 if (!checkBinderPermission(P_UNLOCK, UID_SELF)) { in onKeyguardVisibilityChanged()
|