Lines Matching refs:ivLength
6769 - ivLength = baseEngine.getBlockSize();
6775 - ivLength = 0;
6781 - ivLength = baseEngine.getBlockSize();
6782 - if (ivLength < 16)
6794 + // ivLength = baseEngine.getBlockSize();
6800 + // ivLength = 0;
6806 + // ivLength = baseEngine.getBlockSize();
6807 + // if (ivLength < 16)
6817 ivLength = baseEngine.getBlockSize();
6823 - ivLength = baseEngine.getBlockSize();
6829 - ivLength = baseEngine.getBlockSize();
6836 + // ivLength = baseEngine.getBlockSize();
6842 + // ivLength = baseEngine.getBlockSize();
6849 ivLength = baseEngine.getBlockSize();
6851 ivLength = 13; // CCM nonce 7..13 bytes
6861 - ivLength = 15;
6871 - ivLength = baseEngine.getBlockSize();
6882 + // ivLength = 15;
6892 + // ivLength = baseEngine.getBlockSize();
6898 ivLength = baseEngine.getBlockSize();
6910 - if (gost28147Param.getIV() != null && ivLength != 0)
6923 + // if (gost28147Param.getIV() != null && ivLength != 0)
6933 … throw new InvalidAlgorithmParameterException("IV must be " + ivLength + " bytes long.");
6964 - if (gost28147Param.getIV() != null && ivLength != 0)
6976 - if (rc2Param.getIV() != null && ivLength != 0)
7008 - if ((rc5Param.getIV() != null) && (ivLength != 0))
7022 + // if (gost28147Param.getIV() != null && ivLength != 0)
7034 + // if (rc2Param.getIV() != null && ivLength != 0)
7066 + // if ((rc5Param.getIV() != null) && (ivLength != 0))