Home
last modified time | relevance | path

Searched defs:encryptedBytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/encryption/chunking/
DEncryptedChunk.java41 public static EncryptedChunk create(ChunkHash key, byte[] nonce, byte[] encryptedBytes) { in create()
51 private EncryptedChunk(ChunkHash key, byte[] nonce, byte[] encryptedBytes) { in EncryptedChunk()
68 public byte[] encryptedBytes() { in encryptedBytes() method in EncryptedChunk
/frameworks/av/media/libstagefright/mpeg2ts/
DHlsSampleDecryptor.cpp181 size_t encryptedBytes = (remainingBytes / AES_BLOCK_SIZE) * AES_BLOCK_SIZE; in processAAC() local
235 size_t encryptedBytes = (remainingBytes / AES_BLOCK_SIZE) * AES_BLOCK_SIZE; in processAC3() local