Home
last modified time | relevance | path

Searched refs:cipherKeySize (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jce/spec/
H A DIESParameterSpec.java16 private int cipherKeySize; field in IESParameterSpec
49 int cipherKeySize, in IESParameterSpec() argument
52 this(derivation, encoding, macKeySize, cipherKeySize, nonce, false); in IESParameterSpec()
69 int cipherKeySize, in IESParameterSpec() argument
94 this.cipherKeySize = cipherKeySize; in IESParameterSpec()
128 return cipherKeySize; in getCipherKeySize()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/params/
H A DIESWithCipherParameters.java7 private int cipherKeySize; field in IESWithCipherParameters
19 int cipherKeySize) in IESWithCipherParameters() argument
23 this.cipherKeySize = cipherKeySize; in IESWithCipherParameters()
28 return cipherKeySize; in getCipherKeySize()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/crypto/params/
H A DIESWithCipherParameters.java9 private int cipherKeySize; field in IESWithCipherParameters
21 int cipherKeySize) in IESWithCipherParameters() argument
25 this.cipherKeySize = cipherKeySize; in IESWithCipherParameters()
30 return cipherKeySize; in getCipherKeySize()
/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/tls/crypto/impl/jcajce/
H A DJcaTlsCrypto.java1111 int cipherKeySize, boolean forEncryption) throws GeneralSecurityException
1117 return createBlockCipher(cipherName, algorithm, cipherKeySize, forEncryption);
1136 … createAEADCipher("AES/CCM/NoPadding", "AES", cipherKeySize, false), cipherKeySize, macSize,
1144 … createAEADCipher("AES/GCM/NoPadding", "AES", cipherKeySize, false), cipherKeySize, macSize,
1152 … createAEADCipher("ARIA/GCM/NoPadding", "ARIA", cipherKeySize, false), cipherKeySize, macSize,
1160 createAEADCipher("Camellia/GCM/NoPadding", "Camellia", cipherKeySize, true),
1161 …createAEADCipher("Camellia/GCM/NoPadding", "Camellia", cipherKeySize, false), cipherKeySize, macSi…
1180 int cipherKeySize = 16, macSize = 16;
1182 … createAEADCipher("SM4/CCM/NoPadding", "SM4", cipherKeySize, false), cipherKeySize, macSize,
1189 int cipherKeySize = 16, macSize = 16;
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/crypto/engines/
H A DIESEngine.java127 int cipherKeySize = ((IESWithCipherParameters)param).getCipherKeySize(); in decryptBlock() local
128 byte[] buf = new byte[(cipherKeySize / 8) + (macKeySize / 8)]; in decryptBlock()
130 cipher.init(false, new KeyParameter(buf, 0, (cipherKeySize / 8))); in decryptBlock()
142 macKey = new KeyParameter(buf, (cipherKeySize / 8), (macKeySize / 8)); in decryptBlock()
198 int cipherKeySize = ((IESWithCipherParameters)param).getCipherKeySize(); in encryptBlock() local
199 byte[] buf = new byte[(cipherKeySize / 8) + (macKeySize / 8)]; in encryptBlock()
201 cipher.init(true, new KeyParameter(buf, 0, (cipherKeySize / 8))); in encryptBlock()
211 macKey = new KeyParameter(buf, (cipherKeySize / 8), (macKeySize / 8)); in encryptBlock()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-core/crypto/
H A Dkey.go193 var cipherKeySize int
198 cipherKeySize = 16
201 cipherKeySize = 32
210 result := make([]byte, 2*(ivSize+cipherKeySize+hmacKeySize))
267 k1.CipherKey = r1[ivSize : ivSize+cipherKeySize]
268 k1.MacKey = r1[ivSize+cipherKeySize:]
271 k2.CipherKey = r2[ivSize : ivSize+cipherKeySize]
272 k2.MacKey = r2[ivSize+cipherKeySize:]
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
H A DTripleDES.hs40 cipherKeySize _ = KeySizeFixed 24 function
45 cipherKeySize _ = KeySizeFixed 24 function
50 cipherKeySize _ = KeySizeFixed 16 function
55 cipherKeySize _ = KeySizeFixed 16 function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/cryptonite-0.28/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/cryptonite-0.27/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/cryptonite-0.29/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/cryptonite-0.27/Crypto/Cipher/
H A DTwofish.hs15 cipherKeySize _ = KeySizeFixed 16 function
27 cipherKeySize _ = KeySizeFixed 24 function
39 cipherKeySize _ = KeySizeFixed 32 function
/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/tls/crypto/impl/bc/
H A DBcTlsCrypto.java466 …lsAEADCipher createCipher_AES_CCM(TlsCryptoParameters cryptoParams, int cipherKeySize, int macSize) in createCipher_AES_CCM() argument
472 …return new TlsAEADCipher(cryptoParams, encrypt, decrypt, cipherKeySize, macSize, TlsAEADCipher.AEA… in createCipher_AES_CCM()
475 …lsAEADCipher createCipher_AES_GCM(TlsCryptoParameters cryptoParams, int cipherKeySize, int macSize) in createCipher_AES_GCM() argument
481 …return new TlsAEADCipher(cryptoParams, encrypt, decrypt, cipherKeySize, macSize, TlsAEADCipher.AEA… in createCipher_AES_GCM()
484 …sAEADCipher createCipher_ARIA_GCM(TlsCryptoParameters cryptoParams, int cipherKeySize, int macSize) in createCipher_ARIA_GCM() argument
490 …return new TlsAEADCipher(cryptoParams, encrypt, decrypt, cipherKeySize, macSize, TlsAEADCipher.AEA… in createCipher_ARIA_GCM()
493 …DCipher createCipher_Camellia_GCM(TlsCryptoParameters cryptoParams, int cipherKeySize, int macSize) in createCipher_Camellia_GCM() argument
499 …return new TlsAEADCipher(cryptoParams, encrypt, decrypt, cipherKeySize, macSize, TlsAEADCipher.AEA… in createCipher_Camellia_GCM()
502 …pher createCipher_CBC(TlsCryptoParameters cryptoParams, int encryptionAlgorithm, int cipherKeySize, in createCipher_CBC() argument
511 … return new TlsBlockCipher(cryptoParams, encrypt, decrypt, clientMAC, serverMAC, cipherKeySize); in createCipher_CBC()

12345678910>>...15