Home
last modified time | relevance | path

Searched refs:readbytes (Results 26 – 31 of 31) sorted by relevance

12

/openssl/ssl/record/
H A Drec_layer_s3.c1161 size_t len, int peek, size_t *readbytes) in ssl3_read_bytes() argument
1202 *readbytes = n; in ssl3_read_bytes()
1363 *readbytes = totalbytes; in ssl3_read_bytes()
/openssl/apps/
H A Ds_server.c2502 size_t readbytes; in sv_body() local
2506 edret = SSL_read_early_data(con, buf, bufsize, &readbytes); in sv_body()
2522 if (readbytes > 0) { in sv_body()
2527 raw_write_stdout(buf, (unsigned int)readbytes); in sv_body()
H A Ds_client.c2735 size_t readbytes, writtenbytes; in s_client_main() local
2744 if (!BIO_read_ex(edfile, cbuf, BUFSIZZ, &readbytes)) in s_client_main()
2747 while (!SSL_write_early_data(con, cbuf, readbytes, &writtenbytes)) { in s_client_main()
/openssl/doc/man3/
H A DSSL_read_early_data.pod42 int SSL_read_early_data(SSL *s, void *buf, size_t num, size_t *readbytes);
/openssl/include/openssl/
H A Dssl.h.in1897 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
1904 size_t *readbytes);
1906 __owur int SSL_peek_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
H A Dbio.h.in651 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes);

Completed in 96 milliseconds

12