Home
last modified time | relevance | path

Searched defs:dtls1_state_st (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/
Dinternal.h1757 typedef struct dtls1_state_st { in OPENSSL_MSVC_PRAGMA() struct
1760 unsigned int send_cookie; in OPENSSL_MSVC_PRAGMA()
1762 uint8_t cookie[DTLS1_COOKIE_LENGTH]; in OPENSSL_MSVC_PRAGMA()
1763 size_t cookie_len; in OPENSSL_MSVC_PRAGMA()
1767 uint16_t r_epoch; in OPENSSL_MSVC_PRAGMA()
1768 uint16_t w_epoch; in OPENSSL_MSVC_PRAGMA()
1771 DTLS1_BITMAP bitmap; in OPENSSL_MSVC_PRAGMA()
1773 uint16_t handshake_write_seq; in OPENSSL_MSVC_PRAGMA()
1774 uint16_t handshake_read_seq; in OPENSSL_MSVC_PRAGMA()
1777 uint8_t last_write_sequence[8]; in OPENSSL_MSVC_PRAGMA()
[all …]