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

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

Completed in 145 milliseconds