Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dssl_locl.h1138 typedef struct ssl3_record_internal_st { struct
1139 int type; /* type of record */
1140 unsigned int length; /* How many bytes available */
1141 unsigned int padding_length; /* Number of padding bytes. */
1142 unsigned int off; /* read/write offset into 'buf' */
1143 unsigned char *data; /* pointer to the record data */
1144 unsigned char *input; /* where the decode bytes are */
1145 uint16_t epoch; /* epoch number, needed by DTLS1 */
1146 unsigned char seq_num[8]; /* sequence number, needed by DTLS1 */