Searched refs:payloadSize (Results 1 – 6 of 6) sorted by relevance
180 int payloadSize = 4 + 4 + encodedLineage.length; in generateV3SignerAttribute() local181 ByteBuffer result = ByteBuffer.allocate(payloadSize); in generateV3SignerAttribute()195 int payloadSize = 4 + 4 + 4; in generateV3RotationMinSdkVersionStrippingProtectionAttribute() local196 ByteBuffer result = ByteBuffer.allocate(payloadSize); in generateV3RotationMinSdkVersionStrippingProtectionAttribute()198 result.putInt(payloadSize - 4); in generateV3RotationMinSdkVersionStrippingProtectionAttribute()209 int payloadSize = 4 + 4; in generateV31RotationTargetsDevReleaseAttribute() local210 ByteBuffer result = ByteBuffer.allocate(payloadSize); in generateV31RotationTargetsDevReleaseAttribute()212 result.putInt(payloadSize - 4); in generateV31RotationTargetsDevReleaseAttribute()331 int payloadSize = signedData.length + 4 + 4 + signatures.length + publicKey.length; in encodeSigner() local333 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeSigner()[all …]
191 int payloadSize = 4 + encodedSigningCertificateLineage.length; in encodeSigningCertificateLineage() local192 ByteBuffer encodedWithVersion = ByteBuffer.allocate(payloadSize); in encodeSigningCertificateLineage()217 int payloadSize = prefixedSignedData.length + 4 + 4 + prefixedSignature.length; in encodeSigningCertificateNode() local218 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeSigningCertificateNode()230 int payloadSize = 4 + prefixedCertificate.length; in encodeSignedData() local231 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeSignedData()
195 int payloadSize = 0; in encodeStampAttributes() local198 payloadSize += 4 + 4 + attributeValue.length; in encodeStampAttributes()205 ByteBuffer result = ByteBuffer.allocate(4 + payloadSize); in encodeStampAttributes()207 result.putInt(payloadSize); in encodeStampAttributes()
304 int payloadSize = 4 + 4 + 4; in generateAdditionalAttributes() local305 ByteBuffer result = ByteBuffer.allocate(payloadSize); in generateAdditionalAttributes()307 result.putInt(payloadSize - 4); in generateAdditionalAttributes()
763 int payloadSize = 0; in encodeAsSequenceOfLengthPrefixedElements() local765 payloadSize += 4 + element.length; in encodeAsSequenceOfLengthPrefixedElements()767 ByteBuffer result = ByteBuffer.allocate(payloadSize); in encodeAsSequenceOfLengthPrefixedElements()
560 int payloadSize = 4 + 4 + 4 + encodedLineage.length; in write() local561 ByteBuffer result = ByteBuffer.allocate(payloadSize); in write()