Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 310 for octets (0.13 sec)

  1. src/crypto/tls/key_schedule_test.go

    }
    
    func TestTrafficKey(t *testing.T) {
    	trafficSecret := parseVector(
    		`PRK (32 octets):  b6 7b 7d 69 0c c1 6c 4e 75 e5 42 13 cb 2d 37 b4
    		e9 c9 12 bc de d9 10 5d 42 be fd 59 d3 91 ad 38`)
    	wantKey := parseVector(
    		`key expanded (16 octets):  3f ce 51 60 09 c2 17 27 d0 f2 e4 e8 6e
    		e4 03 bc`)
    	wantIV := parseVector(
    		`iv expanded (12 octets):  5d 31 3e b2 67 12 76 ee 13 00 0b 30`)
    
    	c := cipherSuitesTLS13[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 14:56:25 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  2. src/crypto/rsa/pss.go

    		return ErrVerification
    	}
    
    	// 11.  Let salt be the last sLen octets of DB.
    	salt := db[len(db)-sLen:]
    
    	// 12.  Let
    	//          M' = (0x)00 00 00 00 00 00 00 00 || mHash || salt ;
    	//     M' is an octet string of length 8 + hLen + sLen with eight
    	//     initial zero octets.
    	//
    	// 13. Let H' = Hash(M'), an octet string of length hLen.
    	var prefix [8]byte
    	hash.Write(prefix[:])
    	hash.Write(mHash)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 11K bytes
    - Viewed (0)
  3. src/net/dnsname_test.go

    	for _, tc := range dnsNameTests {
    		ch <- tc
    	}
    
    	ch <- dnsNameTest{char63 + ".com", true}
    	ch <- dnsNameTest{char64 + ".com", false}
    
    	// Remember: wire format is two octets longer than presentation
    	// (length octets for the first and [root] last labels).
    	// 253 is fine:
    	ch <- dnsNameTest{longDomain[len(longDomain)-253:], true}
    	// A terminal dot doesn't contribute to length:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 2K bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/net/http/httpguts/httplex.go

    //	field-value    = *( field-content | LWS )
    //	field-content  = <the OCTETs making up the field-value
    //	                 and consisting of either *TEXT or combinations
    //	                 of token, separators, and quoted-string>
    //
    // http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.2 :
    //
    //	TEXT           = <any OCTET except CTLs,
    //	                  but including LWS>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/net/PercentEscaper.java

        char[] safeCharArray = safeChars.toCharArray();
        for (char c : safeCharArray) {
          maxChar = Math.max(c, maxChar);
        }
        boolean[] octets = new boolean[maxChar + 1];
        for (char c : safeCharArray) {
          octets[c] = true;
        }
        return octets;
      }
    
      /*
       * Overridden for performance. For unescaped strings this improved the performance of the uri
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 8.7K bytes
    - Viewed (0)
  6. guava/src/com/google/common/net/PercentEscaper.java

        char[] safeCharArray = safeChars.toCharArray();
        for (char c : safeCharArray) {
          maxChar = Math.max(c, maxChar);
        }
        boolean[] octets = new boolean[maxChar + 1];
        for (char c : safeCharArray) {
          octets[c] = true;
        }
        return octets;
      }
    
      /*
       * Overridden for performance. For unescaped strings this improved the performance of the uri
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 8.7K bytes
    - Viewed (0)
  7. cmd/net.go

    	}
    
    	ipList = set.NewStringSet()
    	for _, addr := range addrs {
    		ipList.Add(addr)
    	}
    
    	return ipList, err
    }
    
    // sortIPs - sort ips based on higher octets.
    // The logic to sort by last octet is implemented to
    // prefer CIDRs with higher octets, this in-turn skips the
    // localhost/loopback address to be not preferred as the
    // first ip on the list. Subsequently this list helps us print
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  8. samples/kind-lb/README.md

    The public IPs are dictated by the docker network's subnet which `KinD` creates
    when it creates a k8s cluster. This parameter is used as the 3rd octet for the
    public IP v4 addresses when a load balancer is created. The default value is 255.
    The first two octets are determined by the docker network created by `KinD`, the 4th octet
    is hard coded as 200-240. As you might have guessed, for each k8s cluster one can
    create at most 40 public IP v4 addresses.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 02 19:08:19 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/crypto/cryptobyte/asn1.go

    	}
    	tag, lenByte := (*s)[0], (*s)[1]
    
    	if tag&0x1f == 0x1f {
    		// ITU-T X.690 section 8.1.2
    		//
    		// An identifier octet with a tag part of 0x1f indicates a high-tag-number
    		// form identifier with two or more octets. We only support tags less than
    		// 31 (i.e. low-tag-number form, single octet identifier).
    		return false
    	}
    
    	if outTag != nil {
    		*outTag = asn1.Tag(tag)
    	}
    
    	// ITU-T X.690 section 8.1.3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  10. src/crypto/rsa/pkcs1v15.go

    			return ErrVerification
    		}
    		return nil
    	}
    
    	// RFC 8017 Section 8.2.2: If the length of the signature S is not k
    	// octets (where k is the length in octets of the RSA modulus n), output
    	// "invalid signature" and stop.
    	if pub.Size() != len(sig) {
    		return ErrVerification
    	}
    
    	em, err := encrypt(pub, sig)
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:21 UTC 2024
    - 12.8K bytes
    - Viewed (0)
Back to top