Searched refs:nBlocks (Results 1 – 3 of 3) sorted by relevance
130 byte nBlocks = 0; in initialize()153 nBlocks = (byte) auth.size(); in initialize()159 baos.write(nBlocks); in initialize()
943 int nBlocks = 0; in parseAttributeVectorOut() local984 nBlocks = auth.size(); in parseAttributeVectorOut()998 baos.write((byte)(nBlocks & 0xFF)); in parseAttributeVectorOut()1004 if (attrAuth && nBlocks > 0) { in parseAttributeVectorOut()
119 byte nBlocks) in makeAuthBlocks() argument126 for (byte cnt = 0; cnt < nBlocks; cnt++) { in makeAuthBlocks()