Home
last modified time | relevance | path

Searched refs:reading (Results 1 – 25 of 61) sorted by relevance

123

/openssl/demos/digest/
H A DBIO_f_md.c42 BIO *bio_digest = NULL, *reading = NULL; in main() local
96 reading = BIO_push(bio_digest, input); in main()
98 while (BIO_read(reading, buffer, sizeof(buffer)) > 0) in main()
/openssl/doc/man3/
H A DSSL_CTX_set_read_ahead.pod27 into its buffer (providing that the buffer is large enough) if reading ahead is
29 Setting the parameter B<yes> to 0 turns reading ahead is off, other values turn
33 SSL_CTX_get_read_ahead() and SSL_get_read_ahead() indicate whether reading
55 connection) after the SSL connection is finished using SSL_shutdown() reading
61 SSL_get_read_ahead() and SSL_CTX_get_read_ahead() return 0 if reading ahead is off,
H A DSSL_get_handshake_rtt.pod28 done reading the client's response. This is after the client has responded
33 client is done reading the server's response. This is after ServerFinished in
H A DX509_load_http.pod31 internal one for connecting, writing the request, and reading the response.
34 B<bio> is used for writing the request, and B<rbio> for reading the response.
H A DBIO_socket_wait.pod22 BIO_socket_wait() waits on the socket B<fd> for reading if B<for_read> is not 0,
27 B<bio>, for reading if B<bio> is supposed to read, else for writing.
H A DBIO_f_base64.pod28 For reading, the first line of base64 content should be at most 1024 bytes long
33 Also when reading, unless the flag B<BIO_FLAGS_BASE64_NO_NL> is set, initial
57 For reading, it removes all expectations on newlines in the input data.
H A DSSL_in_init.pod61 B<role> is one of CR, CW, SR or SW to indicate "client reading",
62 "client writing", "server reading" or "server writing" respectively.
H A DEC_KEY_get_enc_flags.pod22 When reading a private key encoded without an associated public key (e.g. if
H A Db2i_PVK_bio_ex.pod6 functions for reading and writing MSBLOB format private keys
H A DSSL_set_fd.pod31 (for both the reading and writing side, if different).
H A DOSSL_CRMF_MSG_get0_tmpl.pod15 - functions reading from CRMF CertReqMsg structures
H A DBIO_f_cipher.pod37 When reading from an encryption BIO the final block is automatically
H A DSSL_CTX_set_split_send_fragment.pod63 Pipelining operates slightly differently for reading encrypted data compared to
89 pipelining. While reading we are constrained by the number of records that the
H A DBIO_meth_new.pod115 for reading arbitrary length data from the BIO respectively. This function will
129 used for reading a line of data from the BIO respectively (see the L<BIO_gets(3)>
H A DPKCS12_newpass.pod71 fprintf(stderr, "Error reading PKCS#12 file\n");
H A DSSL_get_rpoll_descriptor.pod31 If an SSL object is not interested in reading data from the network at the
H A DPEM_bytes_read_bio.pod25 continue reading. Non-PEM data present in the stream may cause an
H A DSSL_CTX_set_default_passwd_cb.pod51 callback is used for reading/decryption (rwflag=0) or writing/encryption
H A DBIO_push.pod69 It should be noted that reading causes data to pass in the reverse
H A DBIO_f_md.pod97 The next example digests data by reading through a chain instead:
/openssl/ssl/statem/
H A DREADME.md22 event of NBIO events; handling the common flow of steps for reading a
28 The message flow state machine is divided into a reading sub-state machine and a
/openssl/doc/man1/
H A Dopenssl-passwd.pod.in65 When reading a password from the terminal, this implies B<-noverify>.
77 Don't verify when reading a password from the terminal.
/openssl/doc/internal/man7/
H A DDERlib.pod9 OpenSSL contains an internal small DER reading and writing library,
/openssl/doc/designs/quic-design/
H A Drecord-layer.md23 "pipelining" which are different approaches for supporting the reading or
159 for reading and one for writing. In some cases there may be more than 2 - for
306 * functions for reading and writing records for that protocol. Which
379 * reading data. Where the direction is "write", then this BIO will only
383 * force at any one time (one for reading and one for writing). In some
/openssl/doc/man7/
H A Dossl-guide-quic-client-block.pod254 * Get up to sizeof(buf) bytes of the response. We keep reading until the
307 printf ("Failed reading remaining data\n");
331 In this tutorial, once we have finished reading data from the server on the one

Completed in 28 milliseconds

123