Searched defs:dtls1_state_st (Results 1 – 1 of 1) sorted by relevance
734 typedef struct dtls1_state_st { struct737 unsigned int send_cookie;739 uint8_t cookie[DTLS1_COOKIE_LENGTH];740 size_t cookie_len;744 uint16_t r_epoch;745 uint16_t w_epoch;748 DTLS1_BITMAP bitmap;751 uint16_t handshake_write_seq;752 uint16_t next_handshake_write_seq;754 uint16_t handshake_read_seq;[all …]