Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for ocsp (0.17 sec)

  1. src/crypto/x509/x509_test.go

    	}
    
    	if err = crl.CheckSignatureFrom(cert); err != nil {
    		t.Errorf("unexpected error: %s", err)
    	}
    
    	// This is an unrelated OCSP response, which will fail signature verification
    	// but shouldn't return an InsecureAlgorithmError, since SHA1 should be allowed
    	// for OCSP.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 151.7K bytes
    - Viewed (0)
  3. src/encoding/json/testdata/code.json.gz

    mean_t":1294797270}],"cl_weight":0.6666666666666666,"touches":2,"min_t":1294797270,"max_t":1297431259,"mean_t":1296114264}],"cl_weight":24.165501165501173,"touches":26,"min_t":1294797270,"max_t":1309542792,"mean_t":1301262471},{"name":"ocsp","kids":[{"name":"ocsp.go","kids":[],"cl_weight":0.6394230769230769,"touches":3,"min_t":1279721242,"max_t":1307370946,"mean_t":1294556118},{"name":"Makefile","kids":[],"cl_weight":0.5,"touches":1,"min_t":1282250038,"max_t":1282250038,"mean_t":1282250038},{"na...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/s390x/asmz.go

    		if b == C_ZOREG {
    			return true
    		}
    
    	case C_ANY:
    		return true
    	}
    
    	return false
    }
    
    type ocmp []Optab
    
    func (x ocmp) Len() int {
    	return len(x)
    }
    
    func (x ocmp) Swap(i, j int) {
    	x[i], x[j] = x[j], x[i]
    }
    
    func (x ocmp) Less(i, j int) bool {
    	p1 := &x[i]
    	p2 := &x[j]
    	n := int(p1.as) - int(p2.as)
    	if n != 0 {
    		return n < 0
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/arm64/asm7.go

    		}
    
    	case C_LBRA:
    		if b == C_SBRA {
    			return true
    		}
    	}
    
    	return false
    }
    
    type ocmp []Optab
    
    func (x ocmp) Len() int {
    	return len(x)
    }
    
    func (x ocmp) Swap(i, j int) {
    	x[i], x[j] = x[j], x[i]
    }
    
    func (x ocmp) Less(i, j int) bool {
    	p1 := &x[i]
    	p2 := &x[j]
    	if p1.as != p2.as {
    		return p1.as < p2.as
    	}
    	if p1.a1 != p2.a1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteWasm.go

    		return true
    	}
    	// match: (I64AddConst [off] x:(SP))
    	// cond: isU32Bit(off)
    	// result: (LoweredAddr [int32(off)] x)
    	for {
    		off := auxIntToInt64(v.AuxInt)
    		x := v_0
    		if x.Op != OpSP || !(isU32Bit(off)) {
    			break
    		}
    		v.reset(OpWasmLoweredAddr)
    		v.AuxInt = int32ToAuxInt(int32(off))
    		v.AddArg(x)
    		return true
    	}
    	return false
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 03:56:57 UTC 2023
    - 108.6K bytes
    - Viewed (0)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by Gregory Drake <******@****.***>
    // Note: This is intended to also include customer-oci.com due to wildcards implicitly including the current label
    *.customer-oci.com
    *.oci.customer-oci.com
    *.ocp.customer-oci.com
    *.ocs.customer-oci.com
    
    // cyon GmbH : https://www.cyon.ch/
    // Submitted by Dominic Luechinger <******@****.***>
    cyon.link
    cyon.site
    
    // Danger Science Group: https://dangerscience.com/
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (1)
  8. src/cmd/internal/obj/ppc64/asm9.go

    // oprange is initialized to point a slice within optab which contains the valid
    // operand combinations for a given instruction.  This is initialized from buildop.
    //
    // Likewise, each slice of optab is dynamically sorted using the ocmp Sort interface
    // to arrange entries to minimize text size of each opcode.
    //
    // optab is the sorted result of combining optabBase, optabGen, and prefixableOptab.
    var optab []Optab
    
    var optabBase = []Optab{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewriteMIPS.go

    func rewriteValueMIPS_OpOffPtr(v *Value) bool {
    	v_0 := v.Args[0]
    	// match: (OffPtr [off] ptr:(SP))
    	// result: (MOVWaddr [int32(off)] ptr)
    	for {
    		off := auxIntToInt64(v.AuxInt)
    		ptr := v_0
    		if ptr.Op != OpSP {
    			break
    		}
    		v.reset(OpMIPSMOVWaddr)
    		v.AuxInt = int32ToAuxInt(int32(off))
    		v.AddArg(ptr)
    		return true
    	}
    	// match: (OffPtr [off] ptr)
    	// result: (ADDconst [int32(off)] ptr)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 14:43:03 UTC 2023
    - 176.6K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/rewriteLOONG64.go

    	v_0 := v.Args[0]
    	// match: (OffPtr [off] ptr:(SP))
    	// result: (MOVVaddr [int32(off)] ptr)
    	for {
    		off := auxIntToInt64(v.AuxInt)
    		ptr := v_0
    		if ptr.Op != OpSP {
    			break
    		}
    		v.reset(OpLOONG64MOVVaddr)
    		v.AuxInt = int32ToAuxInt(int32(off))
    		v.AddArg(ptr)
    		return true
    	}
    	// match: (OffPtr [off] ptr)
    	// result: (ADDVconst [off] ptr)
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:26:25 UTC 2023
    - 195.8K bytes
    - Viewed (0)
Back to top