Searched defs:encryptedBytes (Results 1 – 3 of 3) sorted by relevance
42 public static EncryptedChunk create(ChunkHash key, byte[] nonce, byte[] encryptedBytes) { in create()52 private EncryptedChunk(ChunkHash key, byte[] nonce, byte[] encryptedBytes) { in EncryptedChunk()69 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
363 uint32_t encryptedBytes = in invokeCryptoDecrypt() local