Searched refs:pEncryptedSessionKey (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c63 void *pEncryptedSessionKey; member in struct:FwdLockFile_Session
103 sessionPtrs[candidateSessionId]->pEncryptedSessionKey = NULL;
157 free(sessionPtrs[sessionId]->pEncryptedSessionKey);
184 result = FwdLockGlue_DecryptKey(pSession->pEncryptedSessionKey,
251 FwdLockFile_CalculateCounter(pSession->pEncryptedSessionKey, blockIndex, counter);
273 pSession->pEncryptedSessionKey = malloc(pSession->encryptedSessionKeyLength);
274 if (pSession->pEncryptedSessionKey != NULL &&
275 read(fileDesc, pSession->pEncryptedSessionKey,
422 HMAC_Update(&pSession->signingContext, pSession->pEncryptedSessionKey,
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c145 void *pEncryptedSessionKey; member in struct:FwdLockConv_Session
571 pSession->pEncryptedSessionKey, pSession->encryptedSessionKeyLength);
1127 pSession->pEncryptedSessionKey = malloc(pSession->encryptedSessionKeyLength);
1128 if (pSession->pEncryptedSessionKey == NULL) {
1134 pSession->pEncryptedSessionKey,
1142 memcpy(pSession->counter, pSession->pEncryptedSessionKey, AES_BLOCK_SIZE);
1155 free(pSession->pEncryptedSessionKey);
1225 HMAC_Update(&pSession->signingContext, pSession->pEncryptedSessionKey,
1243 free(pSession->pEncryptedSessionKey);

Completed in 478 milliseconds