Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/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()
/openthread-latest/
DSTYLE_GUIDE.md30 …e fine since the compiler can efficiently optimize these and make their overhead as low as a direc…
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_mps.function517 /* 20 left, ask for 70 -> 50 overhead */
/openthread-latest/third_party/mbedtls/repo/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 …
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md683 The recommended migration path for people who want minimal overhead is to use a
/openthread-latest/third_party/mbedtls/repo/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…