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;
185 pSession->encryptedSessionKeyLength, pData->key, KEY_SIZE);
272 pSession->encryptedSessionKeyLength = FwdLockGlue_GetEncryptedKeyLength(KEY_SIZE);
273 pSession->pEncryptedSessionKey = malloc(pSession->encryptedSessionKeyLength);
276 pSession->encryptedSessionKeyLength) ==
277 (ssize_t)pSession->encryptedSessionKeyLength &&
288 pSession->encryptedSessionKeyLength + TOP_HEADER_SIZE + 2 * SHA1_HASH_SIZE;
423 pSession->encryptedSessionKeyLength);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 146 size_t encryptedSessionKeyLength;
561 size_t dataSignaturePos = encryptedSessionKeyPos + pSession->encryptedSessionKeyLength;
571 pSession->pEncryptedSessionKey, pSession->encryptedSessionKeyLength);
    [all...]

Completed in 150 milliseconds