Searched refs:write_seq_num (Results 1 – 4 of 4) sorted by relevance
80 os_memset(rl->write_seq_num, 0, TLS_SEQ_NUM_LEN); in tlsv1_record_change_write_cipher()214 crypto_hash_update(hmac, rl->write_seq_num, TLS_SEQ_NUM_LEN); in tlsv1_record_send()255 inc_byte_array(rl->write_seq_num, TLS_SEQ_NUM_LEN); in tlsv1_record_send()
48 u8 write_seq_num[TLS_SEQ_NUM_LEN]; member
2332 pwSpec->read_seq_num.high = pwSpec->write_seq_num.high = 0; in ssl3_InitPendingCipherSpec()2345 pwSpec->read_seq_num.high = pwSpec->write_seq_num.high = in ssl3_InitPendingCipherSpec()2350 pwSpec->read_seq_num.low = pwSpec->write_seq_num.low = 0; in ssl3_InitPendingCipherSpec()2708 pseudoHeader, cwSpec->write_seq_num, type, in ssl3_CompressMACEncryptRecord()2828 wrBuf->buf[3] = (unsigned char)(cwSpec->write_seq_num.high >> 24); in ssl3_CompressMACEncryptRecord()2829 wrBuf->buf[4] = (unsigned char)(cwSpec->write_seq_num.high >> 16); in ssl3_CompressMACEncryptRecord()2830 wrBuf->buf[5] = (unsigned char)(cwSpec->write_seq_num.high >> 8); in ssl3_CompressMACEncryptRecord()2831 wrBuf->buf[6] = (unsigned char)(cwSpec->write_seq_num.high >> 0); in ssl3_CompressMACEncryptRecord()2832 wrBuf->buf[7] = (unsigned char)(cwSpec->write_seq_num.low >> 24); in ssl3_CompressMACEncryptRecord()2833 wrBuf->buf[8] = (unsigned char)(cwSpec->write_seq_num.low >> 16); in ssl3_CompressMACEncryptRecord()[all …]
599 SSL3SequenceNumber write_seq_num; member