Home
last modified time | relevance | path

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

/openssl/ssl/record/
H A Dtls_pad.c78 const size_t overhead = 1 /* padding length byte */ + mac_size; in ssl3_cbc_remove_padding_and_mac() local
83 if (overhead > *reclen) in ssl3_cbc_remove_padding_and_mac()
87 good = constant_time_ge_s(*reclen, padding_length + overhead); in ssl3_cbc_remove_padding_and_mac()
124 size_t overhead = ((block_size == 1) ? 0 : 1) /* padding length byte */ in tls1_cbc_remove_padding_and_mac() local
131 if (overhead > *reclen) in tls1_cbc_remove_padding_and_mac()
144 good = constant_time_ge_s(*reclen, overhead + padding_length); in tls1_cbc_remove_padding_and_mac()
H A Drecord_local.h97 int ossl_early_data_count_ok(SSL_CONNECTION *s, size_t length, size_t overhead,
H A Dssl3_record.c97 int ossl_early_data_count_ok(SSL_CONNECTION *s, size_t length, size_t overhead, in ossl_early_data_count_ok() argument
111 max_early_data += overhead; in ossl_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 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 DBN_generate_prime.pod153 B<ctx> is a preallocated B<BN_CTX> (to save the overhead of allocating and
/openssl/ssl/record/methods/
H A Dtls_common.c365 size_t overhead, int send) in rlayer_early_data_count_ok() argument
376 max_early_data += overhead; in rlayer_early_data_count_ok()
/openssl/doc/man7/
H A Dprovider-rand.pod140 ensure their proper operation. Because locking introduces an overhead, it
H A Dmigration_guide.pod2256 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.md14649 Also avoid some overhead by not calling ssl_init_wbio_buffer()
15806 plus overhead for 1024 bit moduli).

Completed in 98 milliseconds