HomeSort by relevance Sort by last modified time
    Searched defs:encryptedBytes (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/mpeg2ts/
HlsSampleDecryptor.cpp 176 size_t encryptedBytes = (remainingBytes / AES_BLOCK_SIZE) * AES_BLOCK_SIZE;
182 status_t ret = decryptBlock(encrypted, encryptedBytes, AESInitVec);
188 offset += encryptedBytes;
189 remainingBytes -= encryptedBytes;
230 size_t encryptedBytes = (remainingBytes / AES_BLOCK_SIZE) * AES_BLOCK_SIZE;
238 status_t ret = decryptBlock(encrypted, encryptedBytes, AESInitVec);
244 offset += encryptedBytes;
245 remainingBytes -= encryptedBytes;
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-cipher/1.4/
plexus-cipher-1.4.jar 
  /prebuilts/tools/common/m2/repository/com/braintreepayments/encryption/2.1.0/
encryption-2.1.0.jar 

Completed in 475 milliseconds