Home
last modified time | relevance | path

Searched refs:stream3 (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/demos/guide/
H A Dquic-multi-stream.c138 SSL *stream1 = NULL, *stream2 = NULL, *stream3 = NULL; in main() local
364 stream3 = SSL_accept_stream(ssl, 0); in main()
365 if (stream3 == NULL) { in main()
376 while (SSL_read_ex(stream3, buf, sizeof(buf), &readbytes)) in main()
381 switch (SSL_get_error(stream3, 0)) { in main()
387 switch (SSL_get_stream_read_state(stream3)) { in main()
438 SSL_free(stream3); in main()
/freebsd/sys/contrib/libsodium/test/default/
H A DMakefile.am74 stream3.exp \
149 stream3.res \
223 stream3.final \
294 stream3.nexe \
/freebsd/sys/contrib/libsodium/
H A D.gitignore151 test/default/stream3
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-quic-multi-stream.pod362 stream3 = SSL_accept_stream(ssl, 0);
363 if (stream3 == NULL) {
385 SSL_free(stream3);