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

  /sdk/traceview/src/com/android/traceview/
MainWindow.java 151 FileInputStream keyStream = null;
159 keyStream = new FileInputStream(base + ".key");
160 FileChannel srcChannel = keyStream.getChannel();
172 if (keyStream != null) {
173 keyStream.close(); // also closes srcChannel
  /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...]
  /tools/motodev/src/plugins/certmanager/lib/
bcprov-jdk15on-147.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 66 milliseconds