Searched refs:BUFSIZZ (Results 1 – 1 of 1) sorted by relevance
/openssl/apps/ |
H A D | s_client.c | 58 #undef BUFSIZZ 59 #define BUFSIZZ 1024*16 macro 986 cbuf = app_malloc(BUFSIZZ, "cbuf"); in s_client_main() 987 sbuf = app_malloc(BUFSIZZ, "sbuf"); in s_client_main() 988 mbuf = app_malloc(BUFSIZZ, "mbuf"); in s_client_main() 2398 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main() 2403 BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main() 2422 BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main() 3351 OPENSSL_clear_free(cbuf, BUFSIZZ); in s_client_main() 3352 OPENSSL_clear_free(sbuf, BUFSIZZ); in s_client_main() [all …]
|
Completed in 11 milliseconds