Searched refs:BYTES (Results 1 – 6 of 6) sorted by relevance
101 return Integer.BYTES * 2 + merkleTreeWithPadding.length + descriptorWithSign.size(); in size()111 … return (int) (PAGE_SIZE_4K - (signBlockOffset + Integer.BYTES * 2) % PAGE_SIZE_4K) % PAGE_SIZE_4K; in computeMerkleTreePaddingLength()184 if (bytes.length != Integer.BYTES * 2 + inTreeLength + Integer.BYTES * 2 + inFsdLength) { in fromByteArray()
54 private static final byte MAGIC_BYTE_ARRAY_LENGTH = Long.BYTES;171 return MAGIC_BYTE_ARRAY_LENGTH + Integer.BYTES * 4 + RESERVED_BYTE_ARRAY_LENGTH; in size()
76 return Integer.BYTES * 2 + FsVerityDescriptor.DESCRIPTOR_SIZE + signature.length; in size()
44 if (index + Integer.BYTES > desByte.length) { in insertIntToByteArray()
61 INVALID, INTEGER, STRING, BYTES, ARRAY = 0, 1, 2, 3, 4 variable in ProtoType78 elif self.tid == ProtoType.BYTES:
123 long fsvTreeOffset = offset + Integer.BYTES * 2 + paddingSize; in getElfCodeSignBlock()