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

  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 71 unsigned char keyStream[AES_BLOCK_SIZE];
212 * Calculates the counter, treated as a 16-byte little-endian number, used to generate the keystream
249 AES_encrypt(counter, pSession->keyStream, &pSession->encryptionRoundKeys);
252 *pByte ^= pSession->keyStream[blockOffset];
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 150 unsigned char keyStream[AES_BLOCK_SIZE];
    [all...]

Completed in 34 milliseconds