Home
last modified time | relevance | path

Searched refs:write_seq_num (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.c80 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()
Dtlsv1_record.h48 u8 write_seq_num[TLS_SEQ_NUM_LEN]; member
/external/chromium_org/net/third_party/nss/ssl/
Dssl3con.c2320 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()
2704 pseudoHeader, cwSpec->write_seq_num, type, in ssl3_CompressMACEncryptRecord()
2824 wrBuf->buf[3] = (unsigned char)(cwSpec->write_seq_num.high >> 24); in ssl3_CompressMACEncryptRecord()
2825 wrBuf->buf[4] = (unsigned char)(cwSpec->write_seq_num.high >> 16); in ssl3_CompressMACEncryptRecord()
2826 wrBuf->buf[5] = (unsigned char)(cwSpec->write_seq_num.high >> 8); in ssl3_CompressMACEncryptRecord()
2827 wrBuf->buf[6] = (unsigned char)(cwSpec->write_seq_num.high >> 0); in ssl3_CompressMACEncryptRecord()
2828 wrBuf->buf[7] = (unsigned char)(cwSpec->write_seq_num.low >> 24); in ssl3_CompressMACEncryptRecord()
2829 wrBuf->buf[8] = (unsigned char)(cwSpec->write_seq_num.low >> 16); in ssl3_CompressMACEncryptRecord()
[all …]
Dsslimpl.h597 SSL3SequenceNumber write_seq_num; member
/external/chromium_org/net/third_party/nss/patches/
Daesgcm.patch874 - type, cwSpec->version, cwSpec->write_seq_num, pIn, contentLen,
885 + pseudoHeader, cwSpec->write_seq_num, type,