Home
last modified time | relevance | path

Searched defs:bufOff (Results 1 – 25 of 54) sorted by relevance

123

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/engines/
H A DDSTU7624WrapEngine.java96 int bufOff = engine.getBlockSize() / 2; in wrap() local
137 System.arraycopy(Btemp.get(i), 0, wrappedBuffer, bufOff, engine.getBlockSize() / 2); in wrap() local
172 int bufOff = engine.getBlockSize() / 2; in unwrap() local
211 System.arraycopy(Btemp.get(i), 0, buffer, bufOff, engine.getBlockSize() / 2); in unwrap() local
/dports/benchmarks/polygraph/polygraph-4.13.0/src/csm/
H A DInjectIter.cc67 const Size bufOff = Min(areaLen, bufEnd - theInjOff); in inject() local
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/util/encoders/
H A DHexEncoder.java117 int bufOff = 0; in decode() local
185 int bufOff = 0; in decode() local
H A DBufferedEncoder.java11 protected int bufOff; field in BufferedEncoder
H A DBufferedDecoder.java11 protected int bufOff; field in BufferedDecoder
H A DBase64Encoder.java150 int bufOff = 0; in decode() local
259 int bufOff = 0; in decode() local
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/mime/encoding/
H A DQuotedPrintableInputStream.java19 public int read(byte[] buf, int bufOff, int len) throws IOException in read()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/macs/
H A DGOST28147Mac.java18 private int bufOff; field in GOST28147Mac
187 private byte[] CM5func(byte[] buf, int bufOff, byte[] mac) in CM5func()
H A DBlockCipherMac.java14 private int bufOff; field in BlockCipherMac
H A DCBCBlockCipherMac.java19 private int bufOff; field in CBCBlockCipherMac
H A DDSTU7624Mac.java20 private int bufOff; field in DSTU7624Mac
H A DISO9797Alg3Mac.java25 private int bufOff; field in ISO9797Alg3Mac
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/mime/
H A DBoundaryLimitedInputStream.java15 private int bufOff = 0; field in BoundaryLimitedInputStream
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/util/io/
H A DBufferingOutputStream.java20 private int bufOff; field in BufferingOutputStream
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/util/encoders/
H A DBufferedEncoder.java13 protected int bufOff; field in BufferedEncoder
H A DBufferedDecoder.java13 protected int bufOff; field in BufferedDecoder
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/
H A DBufferedAsymmetricBlockCipher.java10 protected int bufOff; field in BufferedAsymmetricBlockCipher
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/crypto/
H A DBufferedAsymmetricBlockCipher.java15 protected int bufOff; field in BufferedAsymmetricBlockCipher
/dports/biology/bowtie2/bowtie2-2.4.4/
H A Dreference.cpp334 uint64_t bufOff = refOffs_[tidx]; in getBase() local
378 uint64_t bufOff = refOffs_[tidx]; in getStretchNaive() local
446 uint64_t bufOff = refOffs_[tidx]; in getStretch() local
/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/tls/
H A DByteQueueInputStream.java23 public void addBytes(byte[] buf, int bufOff, int bufLen) in addBytes()
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/io/
H A DCipherInputStream.java36 private int bufOff; field in CipherInputStream
/dports/java/bouncycastle15/crypto-169/jce/src/main/java/javax/crypto/
H A DCipherInputStream.java48 private int bufOff; field in CipherInputStream
/dports/biology/bowtie/bowtie-1.3.1/
H A Dreference.h390 uint64_t bufOff = refOffs_[tidx]; in getBase() local
433 uint64_t bufOff = refOffs_[tidx]; in getStretchNaive() local
498 uint64_t bufOff = refOffs_[tidx]; in getStretch() local
/dports/biology/hisat2/hisat2-2.2.1/
H A Dreference.cpp400 uint64_t bufOff = refOffs_[tidx]; in getBase() local
444 uint64_t bufOff = refOffs_[tidx]; in getStretchNaive() local
512 uint64_t bufOff = refOffs_[tidx]; in getStretch() local
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/modes/
H A DGCMBlockCipher.java49 private int bufOff; field in GCMBlockCipher
553 private void processBlock(byte[] buf, int bufOff, byte[] out, int outOff) in processBlock()

123