Home
last modified time | relevance | path

Searched refs:stream (Results 76 – 100 of 136) sorted by relevance

123456

/openssl/providers/implementations/ciphers/
H A Dcipher_sm4_xts.h43 OSSL_xts_stream_fn stream; member
H A Dcipher_aes_xts.h40 OSSL_xts_stream_fn stream; member
H A Dcipher_rc5.c184 IMPLEMENT_cipher(rc5, RC5, ofb64, OFB, RC5_FLAGS, 128, 8, 64, stream)
186 IMPLEMENT_cipher(rc5, RC5, cfb64, CFB, RC5_FLAGS, 128, 8, 64, stream)
H A Dcipher_aes_hw_armv8.inc21 dat->stream.ctr = (ctr128_f)HWAES_ctr32_encrypt_blocks_unroll12_eor3;
H A Dcipher_sm4_xts.c146 if (ctx->stream != NULL) in sm4_xts_cipher()
147 (*ctx->stream)(in, out, inl, ctx->xts.key1, ctx->xts.key2, in sm4_xts_cipher()
H A Dcipher_aes_xts.c202 if (ctx->stream != NULL) in aes_xts_cipher()
203 (*ctx->stream)(in, out, inl, ctx->xts.key1, ctx->xts.key2, ctx->base.iv); in aes_xts_cipher()
H A Dcipher_rc2.c293 IMPLEMENT_cipher(rc2, RC2, ofb128, OFB, RC2_FLAGS, 128, 8, 64, stream)
295 IMPLEMENT_cipher(rc2, RC2, cfb128, CFB, RC2_FLAGS, 128, 8, 64, stream)
H A Dcipher_aes_xts_hw.c35 xctx->stream = ctx->enc ? fn_stream_enc : fn_stream_dec; \
/openssl/demos/http3/
H A Dossl-nghttp3.h109 void *OSSL_DEMO_H3_STREAM_get_user_data(const OSSL_DEMO_H3_STREAM *stream);
/openssl/doc/designs/quic-design/
H A Dquic-overview.md17 Buffers for stream data to be sent or received from the peer over the
73 and to record the statistics of the received stream data.
79 control decisions at both the stream and connection levels.
/openssl/crypto/modes/
H A Dccm128.c312 size_t len, ccm128_f stream) in CRYPTO_ccm128_encrypt_ccm64() argument
344 (*stream) (inp, out, n, key, ctx->nonce.c, ctx->cmac.c); in CRYPTO_ccm128_encrypt_ccm64()
376 size_t len, ccm128_f stream) in CRYPTO_ccm128_decrypt_ccm64() argument
404 (*stream) (inp, out, n, key, ctx->nonce.c, ctx->cmac.c); in CRYPTO_ccm128_decrypt_ccm64()
/openssl/doc/man3/
H A DSSL_shutdown.pod223 SSL_shutdown() cannot be used on QUIC stream SSL objects. To conclude a stream
224 normally, see L<SSL_stream_conclude(3)>; to perform a non-normal stream
283 data written to a stream by an application has been acknowledged by the peer. In
290 example due to a stream reset; only streams which are non-terminated at the time
296 SSL_shutdown_ex(); in this case, data remaining in stream send buffers may not
363 stream data cannot be flushed after a peer closes the connection. Stream data
412 on a QUIC stream SSL object.
414 This value is also returned when called on QUIC stream SSL objects.
H A DPEM_bytes_read_bio.pod24 stream, PEM_bytes_read_bio() will skip non-matching data types and
25 continue reading. Non-PEM data present in the stream may cause an
H A DSSL_CTX_set_options.pod151 TLS connections do not buffer data to be sent in plaintext. QUIC stream
155 This option can be set differently on individual QUIC stream objects and
156 has no effect on QUIC connection objects (except where a default stream is
483 These options apply to SSL objects referencing a QUIC stream:
498 options set on the default stream (if there is one) and will also determine the
503 Options which relate to QUIC streams may also be set directly on QUIC stream SSL
H A DSSL_set_fd.pod28 on a QUIC stream SSL object.
H A DSSL_CTX_set_msg_callback.pod142 and stream data related frames. The full QUIC frame data is supplied.
146 Used when a QUIC stream data or crypto frame is sent or received. Only the QUIC
H A DSSL_set_shutdown.pod69 SSL_get_shutdown() returns 0 if called on a QUIC stream SSL object. If it
/openssl/doc/man7/
H A Ddes_modes.pod10 are used for using block ciphers in a way similar to stream ciphers, among
135 over, in the OFB mode the same key stream is produced when the same
175 key. The reason for this is that an identical bit stream would be
H A Dossl-guide-introduction.pod88 =item L<ossl-guide-quic-multi-stream(7)>: Writing a simple multi-stream QUIC client
/openssl/
H A DREADME-QUIC.md56 There is basic support for single-stream QUIC using `openssl s_client`:
67 This example connects to a QUIC server and opens a single bidirectional stream.
/openssl/crypto/bio/
H A Dbss_file.c91 BIO *BIO_new_fp(FILE *stream, int close_flag) in BIO_new_fp() argument
100 BIO_set_fp(ret, stream, close_flag); in BIO_new_fp()
/openssl/.github/workflows/
H A Dstatic-analysis-on-prem.yml39 …run: cov-commit-defects --url https://coverity.openssl.org:443 --stream OpenSSL --dir cov-int --au…
/openssl/ssl/quic/
H A Dquic_local.h42 QUIC_STREAM *stream; member
/openssl/include/internal/
H A Dquic_ssl.h83 __owur int ossl_quic_attach_stream(SSL *conn, SSL *stream);
/openssl/doc/man1/
H A Dopenssl-passphrase-options.pod51 is read from the stream.

Completed in 50 milliseconds

123456