Searched defs:encryptedBytes (Results 1 – 4 of 4) 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
367 uint32_t encryptedBytes = in invokeCryptoDecrypt() local
565 const uint32_t encryptedBytes = in invokeCryptoPlugin() local