Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_ackm.c543 char discarded[QUIC_PN_SPACE_NUM]; member
618 assert(!ackm->discarded[pkt_space]); in get_tx_history()
629 assert(!ackm->discarded[pkt_space]); in get_rx_history()
851 *space = ackm->discarded[QUIC_PN_SPACE_INITIAL] in ackm_get_pto_time_and_space()
1070 if (!ackm->discarded[i]) { in ossl_ackm_free()
1233 if (ackm->discarded[pkt_space]) in ossl_ackm_on_pkt_space_discarded()
1260 ackm->discarded[pkt_space] = 1; in ossl_ackm_on_pkt_space_discarded()
1317 if (ackm->discarded[QUIC_PN_SPACE_INITIAL]) in ossl_ackm_on_timeout()
/openssl/doc/man3/
H A DPKCS12_parse.pod26 respectively, will be discarded.
59 certificates. Other attributes are discarded.
H A DBIO_s_null.pod16 the null sink is discarded, reads return EOF.
H A DBIO_new.pod56 on it other than the discarded return value.
H A DSSL_stream_reset.pod34 transmitted may or may not be discarded. As such, you should only reset
H A DBIO_f_md.pod94 /* Note: mdtmp can now be discarded */
H A DBIO_s_mem.pod43 remaining data from the datagram will be discarded.
H A DBIO_s_dgram_pair.pod130 by simple calls to L<BIO_read(3)>, the destination addresses will be discarded.
H A DSSL_CTX_set_options.pod153 that data to be cleansed when it is discarded.
H A DPEM_read_bio_PrivateKey.pod297 any trust settings are discarded.
/openssl/test/
H A Dquic_ackm_test.c26 int lost, acked, discarded; member
44 ++info->discarded; in on_discarded()
394 if (!TEST_int_eq(h.pkts[i].discarded, 1)) in test_tx_ack_case_actual()
412 if (!TEST_int_eq(h.pkts[i].discarded, in test_tx_ack_case_actual()
595 if (!TEST_int_eq(h.pkts[i].discarded, in test_tx_ack_time_script()
/openssl/doc/designs/quic-design/
H A Dquic-fifm.md87 been acknowledged, lost or discarded:
104 so that they can be requeued (if lost) or released (if acked or discarded).
280 transmitted, but not yet acknowledged, deemed lost or discarded. It is a
409 implementations for the on-loss, on-acked and on-discarded callbacks issued by
417 once a packet's fate is known (acked, lost or discarded), use is immediately
423 subsystems in the event of a packet being acked, lost or discarded. In
H A Dquic-ackm.md28 - be notified when a packet number space is discarded
54 lost or discarded.
151 * on the RX side to be discarded.
302 This must be called whenever a packet number space is discarded. ACK-tracking
H A Dconnection-state-machine.md159 EL is discarded. Key Update is also now permitted for the first
168 Initial, Handshake (and 0-RTT) ELs have been discarded, transport parameters
470 in any non-discarded EL.
531 modelled on whether we have an EL provisioned or discarded, etc.; thus
H A Dtx-packetiser.md164 are discarded (e.g. due to an EL being discarded).
655 - Let E be the set of ELs which are not discarded and for which `pending(el)` is
H A Dquic-api.md328 notification of the stream's termination, that incoming data will be discarded.
1495 socket and ensure any data still in flight is discarded. However, RFC 9000
/openssl/doc/man7/
H A Dbio.pod47 BIO_free() on it other than the discarded return value.
/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md155 which has the advantage that it can easily be discarded when it
/openssl/doc/man1/
H A Dopenssl-x509.pod.in599 certificate is output and any trust settings are discarded.
/openssl/
H A DCHANGES.md6060 to ensure that the extra data discarded does not impact the

Completed in 119 milliseconds