Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Ds_client.c56 #undef BUFSIZZ
57 #define BUFSIZZ 1024*8 macro
915 cbuf = app_malloc(BUFSIZZ, "cbuf"); in s_client_main()
916 sbuf = app_malloc(BUFSIZZ, "sbuf"); in s_client_main()
917 mbuf = app_malloc(BUFSIZZ, "mbuf"); in s_client_main()
2189 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2203 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2215 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2220 BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2222 mbuf_len = BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
[all …]