Searched refs:overhead (Results 1 – 12 of 12) sorted by relevance
/openssl-master/ssl/record/ |
A D | tls_pad.c | 78 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()
|
A D | record_local.h | 127 int early_data_count_ok(SSL *s, size_t length, size_t overhead, int send);
|
A D | ssl3_record.c | 105 int early_data_count_ok(SSL *s, size_t length, size_t overhead, int send) in early_data_count_ok() argument 139 max_early_data += overhead; in early_data_count_ok()
|
/openssl-master/doc/man3/ |
A D | DTLS_get_data_mtu.pod | 16 DTLS connection B<ssl>, based on the DTLS record MTU and the overhead
|
A D | BN_CTX_start.pod | 21 in order to save the overhead of repeatedly creating and
|
A D | DSA_sign.pod | 38 cause overhead, and does not affect the actual signature
|
A D | SSL_CTX_set_split_send_fragment.pod | 97 parallelising the processing at the cost of increased memory overhead per
|
A D | BN_generate_prime.pod | 151 B<ctx> is a preallocated B<BN_CTX> (to save the overhead of allocating and
|
/openssl-master/doc/man7/ |
A D | provider-rand.pod | 140 ensure their proper operation. Because locking introduces an overhead, it
|
A D | migration_guide.pod | 2241 previous releases due to higher overhead. This applies particularly to
|
/openssl-master/ |
A D | README-ENGINES.md | 133 The new "dynamic" ENGINE provides a low-overhead way to support ENGINE
|
A D | CHANGES.md | 14252 Also avoid some overhead by not calling ssl_init_wbio_buffer() 15409 plus overhead for 1024 bit moduli).
|
Completed in 34 milliseconds