Searched defs:num_bytes (Results 1 – 17 of 17) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_fc.c | 71 int ossl_quic_txfc_consume_credit_local(QUIC_TXFC *txfc, uint64_t num_bytes) in ossl_quic_txfc_consume_credit_local() 88 int ossl_quic_txfc_consume_credit(QUIC_TXFC *txfc, uint64_t num_bytes) in ossl_quic_txfc_consume_credit() 184 static int on_rx_controlled_bytes(QUIC_RXFC *rxfc, uint64_t num_bytes) in on_rx_controlled_bytes() 327 static int rxfc_on_retire(QUIC_RXFC *rxfc, uint64_t num_bytes, in rxfc_on_retire() 341 uint64_t num_bytes, in ossl_quic_rxfc_on_retire()
|
H A D | cc_newreno.c | 311 static int newreno_on_data_sent(OSSL_CC_DATA *cc, uint64_t num_bytes) in newreno_on_data_sent() 449 uint64_t num_bytes) in newreno_on_data_invalidated()
|
H A D | quic_sstream.c | 357 int ossl_quic_sstream_set_buffer_size(QUIC_SSTREAM *qss, size_t num_bytes) in ossl_quic_sstream_set_buffer_size()
|
H A D | json_enc.c | 117 static int json_ensure_stack_size(OSSL_JSON_ENC *json, size_t num_bytes) in json_ensure_stack_size()
|
H A D | quic_wire.c | 36 int ossl_quic_wire_encode_padding(WPACKET *pkt, size_t num_bytes) in ossl_quic_wire_encode_padding()
|
H A D | quic_ackm.c | 1115 int ossl_ackm_on_rx_datagram(OSSL_ACKM *ackm, size_t num_bytes) in ossl_ackm_on_rx_datagram()
|
H A D | quic_txp.c | 1735 OSSL_QUIC_TX_PACKETISER *txp, size_t num_bytes) in txp_pkt_append_padding()
|
/openssl/test/ |
H A D | cc_dummy.c | 108 uint64_t num_bytes) in dummy_on_data_sent() 132 uint64_t num_bytes) in dummy_on_data_invalidated()
|
H A D | quic_fc_test.c | 240 #define RX_OP_RETIRE(stream_idx, num_bytes, rtt, expect_fail) \ argument
|
/openssl/include/internal/ |
H A D | quic_ackm.h | 63 size_t num_bytes; member
|
H A D | ring_buf.h | 231 static ossl_inline int ring_buf_resize(struct ring_buf *r, size_t num_bytes, in ring_buf_resize()
|
/openssl/crypto/bio/ |
H A D | bss_dgram_pair.c | 82 static void ring_buf_push_pop(struct ring_buf *r, int idx, size_t num_bytes) in ring_buf_push_pop() 112 #define ring_buf_push(r, num_bytes) ring_buf_push_pop((r), 0, (num_bytes)) argument 113 #define ring_buf_pop(r, num_bytes) ring_buf_push_pop((r), 1, (num_bytes)) argument
|
/openssl/crypto/ec/ |
H A D | ecp_nistp224.c | 333 int num_bytes; in BN_to_felem() local 1419 int num_bytes; in ossl_ec_GFp_nistp224_points_mul() local
|
H A D | ecp_nistp521.c | 178 int num_bytes; in BN_to_felem() local 1922 int num_bytes; in ossl_ec_GFp_nistp521_points_mul() local
|
H A D | ecp_nistp384.c | 144 int num_bytes; in BN_to_felem() local 1713 int num_bytes; in ossl_ec_GFp_nistp384_points_mul() local
|
H A D | ecp_nistp256.c | 154 int num_bytes; in BN_to_felem() local 2032 int num_bytes; in ossl_ec_GFp_nistp256_points_mul() local
|
/openssl/demos/http3/ |
H A D | ossl-nghttp3.c | 460 size_t num_bytes, consumed; in h3_conn_pump_stream() local
|
Completed in 78 milliseconds