Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/include/
H A Dapps.h329 int raw_read_stdin(void *, int);
/src/crypto/openssl/apps/lib/
H A Dapps.c2937 int raw_read_stdin(void *buf, int siz) in raw_read_stdin() function
2949 int raw_read_stdin(void *buf, int siz) in raw_read_stdin() function
2954 int raw_read_stdin(void *buf, int siz) in raw_read_stdin() function
/src/crypto/openssl/apps/
H A Ds_server.c2789 i = raw_read_stdin(buf, bufsize / 2); in sv_body()
2805 i = raw_read_stdin(buf, bufsize); in sv_body()
H A Ds_client.c3310 i = raw_read_stdin(cbuf, BUFSIZZ / 2); in s_client_main()
3326 i = raw_read_stdin(cbuf, BUFSIZZ); in s_client_main()