Searched refs:write_seq_num (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_record.h48 u8 write_seq_num[TLS_SEQ_NUM_LEN]; member in struct:tlsv1_record_layer
H A Dtlsv1_record.c80 os_memset(rl->write_seq_num, 0, TLS_SEQ_NUM_LEN);
214 crypto_hash_update(hmac, rl->write_seq_num, TLS_SEQ_NUM_LEN);
255 inc_byte_array(rl->write_seq_num, TLS_SEQ_NUM_LEN);
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_record.h48 u8 write_seq_num[TLS_SEQ_NUM_LEN]; member in struct:tlsv1_record_layer
H A Dtlsv1_record.c80 os_memset(rl->write_seq_num, 0, TLS_SEQ_NUM_LEN);
214 crypto_hash_update(hmac, rl->write_seq_num, TLS_SEQ_NUM_LEN);
255 inc_byte_array(rl->write_seq_num, TLS_SEQ_NUM_LEN);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_record.h48 u8 write_seq_num[TLS_SEQ_NUM_LEN]; member in struct:tlsv1_record_layer
H A Dtlsv1_record.c80 os_memset(rl->write_seq_num, 0, TLS_SEQ_NUM_LEN);
214 crypto_hash_update(hmac, rl->write_seq_num, TLS_SEQ_NUM_LEN);
255 inc_byte_array(rl->write_seq_num, TLS_SEQ_NUM_LEN);
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c2332 pwSpec->read_seq_num.high = pwSpec->write_seq_num.high = 0;
2345 pwSpec->read_seq_num.high = pwSpec->write_seq_num.high =
2350 pwSpec->read_seq_num.low = pwSpec->write_seq_num.low = 0;
2708 pseudoHeader, cwSpec->write_seq_num, type,
2828 wrBuf->buf[3] = (unsigned char)(cwSpec->write_seq_num.high >> 24);
2829 wrBuf->buf[4] = (unsigned char)(cwSpec->write_seq_num.high >> 16);
2830 wrBuf->buf[5] = (unsigned char)(cwSpec->write_seq_num.high >> 8);
2831 wrBuf->buf[6] = (unsigned char)(cwSpec->write_seq_num.high >> 0);
2832 wrBuf->buf[7] = (unsigned char)(cwSpec->write_seq_num.low >> 24);
2833 wrBuf->buf[8] = (unsigned char)(cwSpec->write_seq_num
[all...]
H A Dsslimpl.h599 SSL3SequenceNumber write_seq_num; member in struct:__anon9711

Completed in 627 milliseconds