Home
last modified time | relevance | path

Searched refs:cipherBlockSize (Results 51 – 75 of 87) sorted by relevance

1234

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/prng/
H A DUMacGenerator.java123 int cipherBlockSize = 0; in setup() local
126 cipherBlockSize = bs.intValue(); in setup()
130 cipherBlockSize = cipher.defaultBlockSize(); in setup()
160 if (cipherBlockSize != 0) // only needed if new or changed in setup()
161 map.put(IBlockCipher.CIPHER_BLOCK_SIZE, Integer.valueOf(cipherBlockSize)); in setup()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/crypto/prng/
H A DUMacGenerator.java123 int cipherBlockSize = 0; in setup() local
126 cipherBlockSize = bs.intValue(); in setup()
130 cipherBlockSize = cipher.defaultBlockSize(); in setup()
160 if (cipherBlockSize != 0) // only needed if new or changed in setup()
161 map.put(IBlockCipher.CIPHER_BLOCK_SIZE, Integer.valueOf(cipherBlockSize)); in setup()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/crypto/prng/
H A DUMacGenerator.java123 int cipherBlockSize = 0; in setup() local
126 cipherBlockSize = bs.intValue(); in setup()
130 cipherBlockSize = cipher.defaultBlockSize(); in setup()
160 if (cipherBlockSize != 0) // only needed if new or changed in setup()
161 map.put(IBlockCipher.CIPHER_BLOCK_SIZE, Integer.valueOf(cipherBlockSize)); in setup()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/prng/
H A DUMacGenerator.java123 int cipherBlockSize = 0; in setup() local
126 cipherBlockSize = bs.intValue(); in setup()
130 cipherBlockSize = cipher.defaultBlockSize(); in setup()
160 if (cipherBlockSize != 0) // only needed if new or changed in setup()
161 map.put(IBlockCipher.CIPHER_BLOCK_SIZE, Integer.valueOf(cipherBlockSize)); in setup()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/crypto/prng/
H A DUMacGenerator.java123 int cipherBlockSize = 0; in setup() local
126 cipherBlockSize = bs.intValue(); in setup()
130 cipherBlockSize = cipher.defaultBlockSize(); in setup()
160 if (cipherBlockSize != 0) // only needed if new or changed in setup()
161 map.put(IBlockCipher.CIPHER_BLOCK_SIZE, Integer.valueOf(cipherBlockSize)); in setup()
/dports/security/yapet/yapet-2.3/src/libs/crypt/
H A Dcrypto.cc114 int Crypto::cipherBlockSize() const { in cipherBlockSize() function in Crypto
148 auto blockSize = cipherBlockSize(); in encrypt()
189 auto blockSize = cipherBlockSize(); in decrypt()
H A Dcrypto.hh59 int cipherBlockSize() const;
H A Daes256.cc164 auto blockSize = cipherBlockSize(); in encrypt()
215 auto blockSize = cipherBlockSize(); in decrypt()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/jce/params/
H A DBlockCipherParameters.java93 int cipherBlockSize = cipherSpec.getBlockSize(); in engineGetEncoded() local
97 writer.writeBigInteger(BigInteger.valueOf(cipherBlockSize)), in engineGetEncoded()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/crypto/jce/params/
H A DBlockCipherParameters.java93 int cipherBlockSize = cipherSpec.getBlockSize(); in engineGetEncoded() local
97 writer.writeBigInteger(BigInteger.valueOf(cipherBlockSize)), in engineGetEncoded()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/crypto/jce/params/
H A DBlockCipherParameters.java93 int cipherBlockSize = cipherSpec.getBlockSize(); in engineGetEncoded() local
97 writer.writeBigInteger(BigInteger.valueOf(cipherBlockSize)), in engineGetEncoded()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/jce/params/
H A DBlockCipherParameters.java93 int cipherBlockSize = cipherSpec.getBlockSize(); in engineGetEncoded() local
97 writer.writeBigInteger(BigInteger.valueOf(cipherBlockSize)), in engineGetEncoded()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/crypto/jce/params/
H A DBlockCipherParameters.java93 int cipherBlockSize = cipherSpec.getBlockSize(); in engineGetEncoded() local
97 writer.writeBigInteger(BigInteger.valueOf(cipherBlockSize)), in engineGetEncoded()
/dports/sysutils/fusefs-encfs/encfs-1.9.5/encfs/
H A DBlockNameIO.cpp43 blockSize = cipher->cipherBlockSize();
55 blockSize = cipher->cipherBlockSize();
H A Dtest.cpp247 cipher->cipherBlockSize())); in runTests()
263 cipher->cipherBlockSize(), true)); in runTests()
287 cipher->cipherBlockSize())); in runTests()
H A DNullCipher.h63 virtual int cipherBlockSize() const;
H A DSSL_Cipher.h115 virtual int cipherBlockSize() const;
/dports/sysutils/fusefs-encfs/encfs-1.9.5/test/
H A DCipher_test.cpp103 BlockNameIO::CurrentInterface(), cipher, key, cipher->cipherBlockSize())); in TEST_P()
130 cipher->cipherBlockSize(), true)); in TEST_P()
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/javax/crypto/mode/
H A DBaseMode.h60 jint cipherBlockSize; variable
H A DEAX.h69 jint cipherBlockSize; variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/javax/crypto/mode/
H A DBaseMode.h60 jint cipherBlockSize; variable
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/javax/crypto/mode/
H A DBaseMode.h60 jint cipherBlockSize; variable
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/javax/crypto/mode/
H A DBaseMode.h60 jint cipherBlockSize; variable
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/javax/crypto/mode/
H A DBaseMode.h60 jint cipherBlockSize; variable
H A DEAX.h69 jint cipherBlockSize; variable

1234