Symbol: tls13_handshake_msg
crypto/libressl/ssl/tls13_handshake_msg.c
103
tls13_handshake_msg_finish(struct tls13_handshake_msg *msg)
crypto/libressl/ssl/tls13_handshake_msg.c
122
tls13_handshake_msg_recv(struct tls13_handshake_msg *msg,
crypto/libressl/ssl/tls13_handshake_msg.c
167
tls13_handshake_msg_send(struct tls13_handshake_msg *msg,
crypto/libressl/ssl/tls13_handshake_msg.c
36
struct tls13_handshake_msg *
crypto/libressl/ssl/tls13_handshake_msg.c
39
struct tls13_handshake_msg *msg = NULL;
crypto/libressl/ssl/tls13_handshake_msg.c
41
if ((msg = calloc(1, sizeof(struct tls13_handshake_msg))) == NULL)
crypto/libressl/ssl/tls13_handshake_msg.c
55
tls13_handshake_msg_free(struct tls13_handshake_msg *msg)
crypto/libressl/ssl/tls13_handshake_msg.c
65
freezero(msg, sizeof(struct tls13_handshake_msg));
crypto/libressl/ssl/tls13_handshake_msg.c
69
tls13_handshake_msg_data(struct tls13_handshake_msg *msg, CBS *cbs)
crypto/libressl/ssl/tls13_handshake_msg.c
75
tls13_handshake_msg_type(struct tls13_handshake_msg *msg)
crypto/libressl/ssl/tls13_handshake_msg.c
81
tls13_handshake_msg_content(struct tls13_handshake_msg *msg, CBS *cbs)
crypto/libressl/ssl/tls13_handshake_msg.c
89
tls13_handshake_msg_start(struct tls13_handshake_msg *msg, CBB *body,
crypto/libressl/ssl/tls13_internal.h
236
struct tls13_handshake_msg;
crypto/libressl/ssl/tls13_internal.h
238
struct tls13_handshake_msg *tls13_handshake_msg_new(void);
crypto/libressl/ssl/tls13_internal.h
239
void tls13_handshake_msg_free(struct tls13_handshake_msg *msg);
crypto/libressl/ssl/tls13_internal.h
240
void tls13_handshake_msg_data(struct tls13_handshake_msg *msg, CBS *cbs);
crypto/libressl/ssl/tls13_internal.h
241
uint8_t tls13_handshake_msg_type(struct tls13_handshake_msg *msg);
crypto/libressl/ssl/tls13_internal.h
242
int tls13_handshake_msg_content(struct tls13_handshake_msg *msg, CBS *cbs);
crypto/libressl/ssl/tls13_internal.h
243
int tls13_handshake_msg_start(struct tls13_handshake_msg *msg, CBB *body,
crypto/libressl/ssl/tls13_internal.h
245
int tls13_handshake_msg_finish(struct tls13_handshake_msg *msg);
crypto/libressl/ssl/tls13_internal.h
246
int tls13_handshake_msg_recv(struct tls13_handshake_msg *msg,
crypto/libressl/ssl/tls13_internal.h
248
int tls13_handshake_msg_send(struct tls13_handshake_msg *msg,
crypto/libressl/ssl/tls13_internal.h
288
struct tls13_handshake_msg *hs_msg;
crypto/libressl/ssl/tls13_lib.c
280
struct tls13_handshake_msg *hs_msg = NULL;
crypto/libressl/ssl/tls13_lib.c
477
struct tls13_handshake_msg *hm = NULL;