Home
last modified time | relevance | path

Searched refs:read_seq_num (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.c114 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()
Dtlsv1_record.h49 u8 read_seq_num[TLS_SEQ_NUM_LEN]; member
/external/chromium_org/net/third_party/nss/ssl/
Dssl3con.c2332 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()
Dsslimpl.h600 SSL3SequenceNumber read_seq_num; member