Searched refs:discarded (Results 1 – 20 of 20) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_ackm.c | 543 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 D | PKCS12_parse.pod | 26 respectively, will be discarded. 59 certificates. Other attributes are discarded.
|
H A D | BIO_s_null.pod | 16 the null sink is discarded, reads return EOF.
|
H A D | BIO_new.pod | 56 on it other than the discarded return value.
|
H A D | SSL_stream_reset.pod | 34 transmitted may or may not be discarded. As such, you should only reset
|
H A D | BIO_f_md.pod | 94 /* Note: mdtmp can now be discarded */
|
H A D | BIO_s_mem.pod | 43 remaining data from the datagram will be discarded.
|
H A D | BIO_s_dgram_pair.pod | 130 by simple calls to L<BIO_read(3)>, the destination addresses will be discarded.
|
H A D | SSL_CTX_set_options.pod | 153 that data to be cleansed when it is discarded.
|
H A D | PEM_read_bio_PrivateKey.pod | 297 any trust settings are discarded.
|
/openssl/test/ |
H A D | quic_ackm_test.c | 26 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 D | quic-fifm.md | 87 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 D | quic-ackm.md | 28 - 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 D | connection-state-machine.md | 159 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 D | tx-packetiser.md | 164 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 D | quic-api.md | 328 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 D | bio.pod | 47 BIO_free() on it other than the discarded return value.
|
/openssl/doc/HOWTO/ |
H A D | documenting-functions-and-macros.md | 155 which has the advantage that it can easily be discarded when it
|
/openssl/doc/man1/ |
H A D | openssl-x509.pod.in | 599 certificate is output and any trust settings are discarded.
|
/openssl/ |
H A D | CHANGES.md | 6119 to ensure that the extra data discarded does not impact the
|
Completed in 132 milliseconds