Home
last modified time | relevance | path

Searched refs:zeroBytes (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/tree/
H A DINTest.java82 byte[] zeroBytes = new byte[N_BYTES_IN_KEY]; in testFindEntry()
84 zeroBytes[i] = 0x00; in testFindEntry()
100 assertTrue(in.findEntry(zeroBytes, false, true) == -1); in testFindEntry()
102 assertTrue(in.findEntry(zeroBytes, true, false) == -1); in testFindEntry()
104 assertTrue(in.findEntry(zeroBytes, true, true) == -1); in testFindEntry()
166 byte[] zeroBytes = new byte[N_BYTES_IN_KEY]; in doInsertEntry()
168 zeroBytes[i] = 0x00; in doInsertEntry()
178 in.insertEntry(null, zeroBytes, FAKE_LSN); in doInsertEntry()
311 byte[] zeroBytes = new byte[N_BYTES_IN_KEY]; in doDeleteEntry()
313 zeroBytes[i] = 0x00; in doDeleteEntry()
[all …]
/dports/security/ssh-vault/ssh-vault-0.12.6/
H A Dshred.go19 zeroBytes := make([]byte, fileInfo.Size())
22 copy(zeroBytes[:], "0")
25 _, err = f.Write([]byte(zeroBytes))
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/
H A DIoAdaptedObjectContainer.cs321 byte[] zeroBytes = new byte[1024]; in ZeroFile()
324 while (left > zeroBytes.Length) in ZeroFile()
326 io.BlockWrite(slot.Address(), offset, zeroBytes, zeroBytes.Length); in ZeroFile()
327 offset += zeroBytes.Length; in ZeroFile()
328 left -= zeroBytes.Length; in ZeroFile()
332 io.BlockWrite(slot.Address(), offset, zeroBytes, left); in ZeroFile()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/sdl/
H A Dsdl.cpp764 int zeroBytes = 1; in convertEncoding() local
766 zeroBytes = 2; in convertEncoding()
768 zeroBytes = 4; in convertEncoding()
774 result = SDL_iconv_string(to, from, string, length + zeroBytes); in convertEncoding()
776 char *stringCopy = (char *) calloc(sizeof(char), length + zeroBytes); in convertEncoding()
778 result = SDL_iconv_string(to, from, stringCopy, length + zeroBytes); in convertEncoding()
790 zeroBytes = 1; in convertEncoding()
792 zeroBytes = 2; in convertEncoding()
794 zeroBytes = 4; in convertEncoding()
795 char *finalResult = (char *) malloc(newLength + zeroBytes); in convertEncoding()
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/upstreamproxy/go-ntlm/ntlm/
H A Dhelpers.go18 func zeroBytes(length int) []byte { func
35 newSlice := zeroBytes(size)
60 result := zeroBytes(len(encoded) * 2)
H A Dsignature.go81 sig.RandomPad = rc4(handle, zeroBytes(4))
83 sig.SeqNum = rc4(handle, zeroBytes(4))
87 sig.RandomPad = zeroBytes(4)
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/upstreamproxy/go-ntlm/ntlm/
H A Dhelpers.go18 func zeroBytes(length int) []byte { func
35 newSlice := zeroBytes(size)
60 result := zeroBytes(len(encoded) * 2)
H A Dsignature.go81 sig.RandomPad = rc4(handle, zeroBytes(4))
83 sig.SeqNum = rc4(handle, zeroBytes(4))
87 sig.RandomPad = zeroBytes(4)
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/asn1/
H A DDERNull.java13 byte[] zeroBytes = new byte[0]; field in DERNull
23 out.writeEncoded(NULL, zeroBytes); in encode()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/
H A DDERNull.java15 private static final byte[] zeroBytes = new byte[0]; field in DERNull
33 out.writeEncoded(withTag, BERTags.NULL, zeroBytes); in encode()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/mtproto/details/
H A Dmtproto_rsa_public_key.cpp174 } else if (auto zeroBytes = kEncryptSize - res) { in encrypt() local
176 bytes::move(resultBytes.subspan(zeroBytes, res), resultBytes.subspan(0, res)); in encrypt()
177 bytes::set_with_const(resultBytes.subspan(0, zeroBytes), gsl::byte{}); in encrypt()
192 } else if (auto zeroBytes = kDecryptSize - res) { in decrypt() local
194 bytes::move(resultBytes.subspan(zeroBytes - res, res), resultBytes.subspan(0, res)); in decrypt()
195 bytes::set_with_const(resultBytes.subspan(0, zeroBytes - res), gsl::byte{}); in decrypt()
/dports/net/inlets/inlets-3.0.2/vendor/github.com/golang/protobuf/proto/
H A Dwire.go25 b = zeroBytes
30 var zeroBytes = make([]byte, 0, 0) var
/dports/net/inlets/inlets-3.0.2/vendor/github.com/golang/protobuf/protobuf-1.4.3/proto/
H A Dwire.go25 b = zeroBytes
30 var zeroBytes = make([]byte, 0, 0) var
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/golang/protobuf/proto/
H A Dwire.go25 b = zeroBytes
30 var zeroBytes = make([]byte, 0, 0) var
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/golang/protobuf/proto/
H A Dwire.go25 b = zeroBytes
30 var zeroBytes = make([]byte, 0, 0) var
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/github.com/golang/protobuf/proto/
H A Dwire.go25 b = zeroBytes
30 var zeroBytes = make([]byte, 0, 0) var
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/golang/protobuf/proto/
H A Dwire.go25 b = zeroBytes
30 var zeroBytes = make([]byte, 0, 0) var
/dports/security/lego/lego-4.5.3/vendor/github.com/golang/protobuf/proto/
H A Dwire.go25 b = zeroBytes
30 var zeroBytes = make([]byte, 0, 0) var
/dports/net/rclone/rclone-1.57.0/vendor/github.com/golang/protobuf/proto/
H A Dwire.go25 b = zeroBytes
30 var zeroBytes = make([]byte, 0, 0) var
/dports/net/evans/evans-0.9.1/vendor/github.com/golang/protobuf/proto/
H A Dwire.go25 b = zeroBytes
30 var zeroBytes = make([]byte, 0, 0) var
/dports/net/drive/drive-0.4.0/vendor/github.com/golang/protobuf/proto/
H A Dwire.go25 b = zeroBytes
30 var zeroBytes = make([]byte, 0, 0) var
/dports/www/carbonapi/carbonapi-0.14.1/vendor/github.com/golang/protobuf/proto/
H A Dwire.go25 b = zeroBytes
30 var zeroBytes = make([]byte, 0, 0) var
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/golang/protobuf/proto/
H A Dwire.go25 b = zeroBytes
30 var zeroBytes = make([]byte, 0, 0) var
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/vendor/github.com/golang/protobuf/proto/
H A Dwire.go25 b = zeroBytes
30 var zeroBytes = make([]byte, 0, 0) var
/dports/databases/redis_exporter/redis_exporter-1.33.0/vendor/github.com/golang/protobuf/proto/
H A Dwire.go25 b = zeroBytes
30 var zeroBytes = make([]byte, 0, 0) var

12345678910>>...12