Searched refs:tls_write_cb (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/lib/libssl/
H A Dtls13_record.h61 ssize_t tls13_record_send(struct tls13_record *_rec, tls_write_cb _wire_write,
H A Dtls_internal.h44 typedef ssize_t (*tls_write_cb)(const void *_buf, size_t _buflen, typedef
H A Dtls13_record.c168 tls13_record_send(struct tls13_record *rec, tls_write_cb wire_write,
H A Dtls13_internal.h181 tls_write_cb wire_write;
/openbsd-current/lib/libtls/
H A Dtls.h92 typedef ssize_t (*tls_write_cb)(struct tls *_ctx, const void *_buf, typedef
186 tls_read_cb _read_cb, tls_write_cb _write_cb, void *_cb_arg);
194 tls_write_cb _write_cb, void *_cb_arg, const char *_servername);
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.h207 tls_write_cb write_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.c437 tls_write_cb write_cb, void *cb_arg, const char *servername)

Completed in 201 milliseconds