Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for 0x39 (0.1 sec)

  1. src/crypto/tls/testdata/Client-TLSv12-RenegotiateTwiceRejected

    >>> Flow 11 (client to server)
    00000000  15 03 03 00 12 81 0d 63  a5 11 7a 03 ab 66 f6 c8  |.......c..z..f..|
    00000010  15 f3 d9 23 fa 67 6b 15  03 03 00 12 71 0e 3b 52  |...#.gk.....q.;R|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  2. src/crypto/aes/asm_ppc64x.s

    DATA ·rcon+0x10(SB)/8, $0x0100000001000000 // RCON
    DATA ·rcon+0x18(SB)/8, $0x0100000001000000 // RCON
    DATA ·rcon+0x20(SB)/8, $0x1b0000001b000000
    DATA ·rcon+0x28(SB)/8, $0x1b0000001b000000
    DATA ·rcon+0x30(SB)/8, $0x0d0e0f0c0d0e0f0c // MASK
    DATA ·rcon+0x38(SB)/8, $0x0d0e0f0c0d0e0f0c // MASK
    DATA ·rcon+0x40(SB)/8, $0x0000000000000000
    DATA ·rcon+0x48(SB)/8, $0x0000000000000000
    GLOBL ·rcon(SB), RODATA, $80
    
    #ifdef GOARCH_ppc64le
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:05:32 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  3. src/net/textproto/reader.go

    	// Since this is the obs-text range, we invert the mask to
    	// create a bitmap with 1s for disallowed bytes.
    	const mask = 0 |
    		(1<<(0x7f-0x21)-1)<<0x21 | // VCHAR: %x21-7E
    		1<<0x20 | // SP: %x20
    		1<<0x09 // HTAB: %x09
    	return ((uint64(1)<<c)&^(mask&(1<<64-1)) |
    		(uint64(1)<<(c-64))&^(mask>>64)) == 0
    }
    
    // canonicalMIMEHeaderKey is like CanonicalMIMEHeaderKey but is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Client-TLSv12-RenegotiateTwice

    00000020  c0 9e 9d 6c 4c b4 39 1f  95 ff 8f 20 32 27 d2 39  |...lL.9.... 2'.9|
    00000030  ac f6 33 f9 48 a4 0b 0f  e1 f9 5f 0a 83 7b 75 95  |..3.H....._..{u.|
    00000040  23 55 14 ba 55 2f 47 42  e8 df 09 39 cc a8 00 00  |#U..U/GB...9....|
    00000050  11 ff 01 00 01 00 00 0b  00 04 03 00 01 02 00 17  |................|
    00000060  00 00 16 03 03 02 59 0b  00 02 55 00 02 52 00 02  |......Y...U..R..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    	SECURITY_PRINCIPAL_SELF_RID         = 10
    	SECURITY_CREATOR_OWNER_SERVER_RID   = 0x2
    	SECURITY_CREATOR_GROUP_SERVER_RID   = 0x3
    	SECURITY_LOGON_IDS_RID_COUNT        = 0x3
    	SECURITY_ANONYMOUS_LOGON_RID        = 0x7
    	SECURITY_PROXY_RID                  = 0x8
    	SECURITY_ENTERPRISE_CONTROLLERS_RID = 0x9
    	SECURITY_SERVER_LOGON_RID           = SECURITY_ENTERPRISE_CONTROLLERS_RID
    	SECURITY_AUTHENTICATED_USER_RID     = 0xb
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  6. src/math/big/int_test.go

    	{"-0x01", "-0x01", "-0x01", "-0x01", "0x00", "0x00"},
    	{"0x07", "0x08", "0x00", "0x0f", "0x0f", "0x07"},
    	{"0x05", "0x0f", "0x05", "0x0f", "0x0a", "0x00"},
    	{"0xff", "-0x0a", "0xf6", "-0x01", "-0xf7", "0x09"},
    	{"0x013ff6", "0x9a4e", "0x1a46", "0x01bffe", "0x01a5b8", "0x0125b0"},
    	{"-0x013ff6", "0x9a4e", "0x800a", "-0x0125b2", "-0x01a5bc", "-0x01c000"},
    	{"-0x013ff6", "-0x9a4e", "-0x01bffe", "-0x1a46", "0x01a5b8", "0x8008"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 58.5K bytes
    - Viewed (0)
  7. src/crypto/tls/common.go

    	0xCF, 0x21, 0xAD, 0x74, 0xE5, 0x9A, 0x61, 0x11,
    	0xBE, 0x1D, 0x8C, 0x02, 0x1E, 0x65, 0xB8, 0x91,
    	0xC2, 0xA2, 0x11, 0x16, 0x7A, 0xBB, 0x8C, 0x5E,
    	0x07, 0x9E, 0x09, 0xE2, 0xC8, 0xA8, 0x33, 0x9C,
    }
    
    const (
    	// downgradeCanaryTLS12 or downgradeCanaryTLS11 is embedded in the server
    	// random as a downgrade protection if the server would be capable of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm64/asm7.go

    	ACASAD:  3<<30 | 0x47<<21 | 0x1f<<10,
    	ACASAW:  2<<30 | 0x47<<21 | 0x1f<<10,
    	ACASLD:  3<<30 | 0x45<<21 | 0x3f<<10,
    	ACASLW:  2<<30 | 0x45<<21 | 0x3f<<10,
    	ACASALD: 3<<30 | 0x47<<21 | 0x3f<<10,
    	ACASALW: 2<<30 | 0x47<<21 | 0x3f<<10,
    	ACASALH: 1<<30 | 0x47<<21 | 0x3f<<10,
    	ACASALB: 0<<30 | 0x47<<21 | 0x3f<<10,
    }
    var atomicCASP = map[obj.As]uint32{
    	ACASPD: 1<<30 | 0x41<<21 | 0x1f<<10,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top