Home
last modified time | relevance | path

Searched refs:calculateTagLength (Results 1 – 15 of 15) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDLTaggedObject.java38 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
45 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
DDERTaggedObject.java44 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
51 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
DBERTaggedObject.java61 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
68 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
DStreamUtil.java87 static int calculateTagLength(int tagNo) in calculateTagLength() method in StreamUtil
DASN1ApplicationSpecific.java151 …return StreamUtil.calculateTagLength(tag) + StreamUtil.calculateBodyLength(octets.length) + octets… in encodedLength()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DDLTaggedObject.java40 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
47 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
DDERTaggedObject.java46 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
53 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
DBERTaggedObject.java63 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
70 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
DStreamUtil.java88 static int calculateTagLength(int tagNo) in calculateTagLength() method in StreamUtil
DASN1ApplicationSpecific.java153 …return StreamUtil.calculateTagLength(tag) + StreamUtil.calculateBodyLength(octets.length) + octets… in encodedLength()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DDLTaggedObject.java40 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
47 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
DDERTaggedObject.java46 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
53 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
DBERTaggedObject.java63 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
70 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
DStreamUtil.java88 static int calculateTagLength(int tagNo) in calculateTagLength() method in StreamUtil
DASN1ApplicationSpecific.java153 …return StreamUtil.calculateTagLength(tag) + StreamUtil.calculateBodyLength(octets.length) + octets… in encodedLength()