Home
last modified time | relevance | path

Searched refs:newIV (Results 1 – 25 of 47) sorted by relevance

12

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/engines/
H A DHC256Engine.java94 byte[] newIV = new byte[32]; in init()
96 System.arraycopy(iv, 0, newIV, 0, iv.length); in init()
97 System.arraycopy(iv, 0, newIV, iv.length, newIV.length - iv.length); in init()
99 iv = newIV; in init()
H A DZuc128CoreEngine.java125 byte[] newIV = null; in init()
129 newIV = ivParams.getIV(); in init()
141 setKeyAndIV(newKey, newIV); in init()
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/tls-1.5.5/Network/TLS/Record/
H A DWriting.hs46 then do newIV <- getStateRNG ctx sz
47 runTxState ctx (modify (setRecordIV newIV) >> f)
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/tls-1.5.5/Network/TLS/Record/
H A DWriting.hs46 then do newIV <- getStateRNG ctx sz
47 runTxState ctx (modify (setRecordIV newIV) >> f)
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/tls-1.5.5/Network/TLS/Record/
H A DWriting.hs46 then do newIV <- getStateRNG ctx sz
47 runTxState ctx (modify (setRecordIV newIV) >> f)
/dports/devel/stack/stack-2.7.3/_cabal_deps/tls-1.5.5/Network/TLS/Record/
H A DWriting.hs46 then do newIV <- getStateRNG ctx sz
47 runTxState ctx (modify (setRecordIV newIV) >> f)
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/tls-1.5.5/Network/TLS/Record/
H A DWriting.hs46 then do newIV <- getStateRNG ctx sz
47 runTxState ctx (modify (setRecordIV newIV) >> f)
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/tls-1.5.5/Network/TLS/Record/
H A DWriting.hs46 then do newIV <- getStateRNG ctx sz
47 runTxState ctx (modify (setRecordIV newIV) >> f)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Affine/Transforms/
H A DAffineLoopNormalize.cpp177 Operation *newIV = opBuilder.create<AffineApplyOp>(loc, ivMap, lbOperands); in normalizeAffineFor() local
178 op.getInductionVar().replaceAllUsesExcept(newIV->getResult(0), in normalizeAffineFor()
179 SmallPtrSet<Operation *, 1>{newIV}); in normalizeAffineFor()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Affine/Transforms/
H A DAffineLoopNormalize.cpp177 Operation *newIV = opBuilder.create<AffineApplyOp>(loc, ivMap, lbOperands); in normalizeAffineFor() local
178 op.getInductionVar().replaceAllUsesExcept(newIV->getResult(0), in normalizeAffineFor()
179 SmallPtrSet<Operation *, 1>{newIV}); in normalizeAffineFor()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/tls-1.5.4/Network/TLS/
H A DSending.hs69 then do newIV <- getStateRNG ctx sz
70 runTxState ctx (modify (setRecordIV newIV) >> f)
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/tls-1.5.4/Network/TLS/
H A DSending.hs69 then do newIV <- getStateRNG ctx sz
70 runTxState ctx (modify (setRecordIV newIV) >> f)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/tls-1.5.4/Network/TLS/
H A DSending.hs69 then do newIV <- getStateRNG ctx sz
70 runTxState ctx (modify (setRecordIV newIV) >> f)
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/tls-1.5.4/Network/TLS/
H A DSending.hs69 then do newIV <- getStateRNG ctx sz
70 runTxState ctx (modify (setRecordIV newIV) >> f)
/dports/lang/elm/compiler-0.19.1/_cabal_deps/tls-1.5.4/Network/TLS/
H A DSending.hs69 then do newIV <- getStateRNG ctx sz
70 runTxState ctx (modify (setRecordIV newIV) >> f)
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/tls-1.5.4/Network/TLS/
H A DSending.hs69 then do newIV <- getStateRNG ctx sz
70 runTxState ctx (modify (setRecordIV newIV) >> f)
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/tls-1.5.4/Network/TLS/
H A DSending.hs69 then do newIV <- getStateRNG ctx sz
70 runTxState ctx (modify (setRecordIV newIV) >> f)
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/tls-1.5.4/Network/TLS/
H A DSending.hs69 then do newIV <- getStateRNG ctx sz
70 runTxState ctx (modify (setRecordIV newIV) >> f)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/
H A DBlockIO.hs169 newIV <- f bs i d s
170 loop newIV (d `plusPtr` bs) (s `plusPtr` bs) (n - fromIntegral bs)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/
H A DBlockIO.hs169 newIV <- f bs i d s
170 loop newIV (d `plusPtr` bs) (s `plusPtr` bs) (n - fromIntegral bs)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/crypto-api-0.13.3/Crypto/
H A DClasses.hs274newIV = IV . B.concat . L.toChunks . L.take ivLen . L.drop (L.length msg) . L.fromChunks $ ivStr function
275 in (zwp (L.fromChunks ivStr) msg, newIV)
449 newIV = head $ genericDrop ((ivLen - 1 + L.length msg) `div` ivLen) ivStr function
450 in (zwp (L.fromChunks $ map (encryptBlock k) $ map initializationVector ivStr) msg, newIV)
611newIV = IV . B.concat . L.toChunks . L.take (fromIntegral ivLen) . L.drop mLen . L.fromChunks $ iv… function
612 in (zwp' (B.concat ivStr) msg, newIV)
626 ((_,newIV),res) = B.mapAccumL fa (B.empty,iv) msg
627 in (res,newIV)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/crypto-api-0.13.3/Crypto/
H A DClasses.hs274newIV = IV . B.concat . L.toChunks . L.take ivLen . L.drop (L.length msg) . L.fromChunks $ ivStr function
275 in (zwp (L.fromChunks ivStr) msg, newIV)
449 newIV = head $ genericDrop ((ivLen - 1 + L.length msg) `div` ivLen) ivStr function
450 in (zwp (L.fromChunks $ map (encryptBlock k) $ map initializationVector ivStr) msg, newIV)
611newIV = IV . B.concat . L.toChunks . L.take (fromIntegral ivLen) . L.drop mLen . L.fromChunks $ iv… function
612 in (zwp' (B.concat ivStr) msg, newIV)
626 ((_,newIV),res) = B.mapAccumL fa (B.empty,iv) msg
627 in (res,newIV)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp430 Operation *newIV = opBuilder.create<AffineApplyOp>(loc, ivMap, lbOperands); in normalizeAffineFor() local
431 op.getInductionVar().replaceAllUsesExcept(newIV->getResult(0), newIV); in normalizeAffineFor()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp430 Operation *newIV = opBuilder.create<AffineApplyOp>(loc, ivMap, lbOperands); in normalizeAffineFor() local
431 op.getInductionVar().replaceAllUsesExcept(newIV->getResult(0), newIV); in normalizeAffineFor()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp430 Operation *newIV = opBuilder.create<AffineApplyOp>(loc, ivMap, lbOperands); in normalizeAffineFor() local
431 op.getInductionVar().replaceAllUsesExcept(newIV->getResult(0), newIV); in normalizeAffineFor()

12