Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Dtls13_lib.c348 if ((hs_msg = tls13_handshake_msg_new()) == NULL) in tls13_key_update_recv()
484 ((ctx->hs_msg = tls13_handshake_msg_new()) == NULL)) in tls13_phh_received_cb()
638 if ((hm = tls13_handshake_msg_new()) == NULL) in tls13_synthetic_handshake_message()
Dtls13_handshake_msg.c37 tls13_handshake_msg_new(void) in tls13_handshake_msg_new() function
Dtls13_handshake.c459 if ((ctx->hs_msg = tls13_handshake_msg_new()) == NULL) in tls13_handshake_send_action()
513 if ((ctx->hs_msg = tls13_handshake_msg_new()) == NULL) in tls13_handshake_recv_action()
Dtls13_internal.h241 struct tls13_handshake_msg *tls13_handshake_msg_new(void);