Home | History | Annotate | Download | only in ssl

Lines Matching refs:bitmask_start_values

134 				bitmask[((start) >> 3)] |= bitmask_start_values[((start) & 7)]; \
155 static unsigned char bitmask_start_values[] = {0xff, 0xfe, 0xfc, 0xf8, 0xf0, 0xe0, 0xc0, 0x80};