Home
last modified time | relevance | path

Searched refs:tls13_handshake_msg (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/crypto/libressl/ssl/
H A Dtls13_handshake_msg.c25 struct tls13_handshake_msg { struct
36 struct tls13_handshake_msg * argument
39 struct tls13_handshake_msg *msg = NULL; in tls13_handshake_msg_new()
41 if ((msg = calloc(1, sizeof(struct tls13_handshake_msg))) == NULL) in tls13_handshake_msg_new()
55 tls13_handshake_msg_free(struct tls13_handshake_msg *msg) in tls13_handshake_msg_free()
65 freezero(msg, sizeof(struct tls13_handshake_msg)); in tls13_handshake_msg_free()
69 tls13_handshake_msg_data(struct tls13_handshake_msg *msg, CBS *cbs) in tls13_handshake_msg_data()
75 tls13_handshake_msg_type(struct tls13_handshake_msg *msg) in tls13_handshake_msg_type()
81 tls13_handshake_msg_content(struct tls13_handshake_msg *msg, CBS *cbs) in tls13_handshake_msg_content()
89 tls13_handshake_msg_start(struct tls13_handshake_msg *msg, CBB *body, in tls13_handshake_msg_start()
[all …]
H A Dtls13_internal.h236 struct tls13_handshake_msg;
238 struct tls13_handshake_msg *tls13_handshake_msg_new(void);
239 void tls13_handshake_msg_free(struct tls13_handshake_msg *msg);
240 void tls13_handshake_msg_data(struct tls13_handshake_msg *msg, CBS *cbs);
241 uint8_t tls13_handshake_msg_type(struct tls13_handshake_msg *msg);
242 int tls13_handshake_msg_content(struct tls13_handshake_msg *msg, CBS *cbs);
243 int tls13_handshake_msg_start(struct tls13_handshake_msg *msg, CBB *body,
245 int tls13_handshake_msg_finish(struct tls13_handshake_msg *msg);
246 int tls13_handshake_msg_recv(struct tls13_handshake_msg *msg,
248 int tls13_handshake_msg_send(struct tls13_handshake_msg *msg,
[all …]
H A Dtls13_lib.c280 struct tls13_handshake_msg *hs_msg = NULL; in tls13_key_update_recv()
477 struct tls13_handshake_msg *hm = NULL; in tls13_synthetic_handshake_message()
/dflybsd-src/lib/libressl/
H A DMakefile24 tls13_handshake.c tls13_handshake_msg.c tls13_key_schedule.c \