Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for vs2 (0.03 sec)

  1. src/crypto/aes/gcm_ppc64x.s

    	MOVB	R14, (R16)(BLK_OUT)
    #endif
    done:
    	// Save the updated counter value
    	P8_STXVB16X(V30, COUNTER, R0)
    	// Clear the keys
    	XXLXOR	VS0, VS0, VS0
    	XXLXOR	VS1, VS1, VS1
    	XXLXOR	VS2, VS2, VS2
    	XXLXOR	VS3, VS3, VS3
    	XXLXOR	VS4, VS4, VS4
    	XXLXOR	VS5, VS5, VS5
    	XXLXOR	VS6, VS6, VS6
    	XXLXOR	VS7, VS7, VS7
    	XXLXOR	VS8, VS8, VS8
    	XXLXOR	VS9, VS9, VS9
    	XXLXOR	VS10, VS10, VS10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/gateway_simulation_test.go

        route:
        - destination:
            host: mysite.default.svc.cluster.local
            port:
              number: 443
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: vs2
      namespace: default
    spec:
      gateways:
      - istio-system/ingressgateway
      hosts:
      - mysite.example.com
      tls:
      - match:
        - port: 443
          sniHosts:
          - mysite.example.com
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 18:27:40 UTC 2024
    - 46.5K bytes
    - Viewed (0)
Back to top