Home
last modified time | relevance | path

Searched refs:tls_buffer_new (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dtls_internal.h61 struct tls_buffer *tls_buffer_new(size_t init_size);
H A Dssl_transcript.c122 if ((s->s3->handshake_transcript = tls_buffer_new(0)) == NULL) in tls1_transcript_init()
H A Dtls13_handshake_msg.c43 if ((msg->buf = tls_buffer_new(0)) == NULL) in tls13_handshake_msg_new()
H A Dtls13_record.c39 if ((rec->buf = tls_buffer_new(TLS13_RECORD_MAX_LEN)) == NULL) in tls13_record_new()
H A Dtls_buffer.c37 tls_buffer_new(size_t init_size) in tls_buffer_new() function
H A Dssl_lib.c2684 ssl->s3->hs.tls13.quic_read_buffer = tls_buffer_new(0); in SSL_provide_quic_data()