Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dbignum_core.c247 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()
Dssl_tls.c3286 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/
Dpsa-keystore-design.md171overhead is at most `B` slots plus the number of occupied slots, i.e. the memory consumption for s…
/mbedtls-latest/tests/suites/
Dtest_suite_mps.function517 /* 20 left, ask for 70 -> 50 overhead */
/mbedtls-latest/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md264 …o call the server, and plausible use cases where calling the server has overhead that negates the …
/mbedtls-latest/docs/
D3.0-migration-guide.md683 The recommended migration path for people who want minimal overhead is to use a
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md1094 …nd the wrapped form of the key plus any metadata has up to *N* bytes of overhead, use *N* as the v…