Home | History | Annotate | Download | only in ssl

Lines Matching full:bitmask_end_values

136 				bitmask[(((end) - 1) >> 3)] |= bitmask_end_values[((end) & 7)]; \
143 if (bitmask[(((msg_len) - 1) >> 3)] != bitmask_end_values[((msg_len) & 7)]) is_complete = 0; \
156 static unsigned char bitmask_end_values[] = {0x00, 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f};