Searched refs:total_len (Results 1 – 1 of 1) sorted by relevance
258 short total_len; in fillBerTLVBytes() local267 total_len = (short)(le + 2 + le_len); in fillBerTLVBytes()269 respBuf = new byte[total_len]; in fillBerTLVBytes()290 while (i < total_len) { in fillBerTLVBytes()296 return total_len; in fillBerTLVBytes()299 public short fillBytes(short total_len) { in fillBytes() argument301 short len = total_len; in fillBytes()302 respBuf = new byte[total_len]; in fillBytes()303 while (i < total_len) { in fillBytes()317 return total_len; in fillBytes()