- Sort Score
- Result 10 results
- Languages All
Results 251 - 260 of 356 for 13 (0.02 sec)
-
src/main/java/jcifs/internal/smb2/Smb2EncryptionContext.java
} final KeyParameter keyParam = new KeyParameter(keyCopy); // CCMBlockCipher requires nonce length between 7 and 13 // Use the nonce directly if it's 12 bytes (generated appropriately) final byte[] adjustedNonce; if (nonce.length == 12) { adjustedNonce = nonce; } else {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 35.5K bytes - Viewed (0) -
src/archive/zip/reader_test.go
0000410 fc d2 72 ca ba 82 18 46 16 61 cd 93 a9 0f d1 24 0000420 17 99 e2 2c 71 16 84 0c c8 7a 13 0f 9a 5e c5 f0 0000430 79 64 e2 12 4d c8 82 a1 81 19 2d aa 44 6d 87 54 0000440 84 71 c1 f6 d4 ca 25 8c 77 b9 08 c7 c8 5e 10 8a 0000450 8f 61 ed 8c ba 30 1f 79 9a c7 60 34 2b b9 8c f8 0000460 18 a6 83 1b e3 9f ad 79 fe fd 1b 8b f1 fc 41 6f 0000470 d4 13 1f e3 b8 83 ba 64 92 e7 eb e4 77 05 8f ba 0000480 fa 3b 00 00 ff ff 50 4b 07 08 a6 18 b1 91 5e 04
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Mar 11 22:19:38 UTC 2025 - 56.6K bytes - Viewed (0) -
cmd/metacache-set_gen.go
func (z *listPathOptions) Msgsize() (s int) {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Mar 19 20:23:12 UTC 2024 - 13.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.19.md
- [v1.19.3](#v1193) - [Downloads for v1.19.3](#downloads-for-v1193) - [Source Code](#source-code-13) - [Client binaries](#client-binaries-13) - [Server binaries](#server-binaries-13) - [Node binaries](#node-binaries-13) - [Changelog since v1.19.2](#changelog-since-v1192) - [Changes by Kind](#changes-by-kind-13) - [Feature](#feature-7) - [Design](#design) - [Bug or Regression](#bug-or-regression-12)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.21.md
- [Removed](#removed-12) - [v1.21.1](#v1211) - [Downloads for v1.21.1](#downloads-for-v1211) - [Source Code](#source-code-13) - [Client Binaries](#client-binaries-13) - [Server Binaries](#server-binaries-13) - [Node Binaries](#node-binaries-13) - [Changelog since v1.21.0](#changelog-since-v1210) - [Changes by Kind](#changes-by-kind-12) - [API Change](#api-change-2)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Oct 14 07:03:14 UTC 2022 - 367.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.20.md
- [Source Code](#source-code-13) - [Client binaries](#client-binaries-13) - [Server binaries](#server-binaries-13) - [Node binaries](#node-binaries-13) - [Changelog since v1.20.1](#changelog-since-v1201) - [Changes by Kind](#changes-by-kind-12) - [Bug or Regression](#bug-or-regression-12) - [Dependencies](#dependencies-13) - [Added](#added-13) - [Changed](#changed-13)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 19 21:05:45 UTC 2022 - 409K bytes - Viewed (0) -
api/go1.4.txt
pkg crypto, const SHA3_224 = 10 pkg crypto, const SHA3_224 Hash pkg crypto, const SHA3_256 = 11 pkg crypto, const SHA3_256 Hash pkg crypto, const SHA3_384 = 12 pkg crypto, const SHA3_384 Hash pkg crypto, const SHA3_512 = 13 pkg crypto, const SHA3_512 Hash # CL 114680043 crypto: add Signer, Adam Langley <******@****.***> pkg crypto, method (Hash) HashFunc() Hash pkg crypto, type Signer interface { Public, Sign }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
cmd/xl-storage_test.go
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 66K bytes - Viewed (0) -
cmd/xl-storage-format-v1_gen.go
func (z *ErasureInfo) Msgsize() (s int) { s = 1 + 10 + msgp.StringPrefixSize + len(z.Algorithm) + 11 + msgp.IntSize + 13 + msgp.IntSize + 10 + msgp.Int64Size + 6 + msgp.IntSize + 13 + msgp.ArrayHeaderSize + (len(z.Distribution) * (msgp.IntSize)) + 10 + msgp.ArrayHeaderSize for za0002 := range z.Checksums { s += z.Checksums[za0002].Msgsize() } return }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Dec 15 22:50:12 UTC 2024 - 41.4K bytes - Viewed (0) -
cmd/erasure-server-pool-decom_gen.go
return } } } o = bts return } // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z *PoolStatus) Msgsize() (s int) { s = 1 + 3 + msgp.IntSize + 3 + msgp.StringPrefixSize + len(z.CmdLine) + 3 + msgp.TimeSize + 4 if z.Decommission == nil { s += msgp.NilSize } else { s += z.Decommission.Msgsize() } return }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Jul 04 21:02:54 UTC 2022 - 26.7K bytes - Viewed (0)