- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 15 for 0x00020000 (0.05 sec)
-
src/main/java/jcifs/smb1/util/DES.java
- 0x08020200, 0x08000000, 0x00020008, 0x00000208,
- 0x00020000, 0x08020200, 0x08000200, 0x00000000,
- 0x00000200, 0x00020008, 0x08020208, 0x08000200,
- 0x08000008, 0x00000200, 0x00000000, 0x08020008,
- 0x08000208, 0x00020000, 0x08000000, 0x08020208,
- 0x00000008, 0x00020208, 0x00020200, 0x08000008,
- 0x08020000, 0x08000208, 0x00000208, 0x08020000,
- 0x00020208, 0x00000008, 0x08020008, 0x00020200
- };
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 21.4K bytes - Viewed (0) -
guava/src/com/google/common/hash/Crc32cHashFunction.java
- processRemaining(EMPTY);
- }
- return HashCode.fromInt(~crc0);
- }
- static final int[] BYTE_TABLE = {
- 0x00000000, 0xf26b8303, 0xe13b70f7, 0x1350f3f4, 0xc79a971f, 0x35f1141c,
- 0x26a1e7e8, 0xd4ca64eb, 0x8ad958cf, 0x78b2dbcc, 0x6be22838, 0x9989ab3b,
- 0x4d43cfd0, 0xbf284cd3, 0xac78bf27, 0x5e133c24, 0x105ec76f, 0xe235446c,
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Apr 20 18:43:59 UTC 2021 - 21.3K bytes - Viewed (0) -
okhttp-tls/src/test/java/okhttp3/tls/internal/der/DerTest.kt
- .writeByte(0b00000010)
- .writeByte(0b10001000)
- .writeByte(0b10000000)
- .writeByte(0b00000000)
- .writeByte(0b00000000)
- .writeByte(0b00000000)
- .writeByte(0b00000000)
- .writeByte(0b00000000)
- .writeByte(0b00000000)
- .writeByte(0b00000000)
- val derReader = DerReader(buffer)
- assertFailsWith<ProtocolException> {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 31.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java
- *
- */
- public static final int SMB2_FLAGS_SERVER_TO_REDIR = 0x00000001;
- /**
- *
- */
- public static final int SMB2_FLAGS_ASYNC_COMMAND = 0x00000002;
- /**
- *
- */
- public static final int SMB2_FLAGS_RELATED_OPERATIONS = 0x00000004;
- /**
- *
- */
- public static final int SMB2_FLAGS_SIGNED = 0x00000008;
- /**
- *
- */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Sep 30 10:47:31 UTC 2018 - 19.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java
- Encdec.enc_uint32le(0x00000000, temp, 4); // Reserved
- Encdec.enc_uint64le(nanos1601, temp, 8);
- System.arraycopy(clientChallenge, 0, temp, 16, 8);
- Encdec.enc_uint32le(0x00000000, temp, 24); // Unknown
- if (targetInfo != null)
- System.arraycopy(targetInfo, 0, temp, 28, targetInfoLength);
- Encdec.enc_uint32le(0x00000000, temp, 28 + targetInfoLength); // mystery bytes!
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 22.5K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtStatus.java
- public interface NtStatus {
- /*
- * Don't bother to edit this. Everything within the interface
- * block is automatically generated from the ntstatus package.
- */
- public static final int NT_STATUS_OK = 0x00000000;
- public static final int NT_STATUS_PENDING = 0x00000103;
- public static final int NT_STATUS_NOTIFY_ENUM_DIR = 0x0000010C;
- public static final int NT_STATUS_BUFFER_OVERFLOW = 0x80000005;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Jun 01 10:09:29 UTC 2019 - 11.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComNegotiateResponse.java
- private int negotiatedFlags2;
- private int maxMpxCount;
- private int snd_buf_size;
- private int recv_buf_size;
- private int tx_buf_size;
- private int capabilities;
- private int sessionKey = 0x00000000;
- private boolean useUnicode;
- /**
- *
- * @param ctx
- */
- public SmbComNegotiateResponse ( CIFSContext ctx ) {
- super(ctx.getConfig());
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:52:42 UTC 2020 - 15.4K bytes - Viewed (0) -
src/archive/tar/tar_test.go
- wantInverted: []sparseEntry{{0, 1000}, {5000, 0}},
- }, {
- in: []sparseEntry{{0, 3000}}, size: 5000,
- wantValid: true,
- wantAligned: []sparseEntry{{0, 2560}},
- wantInverted: []sparseEntry{{3000, 2000}},
- }, {
- in: []sparseEntry{{3000, 2000}}, size: 5000,
- wantValid: true,
- wantAligned: []sparseEntry{{3072, 1928}},
- wantInverted: []sparseEntry{{0, 3000}, {5000, 0}},
- }, {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jul 25 00:25:45 UTC 2024 - 23.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SIDCacheImpl.java
- SamrPolicyHandle policyHandle = new SamrPolicyHandle(handle, authorityServerName, 0x00000030);
- SamrDomainHandle domainHandle = new SamrDomainHandle(handle, policyHandle, 0x00000200, domsid.unwrap(sid_t.class));
- try ( SamrAliasHandle aliasHandle = new SamrAliasHandle(handle, domainHandle, 0x0002000c, rid) ) {
- rpc = new MsrpcGetMembersInAlias(aliasHandle, sidarray);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 12.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtStatus.java
- public interface NtStatus {
- /* Don't bother to edit this. Everthing within the interface
- * block is automatically generated from the ntstatus package.
- */
- public static final int NT_STATUS_OK = 0x00000000;
- public static final int NT_STATUS_UNSUCCESSFUL = 0xC0000001;
- public static final int NT_STATUS_NOT_IMPLEMENTED = 0xC0000002;
- public static final int NT_STATUS_INVALID_INFO_CLASS = 0xC0000003;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 11.1K bytes - Viewed (0)