Searched refs:read_seq_num (Results 1 – 4 of 4) sorted by relevance
114 os_memset(rl->read_seq_num, 0, TLS_SEQ_NUM_LEN); in tlsv1_record_change_read_cipher()445 crypto_hash_update(hmac, rl->read_seq_num, TLS_SEQ_NUM_LEN); in tlsv1_record_receive()482 inc_byte_array(rl->read_seq_num, TLS_SEQ_NUM_LEN); in tlsv1_record_receive()
49 u8 read_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()12065 header, IS_DTLS(ss) ? cText->seq_num : crSpec->read_seq_num, in ssl3_HandleRecord()12114 header, IS_DTLS(ss) ? cText->seq_num : crSpec->read_seq_num, in ssl3_HandleRecord()12175 ssl3_BumpSequenceNumber(&crSpec->read_seq_num); in ssl3_HandleRecord()12343 spec->read_seq_num.high = 0; in ssl3_InitCipherSpec()12344 spec->read_seq_num.low = 0; in ssl3_InitCipherSpec()
600 SSL3SequenceNumber read_seq_num; member