tls13_handshake_msg
tls13_handshake_msg_finish(struct tls13_handshake_msg *msg)
tls13_handshake_msg_recv(struct tls13_handshake_msg *msg,
tls13_handshake_msg_send(struct tls13_handshake_msg *msg,
struct tls13_handshake_msg *
struct tls13_handshake_msg *msg = NULL;
if ((msg = calloc(1, sizeof(struct tls13_handshake_msg))) == NULL)
tls13_handshake_msg_free(struct tls13_handshake_msg *msg)
freezero(msg, sizeof(struct tls13_handshake_msg));
tls13_handshake_msg_data(struct tls13_handshake_msg *msg, CBS *cbs)
tls13_handshake_msg_type(struct tls13_handshake_msg *msg)
tls13_handshake_msg_content(struct tls13_handshake_msg *msg, CBS *cbs)
tls13_handshake_msg_start(struct tls13_handshake_msg *msg, CBB *body,
struct tls13_handshake_msg;
struct tls13_handshake_msg *tls13_handshake_msg_new(void);
void tls13_handshake_msg_free(struct tls13_handshake_msg *msg);
void tls13_handshake_msg_data(struct tls13_handshake_msg *msg, CBS *cbs);
uint8_t tls13_handshake_msg_type(struct tls13_handshake_msg *msg);
int tls13_handshake_msg_content(struct tls13_handshake_msg *msg, CBS *cbs);
int tls13_handshake_msg_start(struct tls13_handshake_msg *msg, CBB *body,
int tls13_handshake_msg_finish(struct tls13_handshake_msg *msg);
int tls13_handshake_msg_recv(struct tls13_handshake_msg *msg,
int tls13_handshake_msg_send(struct tls13_handshake_msg *msg,
struct tls13_handshake_msg *hs_msg;
struct tls13_handshake_msg *hs_msg = NULL;
struct tls13_handshake_msg *hm = NULL;