Home
last modified time | relevance | path

Searched refs:tls_read (Results 1 – 22 of 22) sorted by relevance

/openbsd/lib/libtls/man/
H A DMakefile17 tls_read.3 \
/openbsd/lib/libtls/
H A DSymbols.list87 tls_read
H A Dtls.h196 ssize_t tls_read(struct tls *_ctx, void *_buf, size_t _buflen);
H A Dtls.c857 tls_read(struct tls *ctx, void *buf, size_t buflen) in tls_read() function
/openbsd/usr.sbin/relayd/
H A Dcheck_tls.c56 ret = tls_read(cte->tls, rbuf, sizeof(rbuf)); in check_tls_read()
H A Drelay.c2490 ret = tls_read(cre->tls, rbuf, howmuch); in relay_tls_readcb()
/openbsd/regress/lib/libtls/gotls/
H A Dtls.go302 ret := C.tls_read(t.ctx, unsafe.Pointer(&buf[0]), C.size_t(len(buf)))
/openbsd/usr.sbin/ldapd/
H A Devbuffer_tls.c311 n = tls_read(ctx, p, howmuch); in evtls_read()
/openbsd/usr.sbin/syslogd/
H A Devbuffer_tls.c312 n = tls_read(ctx, p, howmuch); in evtls_read()
/openbsd/usr.sbin/smtpd/
H A Diobuf.c427 n = tls_read(tls, io->buf + io->wpos, iobuf_left(io)); in iobuf_read_tls()
/openbsd/usr.sbin/acme-client/
H A Dhttp.c97 rc = tls_read(http->ctx, buf, sz); in dotlsread()
/openbsd/usr.sbin/ocspcheck/
H A Dhttp.c96 rc = tls_read(http->ctx, buf, sz); in dotlsread()
/openbsd/usr.sbin/ntpd/
H A Dconstraint.c1132 ret = tls_read(tls, &c, 1); in tls_readline()
/openbsd/usr.bin/ldap/
H A Daldap.c365 ret = tls_read(ldap->tls, rbuf, sizeof(rbuf)); in aldap_parse()
/openbsd/libexec/login_ldap/
H A Daldap.c365 ret = tls_read(ldap->tls, rbuf, sizeof(rbuf)); in aldap_parse()
/openbsd/usr.sbin/ypldap/
H A Daldap.c401 ret = tls_read(ldap->tls, rbuf, sizeof(rbuf)); in aldap_parse()
/openbsd/usr.sbin/httpd/
H A Dserver.c799 ret = tls_read(clt->clt_tls_ctx, rbuf, howmuch); in server_tls_readcb()
/openbsd/usr.bin/ftp/
H A Dfetch.c1770 ret = tls_read(tls, buf, len); in stdio_tls_read_wrapper()
/openbsd/usr.bin/nc/
H A Dnetcat.c1333 n = tls_read(tls, buf + *bufpos, num); in fillbuf()
/openbsd/libexec/spamd/
H A Dspamd.c1087 n = tls_read(cp->cctx, cp->ip, cp->il); in handler()
/openbsd/usr.sbin/rpki-client/
H A Dhttp.c1529 s = tls_read(conn->tls, conn->buf + conn->bufpos, in http_read()
/openbsd/distrib/sets/lists/comp/
H A Dmi3005 ./usr/share/man/man3/tls_read.3