Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for new512 (0.09 sec)

  1. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    						},
    					},
    				},
    				SupportedSigningAlgs: []string{"ES512"},
    				now:                  func() time.Time { return now },
    			},
    			signingKey: loadECDSAPrivKey(t, "testdata/ecdsa_2.pem", jose.ES512),
    			pubKeys: []*jose.JSONWebKey{
    				loadECDSAKey(t, "testdata/ecdsa_1.pem", jose.ES512),
    				loadECDSAKey(t, "testdata/ecdsa_2.pem", jose.ES512),
    			},
    			claims: fmt.Sprintf(`{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    		// participate in STW, so it will always process queued Ms and
    		// it is safe to releasem.
    		releasem(getg().m)
    		return
    	}
    	newm1(mp)
    	releasem(getg().m)
    }
    
    func newm1(mp *m) {
    	if iscgo {
    		var ts cgothreadstart
    		if _cgo_thread_start == nil {
    			throw("_cgo_thread_start missing")
    		}
    		ts.g.set(mp.g0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top