Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for sasl (0.08 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    	return setSecurityDescriptorDacl(absoluteSD, present, dacl, defaulted)
    }
    
    // SACL returns the security descriptor SACL and whether it was defaulted. The sacl return value may be nil
    // if a SACL exists but is an "empty SACL", meaning fully permissive. If the SACL does not exist, err returns
    // ERROR_OBJECT_NOT_FOUND.
    func (sd *SECURITY_DESCRIPTOR) SACL() (sacl *ACL, defaulted bool, err error) {
    	var present bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  2. .bazelrc

    # This is the same as the official TensorFlow builds.
    # See https://developer.nvidia.com/cuda-gpus#compute
    # `compute_XY` enables PTX embedding in addition to SASS. PTX
    # is forward compatible beyond the current compute capability major
    # release while SASS is only forward compatible inside the current
    # major release. Example: sm_80 kernels can run on sm_89 GPUs but
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  3. src/crypto/tls/conn.go

    	// Zero the padding length on error. This ensures any unchecked bytes
    	// are included in the MAC. Otherwise, an attacker that could
    	// distinguish MAC failures from padding failures could mount an attack
    	// similar to POODLE in SSL 3.0: given a good ciphertext that uses a
    	// full block's worth of padding, replace the final block with another
    	// block. If the MAC check passed but the padding check failed, the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    			gotSA = append(gotSA, e.ServiceAccount)
    		}
    		if !reflect.DeepEqual(gotIps, ips) {
    			t.Fatalf("expected ips %v, got %v", ips, gotIps)
    		}
    		if !reflect.DeepEqual(gotSA, expectedSa) {
    			t.Fatalf("expected SAs %v, got %v", expectedSa, gotSA)
    		}
    	}
    	assertPendingResync := func(expected int) {
    		t.Helper()
    		retry.UntilSuccessOrFail(t, func() error {
    			controller.pods.RLock()
    			defer controller.pods.RUnlock()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
Back to top