Home
last modified time | relevance | path

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

/openbsd-src/lib/libssl/
H A Dtls_internal.h68 ssize_t tls_buffer_read(struct tls_buffer *buf, uint8_t *rbuf, size_t n);
H A Dtls13_quic.c63 return tls_buffer_read(ctx->hs->tls13.quic_read_buffer, buf, n); in tls13_quic_handshake_read_cb()
H A Dtls_buffer.c168 tls_buffer_read(struct tls_buffer *buf, uint8_t *rbuf, size_t n) in tls_buffer_read() function
H A Dssl_pkt.c1064 if ((ssn = tls_buffer_read(s->s3->handshake_fragment, buf, in ssl3_read_bytes()
/openbsd-src/regress/lib/libssl/buffer/
H A Dbuffertest.c324 if ((n = tls_buffer_read(buf, rbuf, rwt->read)) != in tls_buffer_read_write_test()