Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 159 for Verifying (0.18 sec)

  1. src/crypto/rsa/pss.go

    	// as possible when signing, and to be auto-detected when verifying.
    	PSSSaltLengthAuto = 0
    	// PSSSaltLengthEqualsHash causes the salt length to equal the length
    	// of the hash used in the signature.
    	PSSSaltLengthEqualsHash = -1
    )
    
    // PSSOptions contains options for creating and verifying PSS signatures.
    type PSSOptions struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. hack/verify-licenses.sh

    jq -r '.licenses[] | select(.isDeprecatedLicenseId==false) .licenseId' "${ARTIFACTS}"/licenses.json | sort | uniq > "${ARTIFACTS}"/licenses.txt
    
    # Scanning go-packages under the project & verifying against the CNCF approved list of licenses
    echo '[INFO] Starting license scan on go-packages...'
    go-licenses report ./... >> "${ARTIFACTS}"/licenses.csv 2>"${ARTIFACTS}"/logs/go-licenses.log
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:44 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                          verifying a presented server certificate.'
                                        type: string
                                      caCrl:
                                        description: 'OPTIONAL: The path to the file containing
                                          the certificate revocation list (CRL) to use
                                          in verifying a presented server certificate.'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. pkg/kubelet/volumemanager/reconciler/reconciler_test.go

    					if err := volumetesting.VerifyUnmountDeviceCallCount(tc.unmountDeviceCallCount, fakePlugin); err != nil {
    						t.Errorf("Error verifying UnMountDeviceCallCount: %v", err)
    					}
    					if err := volumetesting.VerifyTearDownCallCount(tc.unmountVolumeCount, fakePlugin); err != nil {
    						t.Errorf("Error verifying UnMountDeviceCallCount: %v", err)
    					}
    				} else {
    					if tc.unmountVolumeCount == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 75.4K bytes
    - Viewed (0)
  5. src/crypto/tls/boring_test.go

    	L1_I := boringCert(t, "L1_I", boringECDSAKey(t, elliptic.P384()), I_R1, boringCertLeaf|boringCertFIPSOK)
    	L2_I := boringCert(t, "L2_I", boringRSAKey(t, 1024), I_R1, boringCertLeaf)
    
    	// client verifying server cert
    	testServerCert := func(t *testing.T, desc string, pool *x509.CertPool, key interface{}, list [][]byte, ok bool) {
    		clientConfig := testConfig.Clone()
    		clientConfig.RootCAs = pool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:45:37 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  6. src/main/java/jcifs/Configuration.java

         * 
         * @return whether to disable sending/verifying SPNEGO mechanismListMIC
         */
        boolean isDisableSpnegoIntegrity ();
    
    
        /**
         * 
         * Property <tt>jcifs.smb.client.enforceSpnegoIntegrity</tt> (boolean, false)
         * 
         * @return whether to enforce verifying SPNEGO mechanismListMIC
         */
        boolean isEnforceSpnegoIntegrity ();
    
    
        /**
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 18K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/importer_test_min_max.cc

    // RUN: flatbuffer_translate -mlir-to-tflite-flatbuffer %s.mlir -o - \
    // RUN:   | %p/importer_test_min_max - \
    // RUN:   | flatbuffer_to_string - \
    // RUN:   | FileCheck --check-prefix=FB %s
    
    // Tests for verifying the tflite model with min/max can be imported
    // correctly.
    
    // NOLINTNEXTLINE
    static opt<std::string> inputFileName(llvm::cl::Positional,
                                          llvm::cl::desc("<input file>"),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  8. hack/make-rules/verify.sh

            continue
          fi
          if ${QUICK} && ! is-quick "${t}" ; then
            echo "Skipping ${check_name} in quick mode"
            continue
          fi
        fi
        echo -e "Verifying ${check_name}"
        local start
        start=$(date +%s)
        run-cmd "${runner}" "${t}" && tr=$? || tr=$?
        local elapsed=$(($(date +%s) - start))
        if [[ ${tr} -eq 0 ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 12:24:15 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  9. pkg/proxy/winkernel/proxier_test.go

    		if svcInfo.hnsID != loadbalancerGuid1 {
    			t.Errorf("%v does not match %v", svcInfo.hnsID, loadbalancerGuid1)
    		}
    		// Verifying NodePort Loadbalancer is not created
    		if svcInfo.nodePorthnsID != "" {
    			t.Errorf("NodePortHnsID %v is not empty.", svcInfo.nodePorthnsID)
    		}
    		// Verifying ExternalIP Loadbalancer is not created
    		for _, externalIP := range svcInfo.externalIPs {
    			if externalIP.hnsID != "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 28 14:30:51 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  10. manifests/charts/base/crds/crd-all.gen.yaml

                                          verifying a presented server certificate.'
                                        type: string
                                      caCrl:
                                        description: 'OPTIONAL: The path to the file containing
                                          the certificate revocation list (CRL) to use
                                          in verifying a presented server certificate.'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
Back to top