Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for P256 (0.47 sec)

  1. manifests/charts/base/crds/crd-all.gen.yaml

                                of the authorized client certificates.
                              items:
                                type: string
                              type: array
                            verifyCertificateSpki:
                              description: An optional list of base64-encoded SHA-256
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64error.s

    	LDAXPW	(R5), (R2, R2)                                   // ERROR "constrained unpredictable behavior"
    	MOVD.P	300(R2), R3                                      // ERROR "offset out of range [-256,255]"
    	MOVD.P	R3, 344(R2)                                      // ERROR "offset out of range [-256,255]"
    	MOVD	(R3)(R7.SXTX<<2), R8                             // ERROR "invalid index shift amount"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 37.8K bytes
    - Viewed (0)
  3. common/scripts/metallb-native.yaml

            operator: Exists
          volumes:
          - name: memberlist
            secret:
              defaultMode: 420
              secretName: memberlist
          - configMap:
              defaultMode: 256
              name: metallb-excludel2
            name: metallb-excludel2
    ---
    apiVersion: admissionregistration.k8s.io/v1
    kind: ValidatingWebhookConfiguration
    metadata:
      creationTimestamp: null
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Feb 23 23:56:31 GMT 2024
    - 63.9K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    verify the subject identity in the certificate presented by the client. items: type: string type: array verifyCertificateHas: description: An optional list of hex-encoded SHA-256 hashes of the authorized client certificates. items: type: string type: array verifyCertificateSpk: description: An optional list of base64-encoded SHA-256 hashes of the SPKIs of authorized client certificates. items: type: string type: array type: object required: - port - hosts type: object type: array type: object status:...
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  5. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    @@ -24,11 +24,13 @@
     #include <time.h>
     
     
    -#define	UT_NAMESIZE	8
    -#define	UT_LINESIZE	8
    -#define	UT_HOSTSIZE	16
    +#define UT_LINESIZE	32
    +#define UT_NAMESIZE	32
    +#define UT_HOSTSIZE	256
     
     
    +/* The structure describing an entry in the database of
    +   previous logins.  */
     struct lastlog
       {
         time_t ll_time;
    @@ -36,12 +38,16 @@ struct lastlog
         char ll_host[UT_HOSTSIZE];
       };
     
    Others
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
  6. src/cmd/asm/internal/asm/testdata/arm64.s

    	MOVD -391(R17), R3                         // 3b1e06d1630340f9
    	MOVD -257(R17), R3                         // 3b0604d1630340f9
    	MOVD -256(R17), R3                         // 230250f8
    	MOVD 255(R17), R3                          // 23f24ff8
    	MOVD 256(R17), R3                          // 238240f9
    	MOVD 257(R17), R3                          // 3b060491630340f9
    	MOVD 391(R17), R3                          // 3b1e0691630340f9
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/s390x.s

    	CMPUBGT	R9, R1, 0(PC)          // ec9100002065
    	CMPUBGE	R2, R3, 0(PC)          // ec230000a065
    
    	CMPUBNE	R1, $256, 0(PC)        // ec170000007d
    	CMPUBEQ	R3, $0, 0(PC)          // ec380000007d
    	CMPUBLT	R5, $256, 0(PC)        // ec540000007d
    	CMPUBLE	R7, $0, 0(PC)          // ec7c0000007d
    	CMPUBGT	R9, $256, 0(PC)        // ec920000007d
    	CMPUBGE	R2, $0, 0(PC)          // ec2a0000007d
    
    	CRJ	$15, R1, R2, 0(PC)     // ec120000f076
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 22 03:55:32 GMT 2023
    - 21.6K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/mips64.s

    	VMOVH	-70(R12), W3   // 7bdd60e1
    	VMOVW	(R3), W31      // 78001fe2
    	VMOVW	64(R20), W16   // 7810a422
    	VMOVW	-104(R17), W24 // 7be68e22
    	VMOVD	(R3), W2       // 780018a3
    	VMOVD	128(R23), W19  // 7810bce3
    	VMOVD	-256(R31), W0  // 7be0f823
    
    	VMOVB	W8, (R0)       // 78000224
    	VMOVB	W0, 511(R3)    // 79ff1824
    	VMOVB	W21, -512(R12) // 7a006564
    	VMOVH	W12, (R24)     // 7800c325
    	VMOVH	W8, 110(R19)   // 78379a25
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 08 12:17:12 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  9. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                of the authorized client certificates.
                              items:
                                type: string
                              type: array
                            verifyCertificateSpki:
                              description: An optional list of base64-encoded SHA-256
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  10. maven-core/src/site/resources/design/2.1-lifecycle-refactor.graffle

    317}StylestrokeHeadArrow{453.532, 330}{575.468, 366}StylestrokeHeadArrow{83.5916, 196}{84, 138}{256, 138}{466, 138}{656, 138}{671.008, 99}StylestrokeHeadArrow{83.6857, 196}{84, 174}{256, 174}{466, 174}{598, 198.252}StylestrokeHeadArrow{142, 221.044}{195, 231.956}StylestrokeHeadArrow{106.976, 222}{237, 294}{331, 306.533}StylestrokeHeadArrow{419.845, 304}{466, 246}{598, 220.362}StylestrokeHeadArrow{254.456, 231}{256, 210}{466, 210}{598, 209.307}StylestrokeHeadArrow{658.562, 196}{673.948, 99}StylestrokeHeadArrow{281.281,...
    Others
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Mar 11 17:19:02 GMT 2017
    - 96.7K bytes
    - Viewed (0)
Back to top