Home
last modified time | relevance | path

Searched refs:underlyingCipher (Results 1 – 25 of 41) sorted by relevance

12

/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DIESUtil.java17 BlockCipher underlyingCipher = iesBlockCipher.getUnderlyingCipher(); in guessParameterSpec() local
19 if (underlyingCipher.getAlgorithmName().equals("DES") || in guessParameterSpec()
20 underlyingCipher.getAlgorithmName().equals("RC2") || in guessParameterSpec()
21 underlyingCipher.getAlgorithmName().equals("RC5-32") || in guessParameterSpec()
22 underlyingCipher.getAlgorithmName().equals("RC5-64")) in guessParameterSpec()
26 else if (underlyingCipher.getAlgorithmName().equals("SKIPJACK")) in guessParameterSpec()
30 else if (underlyingCipher.getAlgorithmName().equals("GOST28147")) in guessParameterSpec()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/mode/
H A DECB.java82 ECB(IBlockCipher underlyingCipher, int cipherBlockSize) in ECB() argument
84 super(Registry.ECB_MODE, underlyingCipher, cipherBlockSize); in ECB()
H A DOFB.java132 OFB(IBlockCipher underlyingCipher, int cipherBlockSize) in OFB() argument
134 super(Registry.OFB_MODE, underlyingCipher, cipherBlockSize); in OFB()
H A DCBC.java73 CBC(IBlockCipher underlyingCipher, int cipherBlockSize) in CBC() argument
75 super(Registry.CBC_MODE, underlyingCipher, cipherBlockSize); in CBC()
H A DCFB.java90 CFB(IBlockCipher underlyingCipher, int cipherBlockSize) in CFB() argument
92 super(Registry.CFB_MODE, underlyingCipher, cipherBlockSize); in CFB()
H A DCTR.java90 CTR(IBlockCipher underlyingCipher, int cipherBlockSize) in CTR() argument
92 super(Registry.CTR_MODE, underlyingCipher, cipherBlockSize); in CTR()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/crypto/mode/
H A DECB.java82 ECB(IBlockCipher underlyingCipher, int cipherBlockSize) in ECB() argument
84 super(Registry.ECB_MODE, underlyingCipher, cipherBlockSize); in ECB()
H A DOFB.java132 OFB(IBlockCipher underlyingCipher, int cipherBlockSize) in OFB() argument
134 super(Registry.OFB_MODE, underlyingCipher, cipherBlockSize); in OFB()
H A DCBC.java73 CBC(IBlockCipher underlyingCipher, int cipherBlockSize) in CBC() argument
75 super(Registry.CBC_MODE, underlyingCipher, cipherBlockSize); in CBC()
H A DCFB.java90 CFB(IBlockCipher underlyingCipher, int cipherBlockSize) in CFB() argument
92 super(Registry.CFB_MODE, underlyingCipher, cipherBlockSize); in CFB()
H A DCTR.java90 CTR(IBlockCipher underlyingCipher, int cipherBlockSize) in CTR() argument
92 super(Registry.CTR_MODE, underlyingCipher, cipherBlockSize); in CTR()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/crypto/mode/
H A DECB.java82 ECB(IBlockCipher underlyingCipher, int cipherBlockSize) in ECB() argument
84 super(Registry.ECB_MODE, underlyingCipher, cipherBlockSize); in ECB()
H A DOFB.java132 OFB(IBlockCipher underlyingCipher, int cipherBlockSize) in OFB() argument
134 super(Registry.OFB_MODE, underlyingCipher, cipherBlockSize); in OFB()
H A DCBC.java73 CBC(IBlockCipher underlyingCipher, int cipherBlockSize) in CBC() argument
75 super(Registry.CBC_MODE, underlyingCipher, cipherBlockSize); in CBC()
H A DCFB.java90 CFB(IBlockCipher underlyingCipher, int cipherBlockSize) in CFB() argument
92 super(Registry.CFB_MODE, underlyingCipher, cipherBlockSize); in CFB()
H A DCTR.java90 CTR(IBlockCipher underlyingCipher, int cipherBlockSize) in CTR() argument
92 super(Registry.CTR_MODE, underlyingCipher, cipherBlockSize); in CTR()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/mode/
H A DECB.java82 ECB(IBlockCipher underlyingCipher, int cipherBlockSize) in ECB() argument
84 super(Registry.ECB_MODE, underlyingCipher, cipherBlockSize); in ECB()
H A DOFB.java132 OFB(IBlockCipher underlyingCipher, int cipherBlockSize) in OFB() argument
134 super(Registry.OFB_MODE, underlyingCipher, cipherBlockSize); in OFB()
H A DCBC.java73 CBC(IBlockCipher underlyingCipher, int cipherBlockSize) in CBC() argument
75 super(Registry.CBC_MODE, underlyingCipher, cipherBlockSize); in CBC()
H A DCFB.java90 CFB(IBlockCipher underlyingCipher, int cipherBlockSize) in CFB() argument
92 super(Registry.CFB_MODE, underlyingCipher, cipherBlockSize); in CFB()
H A DCTR.java90 CTR(IBlockCipher underlyingCipher, int cipherBlockSize) in CTR() argument
92 super(Registry.CTR_MODE, underlyingCipher, cipherBlockSize); in CTR()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/crypto/mode/
H A DECB.java82 ECB(IBlockCipher underlyingCipher, int cipherBlockSize) in ECB() argument
84 super(Registry.ECB_MODE, underlyingCipher, cipherBlockSize); in ECB()
H A DOFB.java132 OFB(IBlockCipher underlyingCipher, int cipherBlockSize) in OFB() argument
134 super(Registry.OFB_MODE, underlyingCipher, cipherBlockSize); in OFB()
H A DCBC.java73 CBC(IBlockCipher underlyingCipher, int cipherBlockSize) in CBC() argument
75 super(Registry.CBC_MODE, underlyingCipher, cipherBlockSize); in CBC()
H A DCFB.java90 CFB(IBlockCipher underlyingCipher, int cipherBlockSize) in CFB() argument
92 super(Registry.CFB_MODE, underlyingCipher, cipherBlockSize); in CFB()

12