Searched defs:encryptedBytes (Results 1 – 2 of 2) sorted by relevance
41 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
181 size_t encryptedBytes = (remainingBytes / AES_BLOCK_SIZE) * AES_BLOCK_SIZE; in processAAC() local235 size_t encryptedBytes = (remainingBytes / AES_BLOCK_SIZE) * AES_BLOCK_SIZE; in processAC3() local