Searched refs:read_seq_num (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_record.c | 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()
|
D | tlsv1_record.h | 49 u8 read_seq_num[TLS_SEQ_NUM_LEN]; member
|
/external/chromium_org/net/third_party/nss/patches/ |
D | aesgcm.patch | 1135 + header, IS_DTLS(ss) ? cText->seq_num : crSpec->read_seq_num, 1208 - IS_DTLS(ss) ? cText->seq_num : crSpec->read_seq_num, 1213 + header, IS_DTLS(ss) ? cText->seq_num : crSpec->read_seq_num, 1250 - IS_DTLS(ss) ? cText->seq_num : crSpec->read_seq_num,
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | ssl3con.c | 2320 pwSpec->read_seq_num.high = pwSpec->write_seq_num.high = 0; in ssl3_InitPendingCipherSpec() 2333 pwSpec->read_seq_num.high = pwSpec->write_seq_num.high = in ssl3_InitPendingCipherSpec() 2338 pwSpec->read_seq_num.low = pwSpec->write_seq_num.low = 0; in ssl3_InitPendingCipherSpec() 11978 header, IS_DTLS(ss) ? cText->seq_num : crSpec->read_seq_num, in ssl3_HandleRecord() 12027 header, IS_DTLS(ss) ? cText->seq_num : crSpec->read_seq_num, in ssl3_HandleRecord() 12088 ssl3_BumpSequenceNumber(&crSpec->read_seq_num); in ssl3_HandleRecord() 12256 spec->read_seq_num.high = 0; in ssl3_InitCipherSpec() 12257 spec->read_seq_num.low = 0; in ssl3_InitCipherSpec()
|
D | sslimpl.h | 598 SSL3SequenceNumber read_seq_num; member
|