Searched refs:sock_write (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Dbss_sock.c22 # undef sock_write macro
25 # define sock_write SockWrite macro
30 static int sock_write(BIO *h, const char *buf, int num);
43 sock_write,
128 static int sock_write(BIO *b, const char *in, int inl) function
222 ret = sock_write(bp, str, n);
/freebsd-13-stable/contrib/bearssl/samples/
H A Dserver_basic.c244 sock_write(void *ctx, const unsigned char *buf, size_t len) function
396 br_sslio_init(&ioc, &sc.eng, sock_read, &cfd, sock_write, &cfd);
H A Dclient_basic.c128 sock_write(void *ctx, const unsigned char *buf, size_t len) function
305 br_sslio_init(&ioc, &sc.eng, sock_read, &fd, sock_write, &fd);

Completed in 57 milliseconds