Searched defs:encryptedBlocks (Results 1 – 3 of 3) sorted by relevance
69 public int encryptedBlocks; field in CryptoInfo87 byte[] key, byte[] iv, @C.CryptoMode int mode, int encryptedBlocks, int clearBlocks) { in set()162 private void set(int encryptedBlocks, int clearBlocks) { in set()
55 public final int encryptedBlocks; field in TrackOutput.CryptoData69 public CryptoData(@C.CryptoMode int cryptoMode, byte[] encryptionKey, int encryptedBlocks, in CryptoData()
270 int encryptedBlocks = 16; in createCryptoInfo() local