Searched refs:lenBytes (Results 1 – 2 of 2) sorted by relevance
62 int lenBytes = getLengthOfHeader(data); in DERApplicationSpecific() local63 byte[] tmp = new byte[data.length - lenBytes]; in DERApplicationSpecific()64 System.arraycopy(data, lenBytes, tmp, 0, tmp.length); in DERApplicationSpecific()
61 const size_t lenBytes = 4; // we use 4 bytes to record the length in WriteStringSize() local63 return SkAlign4(lenBytes + len + 1); in WriteStringSize()