Home
last modified time | relevance | path

Searched refs:tls_buffer_read (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dtls_internal.h67 ssize_t tls_buffer_read(struct tls_buffer *buf, uint8_t *rbuf, size_t n);
H A Dtls13_quic.c64 return tls_buffer_read(ctx->hs->tls13.quic_read_buffer, buf, n); in tls13_quic_handshake_read_cb()
H A Dtls_buffer.c159 tls_buffer_read(struct tls_buffer *buf, uint8_t *rbuf, size_t n) in tls_buffer_read() function