Searched refs:length_length (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/unBER/
H A DunBER.cpp191 int tag_length, length_length, len; local
207 length_length = 1;
211 length_length = (b[i+1] & 0x7f) + 1;
213 for (j = 1; j < length_length; j++) {
220 length_length = 1;
228 k = i + tag_length + length_length;
266 i += tag_length + length_length;
392 i += tag_length + length_length;

Completed in 162 milliseconds