Home
last modified time | relevance | path

Searched refs:sessionKey (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/av/media/libmediatranscoding/
H A DTranscodingSessionController.cpp42 sessionKey.second); in sessionToString()
184 mOwner->onError(sessionKey.first, sessionKey.second, in threadLoop()
603 if (mSessionMap.count(sessionKey) == 0) { in removeSession_l()
670 mSessionMap.erase(sessionKey); in removeSession_l()
737 if (mSessionMap.count(sessionKey) > 0) { in submit()
754 mSessionMap[sessionKey].key = sessionKey; in submit()
761 addUidToSession_l(clientUid, sessionKey); in submit()
830 if (mSessionMap.count(sessionKey) == 0) { in addClientUid()
841 addUidToSession_l(clientUid, sessionKey); in addClientUid()
855 if (mSessionMap.count(sessionKey) == 0) { in getClientUids()
[all …]
/aosp12/frameworks/av/media/libmediatranscoding/tests/
H A DTranscodingClientManager_tests.cpp143 if (mSessions.count(sessionKey) > 0) { in submit()
157 mSessions[sessionKey].request = request; in submit()
158 mSessions[sessionKey].callback = clientCallback; in submit()
159 mSessions[sessionKey].allClientUids.insert(clientUid); in submit()
161 mLastSession = sessionKey; in submit()
168 if (mSessions.count(sessionKey) == 0) { in addClientUid()
174 mSessions[sessionKey].allClientUids.insert(clientUid); in addClientUid()
182 if (mSessions.count(sessionKey) == 0) { in getClientUids()
197 if (mSessions.count(sessionKey) == 0) { in cancel()
200 mSessions.erase(sessionKey); in cancel()
[all …]
/aosp12/frameworks/av/media/libmediatranscoding/include/media/
H A DTranscodingSessionController.h191 void addUidToSession_l(uid_t uid, const SessionKeyType& sessionKey);
192 void removeSession_l(const SessionKeyType& sessionKey, Session::State finalState,
201 static String8 sessionToString(const SessionKeyType& sessionKey);
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DVtsRemotelyProvisionedComponentTests.cpp313 auto sessionKey = in checkProtectedData() local
316 ASSERT_TRUE(sessionKey) << sessionKey.message(); in checkProtectedData()
319 decryptCoseEncrypt(*sessionKey, parsedProtectedData.get(), bytevec{} /* aad */); in checkProtectedData()
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c144 unsigned char sessionKey[KEY_SIZE]; member
255 if (AES_set_encrypt_key(pSession->sessionKey, KEY_SIZE_IN_BITS, in FwdLockConv_DeriveKeys()
1131 if (!FwdLockGlue_GetRandomNumber(pSession->sessionKey, KEY_SIZE)) { in FwdLockConv_OpenSession()
1133 } else if (!FwdLockGlue_EncryptKey(pSession->sessionKey, KEY_SIZE, in FwdLockConv_OpenSession()
1141 memset(pSession->sessionKey, 0, KEY_SIZE); // Zero out key data. in FwdLockConv_OpenSession()
/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp489 auto sessionKey = in GenerateCsr() local
491 if (!sessionKey) { in GenerateCsr()
503 auto coseEncrypted = constructCoseEncrypt(*sessionKey, nonce, in GenerateCsr()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java246 String sessionKey = intent.getStringExtra(EXTRA_SESSION_KEY); in parseIntent() local
253 Message msg = sm.obtainMessage(PbapStateMachine.AUTH_KEY_INPUT, sessionKey); in parseIntent()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...