Searched refs:constantIvSize (Results 1 – 2 of 2) sorted by relevance
1120 int constantIvSize = sgpd.readUnsignedByte(); in parseSgpd() local1121 constantIv = new byte[constantIvSize]; in parseSgpd()1122 sgpd.readBytes(constantIv, 0, constantIvSize); in parseSgpd()
1423 int constantIvSize = parent.readUnsignedByte(); in parseSchiFromParent() local1424 constantIv = new byte[constantIvSize]; in parseSchiFromParent()1425 parent.readBytes(constantIv, 0, constantIvSize); in parseSchiFromParent()