Home
last modified time | relevance | path

Searched refs:stream (Results 101 – 125 of 136) sorted by relevance

123456

/openssl/doc/designs/quic-design/
H A Dquic-tls.md65 * Called to send data on the crypto stream. We use a callback rather than
66 * passing the crypto stream QUIC_SSTREAM directly because this lets the CSM
67 * dynamically select the correct outgoing crypto stream based on the
H A Dquic-thread-assist.md59 except servicing the crypto stream, or any other events we may define in
H A Dconnection-state-machine.md116 crypto stream segments (in the form of `CRYPTO` frames) which deliver
167 Application stream data is exchanged freely. Only 1-RTT packets are used. The
H A Dquic-api-ssl-funcs.md23 connection or stream. Needs QUIC-specific implementation.
616 | `SSL_clear` (stream) | CSSM | ��U | ��FC | ��QSI | ��Done …
934 the current size of the receive stream buffer.
/openssl/crypto/modes/
H A Dgcm128.c1232 size_t len, ctr128_f stream) in CRYPTO_gcm128_encrypt_ctr32() argument
1314 (*stream) (in, out, GHASH_CHUNK / 16, key, ctx->Yi.c); in CRYPTO_gcm128_encrypt_ctr32()
1334 (*stream) (in, out, j, key, ctx->Yi.c); in CRYPTO_gcm128_encrypt_ctr32()
1386 size_t len, ctr128_f stream) in CRYPTO_gcm128_decrypt_ctr32() argument
1471 (*stream) (in, out, GHASH_CHUNK / 16, key, ctx->Yi.c); in CRYPTO_gcm128_decrypt_ctr32()
1503 (*stream) (in, out, j, key, ctx->Yi.c); in CRYPTO_gcm128_decrypt_ctr32()
/openssl/include/crypto/
H A Dmodes.h196 ocb128_f stream; /* direction dependent */ member
/openssl/doc/man1/
H A Dopenssl-smime.pod.in46 [B<-stream>]
133 =item B<-stream>, B<-indef>, B<-noindef>
135 The B<-stream> and B<-indef> options are equivalent and enable streaming I/O
324 The B<-stream> and B<-indef> options enable streaming I/O support.
H A Dopenssl-cms.pod.in44 [B<-stream>]
286 =item B<-stream>, B<-indef>
288 The B<-stream> and B<-indef> options are equivalent and enable streaming I/O
667 The B<-stream> and B<-indef> options enable streaming I/O support.
H A Dopenssl-enc.pod.in50 using various block and stream ciphers using keys based on passwords
253 attacks on the password and to attack stream cipher encrypted data. The reason
H A Dopenssl-s_client.pod.in697 specifies the host for the "to" attribute of the stream element.
710 if specifies the host for the "to" attribute of the stream element. If this
964 Indicate FIN on the current stream. QUIC only. Once FIN has been sent any
965 further text entered for this stream is ignored.
/openssl/demos/
H A DREADME.txt38 quic-multi-stream.c: A simple QUIC client using multiple streams
/openssl/doc/man3/
H A DDTLSv1_listen.pod37 designed to operate over a stream-based transport protocol (such as TCP).
39 stream-based transport protocols (e.g. QUIC) may not validate the source
H A DSSL_get_error.pod94 given QUIC stream has been filled. Likewise, B<SSL_ERROR_WANT_READ> indicates
95 that the OpenSSL internal receive buffer for a given QUIC stream is empty.
H A DOSSL_CMP_log_open.pod81 a log file or remote stream, which in turn may fail.
H A DSSL_get_conn_close_info.pod157 terminated. It also fails if called on a QUIC stream SSL object or a non-QUIC
H A DBF_encrypt.pod73 purpose of the latter two is to simulate stream ciphers, and therefore, they
H A DDES_random_key.pod138 The following routines mostly operate on an input and output stream of
226 DES_cbc_cksum() produces an 8 byte checksum based on the input stream
H A DSSL_alert_type_string.pod35 and does not influence the normal data stream (unless its contents results
H A DBIO_ctrl.pod73 in a source/sink BIO to indicate that the underlying I/O stream should
H A DASN1_aux_cb.pod249 The B<BIO> to stream through
H A DEVP_PKEY_verify.pod277 This is the same as the previous example, but allowing stream-like
H A DEVP_PKEY_sign.pod284 This is the same as the previous example, but allowing stream-like
/openssl/providers/implementations/include/prov/
H A Dciphercommon.h61 } stream; member
/openssl/crypto/err/
H A Dopenssl.txt1518 SSL_R_NO_STREAM:355:no stream
1611 SSL_R_STREAM_COUNT_LIMITED:411:stream count limited
1612 SSL_R_STREAM_FINISHED:365:stream finished
1613 SSL_R_STREAM_RECV_ONLY:366:stream recv only
1614 SSL_R_STREAM_RESET:375:stream reset
1615 SSL_R_STREAM_SEND_ONLY:379:stream send only
/openssl/doc/man7/
H A Dprovider-encoder.pod53 stream to memory, it should provide a L<BIO_s_mem(3)> B<BIO>.

Completed in 68 milliseconds

123456