Home
last modified time | relevance | path

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

12

/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/crypto/mode/
H A DCTR.java90 CTR(IBlockCipher underlyingCipher, int cipherBlockSize) in CTR() argument
92 super(Registry.CTR_MODE, underlyingCipher, cipherBlockSize); in CTR()
H A DICM.java110 ICM(IBlockCipher underlyingCipher, int cipherBlockSize) in ICM() argument
112 super(Registry.ICM_MODE, underlyingCipher, cipherBlockSize); in ICM()
H A DBaseMode.java83 protected BaseMode(String name, IBlockCipher underlyingCipher, in BaseMode() argument
89 this.cipher = underlyingCipher; in BaseMode()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/prng/
H A DICMGenerator.java149 String underlyingCipher = (String) attributes.get(CIPHER); in setup() local
150 if (underlyingCipher == null) in setup()
158 cipher = CipherFactory.getInstance(underlyingCipher); in setup()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/crypto/prng/
H A DICMGenerator.java149 String underlyingCipher = (String) attributes.get(CIPHER); in setup() local
150 if (underlyingCipher == null) in setup()
158 cipher = CipherFactory.getInstance(underlyingCipher); in setup()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/crypto/prng/
H A DICMGenerator.java149 String underlyingCipher = (String) attributes.get(CIPHER); in setup() local
150 if (underlyingCipher == null) in setup()
158 cipher = CipherFactory.getInstance(underlyingCipher); in setup()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/prng/
H A DICMGenerator.java149 String underlyingCipher = (String) attributes.get(CIPHER); in setup() local
150 if (underlyingCipher == null) in setup()
158 cipher = CipherFactory.getInstance(underlyingCipher); in setup()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/crypto/prng/
H A DICMGenerator.java149 String underlyingCipher = (String) attributes.get(CIPHER); in setup() local
150 if (underlyingCipher == null) in setup()
158 cipher = CipherFactory.getInstance(underlyingCipher); in setup()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/mode/
H A DICM.java110 ICM(IBlockCipher underlyingCipher, int cipherBlockSize) in ICM() argument
112 super(Registry.ICM_MODE, underlyingCipher, cipherBlockSize); in ICM()
H A DBaseMode.java83 protected BaseMode(String name, IBlockCipher underlyingCipher, in BaseMode() argument
89 this.cipher = underlyingCipher; in BaseMode()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/crypto/mode/
H A DICM.java110 ICM(IBlockCipher underlyingCipher, int cipherBlockSize) in ICM() argument
112 super(Registry.ICM_MODE, underlyingCipher, cipherBlockSize); in ICM()
H A DBaseMode.java83 protected BaseMode(String name, IBlockCipher underlyingCipher, in BaseMode() argument
89 this.cipher = underlyingCipher; in BaseMode()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/crypto/mode/
H A DICM.java110 ICM(IBlockCipher underlyingCipher, int cipherBlockSize) in ICM() argument
112 super(Registry.ICM_MODE, underlyingCipher, cipherBlockSize); in ICM()
H A DBaseMode.java83 protected BaseMode(String name, IBlockCipher underlyingCipher, in BaseMode() argument
89 this.cipher = underlyingCipher; in BaseMode()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/mode/
H A DICM.java110 ICM(IBlockCipher underlyingCipher, int cipherBlockSize) in ICM() argument
112 super(Registry.ICM_MODE, underlyingCipher, cipherBlockSize); in ICM()
H A DBaseMode.java83 protected BaseMode(String name, IBlockCipher underlyingCipher, in BaseMode() argument
89 this.cipher = underlyingCipher; in BaseMode()

12