Searched refs:fixedIv (Results 1 – 1 of 1) sorted by relevance
124 private boolean fixedIv = true; field in BaseBlockCipher188 boolean fixedIv, in BaseBlockCipher() argument192 this.fixedIv = fixedIv; in BaseBlockCipher()375 fixedIv = false; in engineSetMode()728 … if (p.getIV().length != ivLength && !(cipher instanceof AEADGenericBlockCipher) && fixedIv) in engineInit()