Searched refs:low_write (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_io.c34 int (*low_write)(void *write_context,
41 ctx->low_write = low_write;
72 wlen = ctx->low_write(ctx->write_context, buf, len);
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_ssl.h3921 * through the low_read() and low_write() callback functions, each with
3929 * low_write() write up to 'len' bytes, to be read from data[]. The
3957 int (*low_write)(void *write_context, member in struct:__anon251
3978 * - `low_write()` writes at least one byte, at most `len` bytes, unto
4007 * \param low_write callback for writing data on the transport.
4008 * \param write_context context pointer for `low_write()`.
4015 int (*low_write)(void *write_context,
4107 * to the transport medium (i.e. accepted by the `low_write()` callback

Completed in 36 milliseconds