Searched refs:tls_buffer_read (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/lib/libssl/ |
H A D | tls_internal.h | 68 ssize_t tls_buffer_read(struct tls_buffer *buf, uint8_t *rbuf, size_t n);
|
H A D | tls13_quic.c | 63 return tls_buffer_read(ctx->hs->tls13.quic_read_buffer, buf, n); in tls13_quic_handshake_read_cb()
|
H A D | tls_buffer.c | 168 tls_buffer_read(struct tls_buffer *buf, uint8_t *rbuf, size_t n) in tls_buffer_read() function
|
H A D | ssl_pkt.c | 1064 if ((ssn = tls_buffer_read(s->s3->handshake_fragment, buf, in ssl3_read_bytes()
|
/openbsd-src/regress/lib/libssl/buffer/ |
H A D | buffertest.c | 324 if ((n = tls_buffer_read(buf, rbuf, rwt->read)) != in tls_buffer_read_write_test()
|