Searched refs:tls_read_cb (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/lib/libssl/
H A Dtls13_record.h59 ssize_t tls13_record_recv(struct tls13_record *_rec, tls_read_cb _wire_read,
H A Dtls_internal.h43 typedef ssize_t (*tls_read_cb)(void *_buf, size_t _buflen, void *_cb_arg); typedef
66 tls_read_cb read_cb, void *cb_arg);
H A Dtls13_record.c121 tls13_record_recv(struct tls13_record *rec, tls_read_cb wire_read,
H A Dtls_buffer.c130 tls_read_cb read_cb, void *cb_arg)
H A Dtls13_internal.h180 tls_read_cb wire_read;
/openbsd-current/lib/libtls/
H A Dtls.h90 typedef ssize_t (*tls_read_cb)(struct tls *_ctx, void *_buf, size_t _buflen, typedef
186 tls_read_cb _read_cb, tls_write_cb _write_cb, void *_cb_arg);
193 int tls_connect_cbs(struct tls *_ctx, tls_read_cb _read_cb,
H A Dtls_bio_cb.c138 tls_set_cbs(struct tls *ctx, tls_read_cb read_cb, tls_write_cb write_cb,
H A Dtls_internal.h206 tls_read_cb read_cb;
259 tls_read_cb read_cb, tls_write_cb write_cb, void *cb_arg);
H A Dtls_server.c438 tls_read_cb read_cb, tls_write_cb write_cb, void *cb_arg)
H A Dtls_client.c436 tls_connect_cbs(struct tls *ctx, tls_read_cb read_cb,

Completed in 202 milliseconds