Home
last modified time | relevance | path

Searched refs:chunks (Results 1 – 20 of 20) sorted by relevance

/openssl/ssl/quic/
H A Dquic_fifd.c84 if (chunks[i].end >= chunks[i].start) in on_acked()
87 chunks[i].start, chunks[i].end); in on_acked()
89 if (chunks[i].has_fin && chunks[i].stream_id != UINT64_MAX) in on_acked()
92 if (chunks[i].has_stop_sending && chunks[i].stream_id != UINT64_MAX) in on_acked()
97 if (chunks[i].has_reset_stream && chunks[i].stream_id != UINT64_MAX) in on_acked()
145 if (chunks[i].end >= chunks[i].start) { in on_lost()
153 chunks[i].start, chunks[i].end); in on_lost()
157 if (chunks[i].has_fin && chunks[i].stream_id != UINT64_MAX) { in on_lost()
162 if (chunks[i].has_stop_sending && chunks[i].stream_id != UINT64_MAX) in on_lost()
167 if (chunks[i].has_reset_stream && chunks[i].stream_id != UINT64_MAX) in on_lost()
[all …]
H A Dquic_txpim.c18 QUIC_TXPIM_CHUNK *chunks; member
51 OPENSSL_free(n->chunks); in free_list()
172 new_chunk = OPENSSL_realloc(ex->chunks, in ossl_quic_txpim_pkt_append_chunk()
177 ex->chunks = new_chunk; in ossl_quic_txpim_pkt_append_chunk()
181 ex->chunks[ex->num_chunks++] = *chunk; in ossl_quic_txpim_pkt_append_chunk()
212 qsort(ex->chunks, ex->num_chunks, sizeof(QUIC_TXPIM_CHUNK), compare); in ossl_quic_txpim_pkt_get_chunks()
216 return ex->chunks; in ossl_quic_txpim_pkt_get_chunks()
H A Dquic_txp.c2195 struct chunk_info chunks[2] = {0}; in txp_generate_stream_frames() local
2224 if (i == 0 && !chunks[i].valid) { in txp_generate_stream_frames()
2234 if (!chunks[i % 2].valid) { in txp_generate_stream_frames()
2254 shdr = &chunks[i % 2].shdr; in txp_generate_stream_frames()
2255 orig_len = chunks[i % 2].orig_len; in txp_generate_stream_frames()
2288 = (next_stream != NULL || chunks[(i + 1) % 2].valid); in txp_generate_stream_frames()
2317 chunks[(i + 1) % 2].valid = 0; in txp_generate_stream_frames()
2328 chunks[i % 2].num_stream_iovec); in txp_generate_stream_frames()
2355 for (j = 0; j < chunks[i % 2].num_stream_iovec; ++j) in txp_generate_stream_frames()
2356 tx_helper_append_iovec(h, chunks[i % 2].iov[j].buf, in txp_generate_stream_frames()
[all …]
/openssl/test/
H A Dquic_txpim_test.c20 QUIC_TXPIM_CHUNK chunks[3]; in test_txpim() local
33 for (j = 0; j < OSSL_NELEM(chunks); ++j) { in test_txpim()
34 chunks[j].stream_id = 100 - j; in test_txpim()
35 chunks[j].start = 1000 * i + j * 10; in test_txpim()
36 chunks[j].end = chunks[j].start + 5; in test_txpim()
38 if (!TEST_true(ossl_quic_txpim_pkt_append_chunk(pkts[i], chunks + j))) in test_txpim()
43 OSSL_NELEM(chunks))) in test_txpim()
H A DREADME.ssltest.md50 64kB chunks (but limited by MaxFragmentSize and available parallelization, see
/openssl/doc/man3/
H A DRIPEMD160_Init.pod42 RIPEMD160_Update() can be called repeatedly with chunks of the message to
H A DMDC2_Init.pod43 MDC2_Update() can be called repeatedly with chunks of the message to
H A DMD5.pod67 MD2_Update() can be called repeatedly with chunks of the message to
H A DSHA256_Init.pod68 SHA1_Update() can be called repeatedly with chunks of the message to
H A DBF_encrypt.pod79 encrypts or decrypts the 64 bits chunks of B<in> using the key B<schedule>,
H A DHMAC.pod110 HMAC_Update() can be called repeatedly with chunks of the message to
H A DEVP_EncodeInit.pod100 function will attempt to decode as much data as possible in 4 byte chunks. Any
H A DBIO_s_mem.pod116 chunks intertwined with writes the operation can be very slow. Adding
/openssl/crypto/bn/
H A DREADME.pod77 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
/openssl/doc/designs/quic-design/
H A Dquic-fifm.md387 * The chunks are sorted by (stream_id, start) in ascending order.
/openssl/doc/man7/
H A Dossl-guide-tls-client-non-block.pod257 in three chunks.
H A Dossl-guide-quic-client-non-block.pod345 the request in three chunks.
H A Dossl-guide-tls-client-block.pod352 chunks. First we write the start of the request. Secondly we write the hostname
H A Dossl-guide-migration.pod2349 measuring performance on smaller data chunks.
/openssl/
H A DCHANGES.md15761 before application data chunks to avoid the use of known IVs
16678 not chunks of lines and not (usually doesn't happen, but I've

Completed in 109 milliseconds