Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDLTaggedObject.java58 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
65 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
70 return StreamUtil.calculateTagLength(tagNo) + 1; in encodedLength()
DDERTaggedObject.java64 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
71 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
76 return StreamUtil.calculateTagLength(tagNo) + 1; in encodedLength()
DBERTaggedObject.java79 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
86 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
91 return StreamUtil.calculateTagLength(tagNo) + 1; 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.java60 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
67 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
72 return StreamUtil.calculateTagLength(tagNo) + 1; in encodedLength()
DDERTaggedObject.java68 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
75 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
80 return StreamUtil.calculateTagLength(tagNo) + 1; in encodedLength()
DBERTaggedObject.java81 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
88 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
93 return StreamUtil.calculateTagLength(tagNo) + 1; 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()