Home
last modified time | relevance | path

Searched refs:octets (Results 1 – 2 of 2) sorted by relevance

/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt165 size in octets, that can be conveyed over a link.
220 this IPv6 header, in octets. (Note that any
361 Each extension header is an integer multiple of 8 octets long, in
364 natural boundaries, i.e., fields of width n octets are placed at an
365 integer multiple of n octets from the start of the header, for n = 1,
469 Data field of this option, in octets.
512 entire Option Data field must be treated as zero-valued octets when
533 appear at an integer multiple of x octets from the start of the
534 header, plus y octets. For example:
538 plus 2 octets.
[all …]
/tools/apksig/src/test/java/com/android/apksig/internal/asn1/
DAsn1DerEncoderTest.java310 public byte[] octets; field in Asn1DerEncoderTest.Sequence
312 public Sequence(BigInteger num, String oid, byte[] octets) { in Sequence() argument
315 this.octets = octets; in Sequence()