Home
last modified time | relevance | path

Searched defs:lenByte (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/util/
DDerIndefLenConverter.java151 int lenByte = data[dataPos++] & 0xff; in parseLength() local
187 int lenByte = data[dataPos++] & 0xff; in writeLengthAndValue() local
DDerInputStream.java624 static int getLength(int lenByte, InputStream in) throws IOException { in getLength()
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DDerInputStream.java208 static int getLength(int lenByte, java.io.InputStream in) throws java.io.IOException { in getLength()