Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for ssl_credentials (0.62 sec)

  1. tools/packaging/common/gcp_envoy_bootstrap.json

          "grpc_services": [
            {
              "google_grpc": {
                "target_uri": "{{ .discovery_address }}",
                "stat_prefix": "googlegrpcxds",
                "channel_credentials": {
                  "ssl_credentials": {
                    {{ with .xds_root_cert}}"root_certs": {"filename": "{{.}}"}{{ end }}
                  }
                },
                "call_credentials": [{
                {{ if .sts }}
                  "sts_service": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. src/syscall/sockcmsg_linux.go

    // authentication.
    func UnixCredentials(ucred *Ucred) []byte {
    	b := make([]byte, CmsgSpace(SizeofUcred))
    	h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
    	h.Level = SOL_SOCKET
    	h.Type = SCM_CREDENTIALS
    	h.SetLen(CmsgLen(SizeofUcred))
    	*(*Ucred)(h.data(0)) = *ucred
    	return b
    }
    
    // ParseUnixCredentials decodes a socket control message that contains
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 17 18:42:47 UTC 2019
    - 1.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/sockcmsg_zos.go

    // authentication.
    func UnixCredentials(ucred *Ucred) []byte {
    	b := make([]byte, CmsgSpace(SizeofUcred))
    	h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
    	h.Level = SOL_SOCKET
    	h.Type = SCM_CREDENTIALS
    	h.SetLen(CmsgLen(SizeofUcred))
    	*(*Ucred)(h.data(0)) = *ucred
    	return b
    }
    
    // ParseUnixCredentials decodes a socket control message that contains
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/sockcmsg_linux.go

    // authentication.
    func UnixCredentials(ucred *Ucred) []byte {
    	b := make([]byte, CmsgSpace(SizeofUcred))
    	h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
    	h.Level = SOL_SOCKET
    	h.Type = SCM_CREDENTIALS
    	h.SetLen(CmsgLen(SizeofUcred))
    	*(*Ucred)(h.data(0)) = *ucred
    	return b
    }
    
    // ParseUnixCredentials decodes a socket control message that contains
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 09 20:10:21 UTC 2021
    - 2.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	RLIMIT_NOFILE                   = 6
    	RLIMIT_MEMLIMIT                 = 7
    	RLIMIT_MEMLOCK                  = 0x8
    	RLIM_INFINITY                   = 2147483647
    	SCHED_FIFO                      = 0x2
    	SCM_CREDENTIALS                 = 0x2
    	SCM_RIGHTS                      = 0x01
    	SF_CLOSE                        = 0x00000002
    	SF_REUSE                        = 0x00000001
    	SHM_RND                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_amd64.go

    	RT_CLASS_MAX                     = 0xff
    	RT_CLASS_UNSPEC                  = 0x0
    	RUSAGE_CHILDREN                  = -0x1
    	RUSAGE_SELF                      = 0x0
    	RUSAGE_THREAD                    = 0x1
    	SCM_CREDENTIALS                  = 0x2
    	SCM_RIGHTS                       = 0x1
    	SCM_TIMESTAMP                    = 0x1d
    	SCM_TIMESTAMPING                 = 0x25
    	SCM_TIMESTAMPNS                  = 0x23
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_386.go

    	RT_CLASS_MAX                     = 0xff
    	RT_CLASS_UNSPEC                  = 0x0
    	RUSAGE_CHILDREN                  = -0x1
    	RUSAGE_SELF                      = 0x0
    	RUSAGE_THREAD                    = 0x1
    	SCM_CREDENTIALS                  = 0x2
    	SCM_RIGHTS                       = 0x1
    	SCM_TIMESTAMP                    = 0x1d
    	SCM_TIMESTAMPING                 = 0x25
    	SCM_TIMESTAMPNS                  = 0x23
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_riscv64.go

    	RT_CLASS_MAX                     = 0xff
    	RT_CLASS_UNSPEC                  = 0x0
    	RUSAGE_CHILDREN                  = -0x1
    	RUSAGE_SELF                      = 0x0
    	RUSAGE_THREAD                    = 0x1
    	SCM_CREDENTIALS                  = 0x2
    	SCM_RIGHTS                       = 0x1
    	SCM_TIMESTAMP                    = 0x1d
    	SCM_TIMESTAMPING                 = 0x25
    	SCM_TIMESTAMPNS                  = 0x23
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_arm.go

    	RT_CLASS_MAX                     = 0xff
    	RT_CLASS_UNSPEC                  = 0x0
    	RUSAGE_CHILDREN                  = -0x1
    	RUSAGE_SELF                      = 0x0
    	RUSAGE_THREAD                    = 0x1
    	SCM_CREDENTIALS                  = 0x2
    	SCM_RIGHTS                       = 0x1
    	SCM_TIMESTAMP                    = 0x1d
    	SCM_TIMESTAMPING                 = 0x25
    	SCM_TIMESTAMPNS                  = 0x23
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_ppc64.go

    	RT_CLASS_MAX                     = 0xff
    	RT_CLASS_UNSPEC                  = 0x0
    	RUSAGE_CHILDREN                  = -0x1
    	RUSAGE_SELF                      = 0x0
    	RUSAGE_THREAD                    = 0x1
    	SCM_CREDENTIALS                  = 0x2
    	SCM_RIGHTS                       = 0x1
    	SCM_TIMESTAMP                    = 0x1d
    	SCM_TIMESTAMPING                 = 0x25
    	SCM_TIMESTAMPNS                  = 0x23
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
Back to top