Searched defs:dtls1_state_st (Results 1 – 1 of 1) sorted by relevance
912 typedef struct dtls1_state_st { struct915 unsigned int send_cookie;917 uint8_t cookie[DTLS1_COOKIE_LENGTH];918 size_t cookie_len;922 uint16_t r_epoch;923 uint16_t w_epoch;926 DTLS1_BITMAP bitmap;931 uint16_t handshake_write_seq;932 uint16_t next_handshake_write_seq;934 uint16_t handshake_read_seq;[all …]