Home | History | Annotate | Download | only in ssl

Lines Matching refs:write_seq_num

2332 	pwSpec->read_seq_num.high = pwSpec->write_seq_num.high = 0;
2345 pwSpec->read_seq_num.high = pwSpec->write_seq_num.high =
2350 pwSpec->read_seq_num.low = pwSpec->write_seq_num.low = 0;
2708 pseudoHeader, cwSpec->write_seq_num, type,
2828 wrBuf->buf[3] = (unsigned char)(cwSpec->write_seq_num.high >> 24);
2829 wrBuf->buf[4] = (unsigned char)(cwSpec->write_seq_num.high >> 16);
2830 wrBuf->buf[5] = (unsigned char)(cwSpec->write_seq_num.high >> 8);
2831 wrBuf->buf[6] = (unsigned char)(cwSpec->write_seq_num.high >> 0);
2832 wrBuf->buf[7] = (unsigned char)(cwSpec->write_seq_num.low >> 24);
2833 wrBuf->buf[8] = (unsigned char)(cwSpec->write_seq_num.low >> 16);
2834 wrBuf->buf[9] = (unsigned char)(cwSpec->write_seq_num.low >> 8);
2835 wrBuf->buf[10] = (unsigned char)(cwSpec->write_seq_num.low >> 0);
2850 ssl3_BumpSequenceNumber(&cwSpec->write_seq_num);
12340 spec->write_seq_num.high = 0;
12341 spec->write_seq_num.low = 0;