Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 325 for crt2 (0.04 sec)

  1. android/guava/src/com/google/common/hash/Crc32cHashFunction.java

          }
          while (bb.remaining() >= 16) {
            crc0 = computeForWord(crc0);
            crc1 = computeForWord(crc1);
            crc2 = computeForWord(crc2);
            crc3 = computeForWord(crc3);
            crc0 ^= bb.getInt();
            crc1 ^= bb.getInt();
            crc2 ^= bb.getInt();
            crc3 ^= bb.getInt();
          }
        }
    
        @Override
        protected void processRemaining(ByteBuffer bb) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 20 18:43:59 UTC 2021
    - 21.3K bytes
    - Viewed (0)
  2. samples/jwt-server/jwt-server.yaml

    ---
    apiVersion: v1
    kind: Secret
    metadata:
      name: jwt-cert-key-secret
    # command to generate certificate
    # use the generated server.crt, server.key by following https://github.com/istio/istio/blob/master/samples/jwt-server/testdata/README.MD
    stringData: 
      server.crt: |
        -----BEGIN CERTIFICATE-----
        MIIDjzCCAnegAwIBAgIUfIuuQDfWakIpZ7bZAuuLUWhSm2AwDQYJKoZIhvcNAQEL
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 09:47:21 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  3. pkg/controller/certificates/rootcacertpublisher/publisher_test.go

    		})
    	}
    }
    
    func defaultCrtConfigMapPtr(rootCA []byte) *v1.ConfigMap {
    	tmp := v1.ConfigMap{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: RootCACertConfigMapName,
    		},
    		Data: map[string]string{
    			"ca.crt": string(rootCA),
    		},
    	}
    	tmp.Namespace = metav1.NamespaceDefault
    	return &tmp
    }
    
    func TestConfigMapUpdateNoHotLoop(t *testing.T) {
    	testcases := map[string]struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:16 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  4. pkg/test/framework/components/echo/kube/testdata/healthcheck-rewrite.yaml

              - --metrics=15014
              - --cluster=cluster-0
              - --grpc=7070
              - --port=8080
              - --port=3333
              - --version=v1
              - --istio-version=
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 7070
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
            - name: INSTANCE_IP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  5. pkg/hbone/README.md

    #### Server CLI
    
    A CLI client is available using the `server` binary.
    
    Usage examples:
    
    ```shell
    go install ./pkg/test/echo/cmd/server
    # Serve on port 15008 (default) with TLS
    server --tls 15008 --crt tests/testdata/certs/cert.crt --key tests/testdata/certs/cert.key
    ```
    
    #### Server Golang Library
    
    An (unstable) library to run an HBONE server is available at `pkg/hbone`.
    
    Usage example:
    
    ```go
    s := hbone.NewServer()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 11 16:27:16 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/tf_optimize.mlir

      %cst2 = arith.constant dense<[1.0, 2.0]> : tensor<2xf32>
      %0 = "tf.Conv2D"(%arg0, %cst0) {T = "tfdtype$DT_FLOAT", data_format = "NHWC", dilations = [1, 2, 3, 1], padding = "SAME", strides = [1, 4, 5, 1]} : (tensor<1x112x112x3xf32>, tensor<1x3x3x2xf32>) -> tensor<1x28x23x2xf32>
      %1 = "tf.Mul"(%0, %cst2) : (tensor<1x28x23x2xf32>, tensor<2xf32>) -> tensor<1x28x23x2xf32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %cst2 = arith.constant dense<[1.0, 2.0]> : tensor<2xf32>
      %0 = "tfl.fully_connected"(%arg0, %cst0, %cst1) {fused_activation_function = "NONE", keep_num_dims = false, weights_format = "DEFAULT"} : (tensor<1x3xf32>, tensor<2x3xf32>, tensor<2xf32>) -> tensor<1x2xf32>
      // %cst2 isn't broadcast-compatible to %cst0, but tf.Mul is able to fold them.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go

    	IDTR: "%idtr",
    	LDTR: "%ldtr",
    	MSW:  "%msw",
    	TASK: "%task",
    	CR0:  "%cr0",
    	CR1:  "%cr1",
    	CR2:  "%cr2",
    	CR3:  "%cr3",
    	CR4:  "%cr4",
    	CR5:  "%cr5",
    	CR6:  "%cr6",
    	CR7:  "%cr7",
    	CR8:  "%cr8",
    	CR9:  "%cr9",
    	CR10: "%cr10",
    	CR11: "%cr11",
    	CR12: "%cr12",
    	CR13: "%cr13",
    	CR14: "%cr14",
    	CR15: "%cr15",
    	DR0:  "%db0",
    	DR1:  "%db1",
    	DR2:  "%db2",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  9. cmd/kube-apiserver/app/testing/testserver.go

    		clientSigningKey, err := testutil.NewPrivateKey()
    		if err != nil {
    			return result, err
    		}
    		clientSigningCert, err := cert.NewSelfSignedCACert(cert.Config{CommonName: "client-ca"}, clientSigningKey)
    		if err != nil {
    			return result, err
    		}
    		clientCACertFile := filepath.Join(s.SecureServing.ServerCert.CertDirectory, "client-ca.crt")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  10. src/crypto/x509/root_linux.go

    package x509
    
    import "internal/goos"
    
    // Possible certificate files; stop after finding one.
    var certFiles = []string{
    	"/etc/ssl/certs/ca-certificates.crt",                // Debian/Ubuntu/Gentoo etc.
    	"/etc/pki/tls/certs/ca-bundle.crt",                  // Fedora/RHEL 6
    	"/etc/ssl/ca-bundle.pem",                            // OpenSUSE
    	"/etc/pki/tls/cacert.pem",                           // OpenELEC
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 06 17:55:35 UTC 2023
    - 1.1K bytes
    - Viewed (0)
Back to top