Home
last modified time | relevance | path

Searched refs:overhead (Results 1 – 18 of 18) sorted by relevance

/openssl/ssl/record/methods/
H A Dtls_pad.c63 const size_t overhead = 1 /* padding length byte */ + mac_size; in ssl3_cbc_remove_padding_and_mac() local
68 if (overhead > *reclen) in ssl3_cbc_remove_padding_and_mac()
72 good = constant_time_ge_s(*reclen, padding_length + overhead); in ssl3_cbc_remove_padding_and_mac()
109 size_t overhead = ((block_size == 1) ? 0 : 1) /* padding length byte */ in tls1_cbc_remove_padding_and_mac() local
116 if (overhead > *reclen) in tls1_cbc_remove_padding_and_mac()
129 good = constant_time_ge_s(*reclen, overhead + padding_length); in tls1_cbc_remove_padding_and_mac()
H A Dtls_common.c498 size_t overhead, int send) in rlayer_early_data_count_ok() argument
509 max_early_data += overhead; in rlayer_early_data_count_ok()
/openssl/doc/man3/
H A DDTLS_get_data_mtu.pod16 DTLS connection B<ssl>, based on the DTLS record MTU and the overhead
H A DBN_CTX_start.pod21 in order to save the overhead of repeatedly creating and
H A DSSL_get_handshake_rtt.pod36 In addition to network propagation delay and network stack overhead, this
H A DDSA_sign.pod38 cause overhead, and does not affect the actual signature
H A DSSL_CTX_set_split_send_fragment.pod97 parallelising the processing at the cost of increased memory overhead per
H A DEC_GROUP_new.pod118 I<bnctx> is an optional preallocated BN_CTX (to save the overhead of allocating
H A DBN_generate_prime.pod153 B<ctx> is a preallocated B<BN_CTX> (to save the overhead of allocating and
H A DBIO_s_datagram.pod171 overhead which should typically be added to a datagram payload size in order to
H A DBIO_s_dgram_pair.pod69 The size of this overhead is undefined and may change between releases.
H A DEVP_RAND.pod347 significant overhead for highly multi-threaded applications. For normal
/openssl/ssl/statem/
H A Dstatem_dtls.c115 size_t len, frag_off, overhead, used_len; in dtls1_do_write() local
131 overhead = s->rlayer.wrlmethod->get_max_record_overhead(s->rlayer.wrl); in dtls1_do_write()
172 used_len = BIO_wpending(s->wbio) + overhead; in dtls1_do_write()
187 if (s->d1->mtu > overhead + DTLS1_HM_HEADER_LENGTH) { in dtls1_do_write()
188 curr_mtu = s->d1->mtu - overhead; in dtls1_do_write()
/openssl/ssl/record/
H A Drec_layer_s3.c148 size_t overhead, int send) in ossl_early_data_count_ok() argument
161 max_early_data += overhead; in ossl_early_data_count_ok()
/openssl/doc/man7/
H A Dprovider-rand.pod140 ensure their proper operation. Because locking introduces an overhead, it
H A Dossl-guide-migration.pod2348 previous releases due to higher overhead. This applies particularly to
/openssl/
H A DREADME-ENGINES.md133 The new "dynamic" ENGINE provides a low-overhead way to support ENGINE
H A DCHANGES.md16127 Also avoid some overhead by not calling ssl_init_wbio_buffer()
17284 plus overhead for 1024 bit moduli).

Completed in 85 milliseconds