Home | History | Annotate | Download | only in patches

Lines Matching full:rc5

5937 -            if (baseEngine.getAlgorithmName().startsWith("RC5"))
5939 - if (baseEngine.getAlgorithmName().equals("RC5-32"))
5943 - throw new InvalidAlgorithmParameterException("RC5 already set up for a word size of 32 not " + rc5Param.getWordSize() + ".");
5946 - else if (baseEngine.getAlgorithmName().equals("RC5-64"))
5950 - throw new InvalidAlgorithmParameterException("RC5 already set up for a word size of 64 not " + rc5Param.getWordSize() + ".");
5956 - throw new InvalidAlgorithmParameterException("RC5 parameters passed to a cipher that is not RC5.");
5995 + // if (baseEngine.getAlgorithmName().startsWith("RC5"))
5997 RC5-32"))
6001 + // throw new InvalidAlgorithmParameterException("RC5 already set up for a word size of 32 not " + rc5Param.getWordSize() + ".");
6004 + // else if (baseEngine.getAlgorithmName().equals("RC5-64"))
6008 + // throw new InvalidAlgorithmParameterException("RC5 already set up for a word size of 64 not " + rc5Param.getWordSize() + ".");
6014 + // throw new InvalidAlgorithmParameterException("RC5 parameters passed to a cipher that is not RC5.");
6636 - "Noekeon", "RC2", "RC5", "RC6", "Rijndael", "Salsa20", "SEED", "Serpent", "Skipjack", "TEA", "Twofish", "VMPC", "VMPCKSA3", "XTEA"
6639 + // "Noekeon", "RC2", "RC5", "RC6", "Rijndael", "Salsa20", "SEED", "Serpent", "Skipjack", "TEA", "Twofish", "VMPC", "VMPCKSA3", "XTEA"