Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 85 for subkeys (0.37 sec)

  1. src/cmd/vendor/golang.org/x/mod/sumdb/note/note.go

    	if err != nil {
    		return "", "", err
    	}
    	pubkey := append([]byte{algEd25519}, pub...)
    	privkey := append([]byte{algEd25519}, priv.Seed()...)
    	h := keyHash(name, pubkey)
    
    	skey = fmt.Sprintf("PRIVATE+KEY+%s+%08x+%s", name, h, base64.StdEncoding.EncodeToString(privkey))
    	vkey = fmt.Sprintf("%s+%08x+%s", name, h, base64.StdEncoding.EncodeToString(pubkey))
    	return skey, vkey, nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  2. pkg/test/framework/components/echo/echotest/filters_test.go

    	// naked pod (uninjected)
    	naked1 = &fakeInstance{Cluster: cls1, Namespace: echo1NS, Service: "naked", Subsets: []echo.SubsetConfig{{
    		Annotations: map[string]string{annotation.SidecarInject.Name: "false"},
    	}}}
    	naked2 = &fakeInstance{Cluster: cls2, Namespace: echo1NS, Service: "naked", Subsets: []echo.SubsetConfig{{
    		Annotations: map[string]string{annotation.SidecarInject.Name: "false"},
    	}}}
    	// external svc
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. src/internal/syscall/windows/registry/registry_test.go

    	subk, _, err := registry.CreateKey(k, "subkey", registry.CREATE_SUB_KEY)
    	if err != nil {
    		t.Error(err)
    		return
    	}
    	defer subk.Close()
    
    	defer registry.DeleteKey(k, "subkey")
    
    	ki, err := k.Stat()
    	if err != nil {
    		t.Error(err)
    		return
    	}
    	if ki.SubKeyCount != 1 {
    		t.Error("key must have 1 subkey")
    	}
    	if ki.MaxSubKeyLen != 6 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 06 19:19:00 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  4. cmd/admin-handlers-idp-ldap.go

    	if listType != "sts-only" && listType != "svcacc-only" && listType != "" {
    		// default to both
    		listType = ""
    	}
    
    	var serviceAccounts []auth.Credentials
    	var stsKeys []auth.Credentials
    
    	if listType == "" || listType == "sts-only" {
    		stsKeys, err = globalIAMSys.ListSTSAccounts(ctx, targetAccount)
    		if err != nil {
    			writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL)
    			return
    		}
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 03 19:58:48 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/google/pprof/profile/encode.go

    					label{
    						keyX: addString(strings, k),
    						strX: addString(strings, v),
    					},
    				)
    			}
    		}
    		var numKeys []string
    		for k := range s.NumLabel {
    			numKeys = append(numKeys, k)
    		}
    		sort.Strings(numKeys)
    		for _, k := range numKeys {
    			keyX := addString(strings, k)
    			vs := s.NumLabel[k]
    			units := s.NumUnit[k]
    			for i, v := range vs {
    				var unitX int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  6. tests/integration/security/reachability_test.go

    				// Create a custom echo deployment in NS1 with subsets that allows us to test the
    				// migration of a workload to istio (from no sidecar to sidecar).
    				migrationApp = deployment.New(t).
    					WithClusters(t.Clusters()...).WithConfig(echo.Config{
    					Namespace:      echo1NS,
    					Service:        migrationServiceName,
    					ServiceAccount: true,
    					Ports:          ports.All(),
    					Subsets: []echo.SubsetConfig{
    						{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  7. src/crypto/ed25519/ed25519_test.go

    			t.Errorf("recreating key pair gave different private key on line %d: %x vs %x", lineNo, priv[:], priv2)
    		}
    
    		if pubKey2 := priv2.Public().(PublicKey); !bytes.Equal(pubKey, pubKey2) {
    			t.Errorf("recreating key pair gave different public key on line %d: %x vs %x", lineNo, pubKey, pubKey2)
    		}
    
    		if seed := priv2.Seed(); !bytes.Equal(priv[:32], seed) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 18:23:49 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  8. pkg/test/framework/components/echo/echotest/run.go

    		ctx.NewSubTestf("to %s", strings.Join(toNames, " ")).Run(func(ctx framework.TestContext) {
    			testFn(ctx, svc)
    		})
    	}
    }
    
    // nDestinations splits the given deployments into subsets of size n. A deployment may be present in multiple subsets to
    // ensure every deployment is included.
    func nDestinations(ctx framework.TestContext, n int, deployments echo.Services) (out []echo.Services) {
    	nDests := len(deployments)
    	if nDests < n {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 27 22:08:42 UTC 2023
    - 13K bytes
    - Viewed (0)
  9. src/crypto/aes/gcm_s390x.go

    // only be used if hasKMA is true.
    type gcmKMA struct {
    	gcmAsm
    }
    
    // flags for the KMA instruction
    const (
    	kmaHS      = 1 << 10 // hash subkey supplied
    	kmaLAAD    = 1 << 9  // last series of additional authenticated data
    	kmaLPC     = 1 << 8  // last series of plaintext or ciphertext blocks
    	kmaDecrypt = 1 << 7  // decrypt
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  10. pkg/test/framework/components/echo/kube/deployment.go

    		"ServiceAccount":          cfg.ServiceAccount,
    		"DisableAutomountSAToken": cfg.DisableAutomountSAToken,
    		"AppContainers":           appContainers,
    		"ContainerPorts":          containerPorts,
    		"Subsets":                 cfg.Subsets,
    		"TLSSettings":             cfg.TLSSettings,
    		"Cluster":                 cfg.Cluster.Name(),
    		"ReadinessTCPPort":        cfg.ReadinessTCPPort,
    		"ReadinessGRPCPort":       cfg.ReadinessGRPCPort,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 24.1K bytes
    - Viewed (0)
Back to top