Home
last modified time | relevance | path

Searched refs:cipherSpi (Results 1 – 25 of 34) sorted by relevance

12

/dports/java/bouncycastle15/crypto-169/jce/src/main/java/javax/crypto/
H A DCipher.java68 private CipherSpi cipherSpi; field in Cipher
82 CipherSpi cipherSpi, in Cipher() argument
86 this.cipherSpi = cipherSpi; in Cipher()
212 cipherSpi.engineSetMode(tok.nextToken()); in getInstance()
276 cipherSpi.engineSetMode(tok.nextToken()); in getInstance()
318 return cipherSpi.engineGetBlockSize(); in getBlockSize()
362 return cipherSpi.engineGetIV(); in getIV()
378 return cipherSpi.engineGetParameters(); in getParameters()
489 cipherSpi.engineInit(opmode, key, random); in init()
1114 return cipherSpi.engineDoFinal(null, 0, 0); in doFinal()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/crypto/
H A DCipher.java341 this.cipherSpi = cipherSpi; in Cipher()
369 if (cipherSpi != null) in getBlockSize()
394 if (cipherSpi != null) in getIV()
489 if (cipherSpi == null) in doFinal()
527 if (cipherSpi == null) in doFinal()
566 if (cipherSpi == null) in doFinal()
604 if (cipherSpi == null) in getOutputSize()
676 if (cipherSpi != null) in init()
795 if (cipherSpi != null) in init()
894 if (cipherSpi != null) in init()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/crypto/
H A DCipher.java340 this.cipherSpi = cipherSpi; in Cipher()
365 if (cipherSpi != null) in getBlockSize()
390 if (cipherSpi != null) in getIV()
485 if (cipherSpi == null) in doFinal()
522 if (cipherSpi == null) in doFinal()
560 if (cipherSpi == null) in doFinal()
634 if (cipherSpi == null) in getOutputSize()
699 if (cipherSpi != null) in init()
818 if (cipherSpi != null) in init()
917 if (cipherSpi != null) in init()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/crypto/
H A DCipher.java340 this.cipherSpi = cipherSpi; in Cipher()
365 if (cipherSpi != null) in getBlockSize()
390 if (cipherSpi != null) in getIV()
485 if (cipherSpi == null) in doFinal()
522 if (cipherSpi == null) in doFinal()
560 if (cipherSpi == null) in doFinal()
634 if (cipherSpi == null) in getOutputSize()
699 if (cipherSpi != null) in init()
818 if (cipherSpi != null) in init()
917 if (cipherSpi != null) in init()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/crypto/
H A DCipher.java340 this.cipherSpi = cipherSpi; in Cipher()
365 if (cipherSpi != null) in getBlockSize()
390 if (cipherSpi != null) in getIV()
485 if (cipherSpi == null) in doFinal()
522 if (cipherSpi == null) in doFinal()
560 if (cipherSpi == null) in doFinal()
634 if (cipherSpi == null) in getOutputSize()
699 if (cipherSpi != null) in init()
818 if (cipherSpi != null) in init()
917 if (cipherSpi != null) in init()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/crypto/
H A DCipher.java340 this.cipherSpi = cipherSpi; in Cipher()
365 if (cipherSpi != null) in getBlockSize()
390 if (cipherSpi != null) in getIV()
485 if (cipherSpi == null) in doFinal()
522 if (cipherSpi == null) in doFinal()
560 if (cipherSpi == null) in doFinal()
634 if (cipherSpi == null) in getOutputSize()
699 if (cipherSpi != null) in init()
818 if (cipherSpi != null) in init()
917 if (cipherSpi != null) in init()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/crypto/
H A DCipher.java340 this.cipherSpi = cipherSpi; in Cipher()
365 if (cipherSpi != null) in getBlockSize()
390 if (cipherSpi != null) in getIV()
485 if (cipherSpi == null) in doFinal()
522 if (cipherSpi == null) in doFinal()
560 if (cipherSpi == null) in doFinal()
634 if (cipherSpi == null) in getOutputSize()
699 if (cipherSpi != null) in init()
818 if (cipherSpi != null) in init()
917 if (cipherSpi != null) in init()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java316 PBEWithMD5AndTripleDESCipher cipherSpi; in seal() local
317 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in seal()
318 cipher = new CipherForKeyProtector(cipherSpi, SunJCE.getInstance(), in seal()
363 PBEWithMD5AndTripleDESCipher cipherSpi; in unseal() local
364 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in unseal()
365 Cipher cipher = new CipherForKeyProtector(cipherSpi, in unseal()
401 protected CipherForKeyProtector(CipherSpi cipherSpi, in CipherForKeyProtector() argument
404 super(cipherSpi, provider, transformation); in CipherForKeyProtector()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java316 PBEWithMD5AndTripleDESCipher cipherSpi; in seal() local
317 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in seal()
318 cipher = new CipherForKeyProtector(cipherSpi, SunJCE.getInstance(), in seal()
360 PBEWithMD5AndTripleDESCipher cipherSpi; in unseal() local
361 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in unseal()
362 Cipher cipher = new CipherForKeyProtector(cipherSpi, in unseal()
398 protected CipherForKeyProtector(CipherSpi cipherSpi, in CipherForKeyProtector() argument
401 super(cipherSpi, provider, transformation); in CipherForKeyProtector()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java342 PBEWithMD5AndTripleDESCipher cipherSpi; in seal() local
343 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in seal()
344 cipher = new CipherForKeyProtector(cipherSpi, SunJCE.getInstance(), in seal()
389 PBEWithMD5AndTripleDESCipher cipherSpi; in unseal() local
390 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in unseal()
391 Cipher cipher = new CipherForKeyProtector(cipherSpi, in unseal()
427 protected CipherForKeyProtector(CipherSpi cipherSpi, in CipherForKeyProtector() argument
430 super(cipherSpi, provider, transformation); in CipherForKeyProtector()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java342 PBEWithMD5AndTripleDESCipher cipherSpi; in seal() local
343 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in seal()
344 cipher = new CipherForKeyProtector(cipherSpi, SunJCE.getInstance(), in seal()
388 PBEWithMD5AndTripleDESCipher cipherSpi; in unseal() local
389 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in unseal()
390 Cipher cipher = new CipherForKeyProtector(cipherSpi, in unseal()
426 protected CipherForKeyProtector(CipherSpi cipherSpi, in CipherForKeyProtector() argument
429 super(cipherSpi, provider, transformation); in CipherForKeyProtector()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java336 PBEWithMD5AndTripleDESCipher cipherSpi; in seal() local
337 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in seal()
338 cipher = new CipherForKeyProtector(cipherSpi, SunJCE.getInstance(), in seal()
383 PBEWithMD5AndTripleDESCipher cipherSpi; in unseal() local
384 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in unseal()
385 Cipher cipher = new CipherForKeyProtector(cipherSpi, in unseal()
421 protected CipherForKeyProtector(CipherSpi cipherSpi, in CipherForKeyProtector() argument
424 super(cipherSpi, provider, transformation); in CipherForKeyProtector()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java344 PBEWithMD5AndTripleDESCipher cipherSpi; in seal() local
345 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in seal()
346 cipher = new CipherForKeyProtector(cipherSpi, SunJCE.getInstance(), in seal()
391 PBEWithMD5AndTripleDESCipher cipherSpi; in unseal() local
392 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in unseal()
393 Cipher cipher = new CipherForKeyProtector(cipherSpi, in unseal()
429 protected CipherForKeyProtector(CipherSpi cipherSpi, in CipherForKeyProtector() argument
432 super(cipherSpi, provider, transformation); in CipherForKeyProtector()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java342 PBEWithMD5AndTripleDESCipher cipherSpi; in seal() local
343 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in seal()
344 cipher = new CipherForKeyProtector(cipherSpi, SunJCE.getInstance(), in seal()
389 PBEWithMD5AndTripleDESCipher cipherSpi; in unseal() local
390 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in unseal()
391 Cipher cipher = new CipherForKeyProtector(cipherSpi, in unseal()
427 protected CipherForKeyProtector(CipherSpi cipherSpi, in CipherForKeyProtector() argument
430 super(cipherSpi, provider, transformation); in CipherForKeyProtector()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java336 PBEWithMD5AndTripleDESCipher cipherSpi; in seal() local
337 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in seal()
338 cipher = new CipherForKeyProtector(cipherSpi, SunJCE.getInstance(), in seal()
383 PBEWithMD5AndTripleDESCipher cipherSpi; in unseal() local
384 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in unseal()
385 Cipher cipher = new CipherForKeyProtector(cipherSpi, in unseal()
421 protected CipherForKeyProtector(CipherSpi cipherSpi, in CipherForKeyProtector() argument
424 super(cipherSpi, provider, transformation); in CipherForKeyProtector()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java342 PBEWithMD5AndTripleDESCipher cipherSpi; in seal() local
343 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in seal()
344 cipher = new CipherForKeyProtector(cipherSpi, SunJCE.getInstance(), in seal()
389 PBEWithMD5AndTripleDESCipher cipherSpi; in unseal() local
390 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in unseal()
391 Cipher cipher = new CipherForKeyProtector(cipherSpi, in unseal()
427 protected CipherForKeyProtector(CipherSpi cipherSpi, in CipherForKeyProtector() argument
430 super(cipherSpi, provider, transformation); in CipherForKeyProtector()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java342 PBEWithMD5AndTripleDESCipher cipherSpi; in seal() local
343 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in seal()
344 cipher = new CipherForKeyProtector(cipherSpi, SunJCE.getInstance(), in seal()
388 PBEWithMD5AndTripleDESCipher cipherSpi; in unseal() local
389 cipherSpi = new PBEWithMD5AndTripleDESCipher(); in unseal()
390 Cipher cipher = new CipherForKeyProtector(cipherSpi, in unseal()
426 protected CipherForKeyProtector(CipherSpi cipherSpi, in CipherForKeyProtector() argument
429 super(cipherSpi, provider, transformation); in CipherForKeyProtector()
/dports/java/cryptix-jce/src/javax.crypto/
H A DCipher.java82 Cipher(CipherSpi cipherSpi, Provider provider, String transformation) in Cipher() argument
84 this.spi = cipherSpi; in Cipher()
/dports/security/beecrypt/beecrypt-4.2.1/include/beecrypt/c++/crypto/
H A DCipher.h61 Cipher(CipherSpi* cipherSpi, const Provider* provider, const String& transformation);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/javax/crypto/
H A DCipher.java272 protected Cipher(CipherSpi cipherSpi, in Cipher() argument
281 this.spi = cipherSpi; in Cipher()
294 Cipher(CipherSpi cipherSpi, String transformation) { in Cipher() argument
295 this.spi = cipherSpi; in Cipher()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/javax/crypto/
H A DCipher.java272 protected Cipher(CipherSpi cipherSpi, in Cipher() argument
281 this.spi = cipherSpi; in Cipher()
294 Cipher(CipherSpi cipherSpi, String transformation) { in Cipher() argument
295 this.spi = cipherSpi; in Cipher()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/javax/crypto/
H A DCipher.java272 protected Cipher(CipherSpi cipherSpi, in Cipher() argument
281 this.spi = cipherSpi; in Cipher()
294 Cipher(CipherSpi cipherSpi, String transformation) { in Cipher() argument
295 this.spi = cipherSpi; in Cipher()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/crypto/
H A DCipher.java261 protected Cipher(CipherSpi cipherSpi, in Cipher() argument
270 this.spi = cipherSpi; in Cipher()
283 Cipher(CipherSpi cipherSpi, String transformation) { in Cipher() argument
284 this.spi = cipherSpi; in Cipher()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/javax/crypto/
H A DCipher.java269 protected Cipher(CipherSpi cipherSpi, in Cipher() argument
278 this.spi = cipherSpi; in Cipher()
291 Cipher(CipherSpi cipherSpi, String transformation) { in Cipher() argument
292 this.spi = cipherSpi; in Cipher()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/javax/crypto/
H A DCipher.java269 protected Cipher(CipherSpi cipherSpi, in Cipher() argument
278 this.spi = cipherSpi; in Cipher()
291 Cipher(CipherSpi cipherSpi, String transformation) { in Cipher() argument
292 this.spi = cipherSpi; in Cipher()

12