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

/freebsd-current/contrib/wpa/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);

Completed in 53 milliseconds