Searched refs:overhead (Results 1 – 7 of 7) sorted by relevance
/mbedtls-latest/library/ |
D | bignum_core.c | 247 size_t overhead = (X_limbs * ciL) - input_length; in mbedtls_mpi_core_read_be() local 249 memcpy(Xp + overhead, input, input_length); in mbedtls_mpi_core_read_be() 622 const size_t overhead = (limbs * ciL) - n_bytes; in mbedtls_mpi_core_fill_random() local 628 memset(X, 0, overhead); in mbedtls_mpi_core_fill_random() 630 MBEDTLS_MPI_CHK(f_rng(p_rng, (unsigned char *) X + overhead, n_bytes)); in mbedtls_mpi_core_fill_random()
|
D | ssl_tls.c | 3286 const size_t overhead = (size_t) ret; in mbedtls_ssl_get_max_out_record_payload() local 3292 if (mtu <= overhead) { in mbedtls_ssl_get_max_out_record_payload() 3297 if (max_len > mtu - overhead) { in mbedtls_ssl_get_max_out_record_payload() 3298 max_len = mtu - overhead; in mbedtls_ssl_get_max_out_record_payload()
|
/mbedtls-latest/docs/architecture/ |
D | psa-keystore-design.md | 171 …overhead is at most `B` slots plus the number of occupied slots, i.e. the memory consumption for s…
|
/mbedtls-latest/tests/suites/ |
D | test_suite_mps.function | 517 /* 20 left, ask for 70 -> 50 overhead */
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 264 …o call the server, and plausible use cases where calling the server has overhead that negates the …
|
/mbedtls-latest/docs/ |
D | 3.0-migration-guide.md | 683 The recommended migration path for people who want minimal overhead is to use a
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-interface.md | 1094 …nd the wrapped form of the key plus any metadata has up to *N* bytes of overhead, use *N* as the v…
|