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

  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 64 size_t encryptedSessionKeyLength;
182 pSession->encryptedSessionKeyLength, pData->key, KEY_SIZE);
269 pSession->encryptedSessionKeyLength = FwdLockGlue_GetEncryptedKeyLength(KEY_SIZE);
270 pSession->pEncryptedSessionKey = malloc(pSession->encryptedSessionKeyLength);
273 pSession->encryptedSessionKeyLength) ==
274 (ssize_t)pSession->encryptedSessionKeyLength &&
285 pSession->encryptedSessionKeyLength + TOP_HEADER_SIZE + 2 * SHA1_HASH_SIZE;
420 pSession->encryptedSessionKeyLength);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 145 size_t encryptedSessionKeyLength;
558 size_t dataSignaturePos = encryptedSessionKeyPos + pSession->encryptedSessionKeyLength;
568 pSession->pEncryptedSessionKey, pSession->encryptedSessionKeyLength);
    [all...]

Completed in 23 milliseconds