Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 37 for Nsec (0.04 sec)

  1. pkg/kubelet/winstats/network_stats.go

    	"k8s.io/klog/v2"
    )
    
    const (
    	packetsReceivedPerSecondQuery = "\\Network Adapter(*)\\Packets Received/sec"
    	packetsSentPerSecondQuery     = "\\Network Adapter(*)\\Packets Sent/sec"
    	bytesReceivedPerSecondQuery   = "\\Network Adapter(*)\\Bytes Received/sec"
    	bytesSentPerSecondQuery       = "\\Network Adapter(*)\\Bytes Sent/sec"
    	packetsReceivedDiscardedQuery = "\\Network Adapter(*)\\Packets Received Discarded"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. src/crypto/ecdsa/ecdsa.go

    // contributor, reviewer, auditor, and learner needs access to it. Instead, this
    // package references and follows the equivalent [SEC 1, Version 2.0].
    //
    // [FIPS 186-4]: https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf
    // [SEC 1, Version 2.0]: https://www.secg.org/sec1-v2.pdf
    
    import (
    	"bytes"
    	"crypto"
    	"crypto/aes"
    	"crypto/cipher"
    	"crypto/ecdh"
    	"crypto/elliptic"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  3. src/debug/buildinfo/buildinfo.go

    		}
    	}
    	return nil, errUnrecognizedFormat
    }
    
    func (x *machoExe) DataStart() (uint64, uint64) {
    	// Look for section named "__go_buildinfo".
    	for _, sec := range x.f.Sections {
    		if sec.Name == "__go_buildinfo" {
    			return sec.Addr, sec.Size
    		}
    	}
    	// Try the first non-empty writable segment.
    	const RW = 3
    	for _, load := range x.f.Loads {
    		seg, ok := load.(*macho.Segment)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  4. src/runtime/sys_darwin.go

    func exit_trampoline()
    
    //go:nosplit
    //go:cgo_unsafe_args
    func usleep(usec uint32) {
    	libcCall(unsafe.Pointer(abi.FuncPCABI0(usleep_trampoline)), unsafe.Pointer(&usec))
    }
    func usleep_trampoline()
    
    //go:nosplit
    //go:cgo_unsafe_args
    func usleep_no_g(usec uint32) {
    	asmcgocall_no_g(unsafe.Pointer(abi.FuncPCABI0(usleep_trampoline)), unsafe.Pointer(&usec))
    }
    
    //go:nosplit
    //go:cgo_unsafe_args
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  5. pkg/config/analysis/analyzers/analyzers_test.go

    		inputFiles: []string{
    			"testdata/pod-sec-uid.yaml",
    		},
    		analyzer: &deployment.ApplicationUIDAnalyzer{},
    		expected: []message{
    			{msg.InvalidApplicationUID, "Pod pod-sec-uid"},
    		},
    	},
    	{
    		name: "Application Container SecurityContext with UID 1337",
    		inputFiles: []string{
    			"testdata/pod-con-sec-uid.yaml",
    		},
    		analyzer: &deployment.ApplicationUIDAnalyzer{},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  6. Makefile

    	@(env bash $(PWD)/docs/site-replication/run-ssec-object-replication.sh)
    	@echo "Running tests for automatic site replication of SSE-C objects with SSE-KMS enabled for bucket"
    	@(env bash $(PWD)/docs/site-replication/run-sse-kms-object-replication.sh)
    	@echo "Running tests for automatic site replication of SSE-C objects with compression enabled for site"
    	@(env bash $(PWD)/docs/site-replication/run-ssec-object-replication-with-compression.sh)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 17:41:02 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  7. src/time/zoneinfo_read.go

    	l := &Location{zone: zones, tx: tx, name: name, extend: extend}
    
    	// Fill in the cache with information about right now,
    	// since that will be the most common lookup.
    	sec, _, _ := now()
    	for i := range tx {
    		if tx[i].when <= sec && (i+1 == len(tx) || sec < tx[i+1].when) {
    			l.cacheStart = tx[i].when
    			l.cacheEnd = omega
    			l.cacheZone = &l.zone[tx[i].index]
    			if i+1 < len(tx) {
    				l.cacheEnd = tx[i+1].when
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  8. pom.xml

              <execution>
                <id>ensure-no-sonatype-cipher-and-sec-dispatcher</id>
                <goals>
                  <goal>enforce</goal>
                </goals>
                <phase>validate</phase>
                <configuration>
                  <rules>
                    <bannedDependencies>
                      <excludes>
                        <exclude>org.sonatype.plexus:plexus-sec-dispatcher</exclude>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:13:34 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  9. cmd/bucket-replication-utils.go

    		ExistingObjResync:    existingObjResync,
    		TargetStatuses:       tgtStatuses,
    		TargetPurgeStatuses:  purgeStatuses,
    		ReplicationTimestamp: tm,
    		SSEC:                 crypto.SSEC.IsEncrypted(oi.UserDefined),
    		UserTags:             oi.UserTags,
    	}
    	if r.SSEC {
    		r.Checksum = oi.Checksum
    	}
    	return r
    }
    
    // ReplicationState - returns replication state using other internal replication metadata in ObjectInfo
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  10. src/crypto/internal/nistec/p256_asm.go

    const p256UncompressedLength = 1 + 2*p256ElementLength
    const p256CompressedLength = 1 + p256ElementLength
    
    // SetBytes sets p to the compressed, uncompressed, or infinity value encoded in
    // b, as specified in SEC 1, Version 2.0, Section 2.3.4. If the point is not on
    // the curve, it returns nil and an error, and the receiver is unchanged.
    // Otherwise, it returns p.
    func (p *P256Point) SetBytes(b []byte) (*P256Point, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
Back to top