Searched refs:overhead (Results 1 – 18 of 18) sorted by relevance
/openssl/ssl/record/methods/ |
H A D | tls_pad.c | 63 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 D | tls_common.c | 498 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 D | DTLS_get_data_mtu.pod | 16 DTLS connection B<ssl>, based on the DTLS record MTU and the overhead
|
H A D | BN_CTX_start.pod | 21 in order to save the overhead of repeatedly creating and
|
H A D | SSL_get_handshake_rtt.pod | 36 In addition to network propagation delay and network stack overhead, this
|
H A D | DSA_sign.pod | 38 cause overhead, and does not affect the actual signature
|
H A D | SSL_CTX_set_split_send_fragment.pod | 97 parallelising the processing at the cost of increased memory overhead per
|
H A D | EC_GROUP_new.pod | 118 I<bnctx> is an optional preallocated BN_CTX (to save the overhead of allocating
|
H A D | BN_generate_prime.pod | 153 B<ctx> is a preallocated B<BN_CTX> (to save the overhead of allocating and
|
H A D | BIO_s_datagram.pod | 171 overhead which should typically be added to a datagram payload size in order to
|
H A D | BIO_s_dgram_pair.pod | 69 The size of this overhead is undefined and may change between releases.
|
H A D | EVP_RAND.pod | 347 significant overhead for highly multi-threaded applications. For normal
|
/openssl/ssl/statem/ |
H A D | statem_dtls.c | 115 size_t len, frag_off, overhead, used_len; in dtls1_do_write() local 132 overhead = s->rlayer.wrlmethod->get_max_record_overhead(s->rlayer.wrl); in dtls1_do_write() 173 used_len = BIO_wpending(s->wbio) + overhead; in dtls1_do_write() 188 if (s->d1->mtu > overhead + DTLS1_HM_HEADER_LENGTH) { in dtls1_do_write() 189 curr_mtu = s->d1->mtu - overhead; in dtls1_do_write()
|
/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 148 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 D | provider-rand.pod | 140 ensure their proper operation. Because locking introduces an overhead, it
|
H A D | ossl-guide-migration.pod | 2348 previous releases due to higher overhead. This applies particularly to
|
/openssl/ |
H A D | README-ENGINES.md | 133 The new "dynamic" ENGINE provides a low-overhead way to support ENGINE
|
H A D | CHANGES.md | 16191 Also avoid some overhead by not calling ssl_init_wbio_buffer() 17348 plus overhead for 1024 bit moduli).
|
Completed in 87 milliseconds