Home
last modified time | relevance | path

Searched refs:place (Results 1 – 14 of 14) sorted by relevance

/mbedtls-latest/docs/architecture/
Dpsa-shared-memory.md60 …ion works by formatting the data in place in the output buffer, then applying the RSA private-key …
72 …g in place (for example, to simplify considerations related to overlap, or because the implementat…
194 … input into the output buffer with `memmove`, then processing the data in place. In particular, th…
198 Note that this can be a single buffer for the input and the output if the driver supports in-place
256 * Any test hooks need only be added in one place.
257 * Copying code must only be reviewed for correctness in one place, rather than in all functions whe…
258 * Copy bypass is simpler as we can just replace these functions with no-ops in a single place.
355 … scratch. In practice this advantage is small as buffer copying will take place in the dispatch la…
Dtls13-support.md212 Those idioms should lower the risk of mis-using one of the address in place
Dmbed-crypto-storage-specification.md360 …_PSA_CRYPTO_SE_C`). The driver picks a slot number which is stored in the place of the key materia…
Dpsa-storage-resilience.md65 … end of step 3, since the core must behave differently depending on whether step 2 has taken place.
/mbedtls-latest/docs/architecture/psa-migration/
Dstrategy.md132 The are multiple strategies that can be used regarding the place of those
141 - Upside: changes contained to a single place, no need to change TLS or X.509
159 place for dispatching to either PSA or `mbedtls_xxx_restartable` while that
182 - Upside: changes mostly contained in one place, TLS/X.509 code only needs to
350 drivers when `MBEDTLS_USE_PSA_CRYPTO` is defined, there should be a place in
/mbedtls-latest/docs/architecture/testing/
Dinvasive-testing.md176 A limitation is that these interfaces must exist in the first place. If they don't, this has mostly…
254 … even relatively simple things such as finding the place(s) in the binary corresponding to some pl…
/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c247 int place; in mbedtls_test_ssl_message_queue_push_info() local
256 place = (queue->pos + queue->num) % queue->capacity; in mbedtls_test_ssl_message_queue_push_info()
257 queue->messages[place] = len; in mbedtls_test_ssl_message_queue_push_info()
/mbedtls-latest/tests/suites/
Dtest_suite_bignum_mod_raw.function708 /* Higher-level conversion is in-place, so expected result must have the
772 /* Higher-level conversion is in-place, so expected result must have the
Dtest_suite_psa_crypto.function4367 * Encrypt or decrypt will end up in the same place. */
/mbedtls-latest/
DREADME.md11 … configuration file `include/mbedtls/mbedtls_config.h`, which is also the place where features can…
171 Note that it is possible to build in-place; this will however overwrite the
DLICENSE381 access to copy from a designated place, then offering equivalent
382 access to copy the source code from the same place counts as
DChangeLog2058 the natural place. Fixes #4649.
2597 suboptimal modular reduction in one place. Found and fix contributed by
4329 arguments where the same (in-place doubling). Found and fixed by Janos
4610 place of mbedtls_ssl_conf_session_tickets() to enable session tickets.
/mbedtls-latest/docs/proposed/
Dpsa-conditional-inclusion-c.md71 …ure is available through the PSA API. These symbols should be used in any place that requires cond…
Dpsa-driver-interface.md869place during the call to `psa_crypto_init()`. On platforms where the PSA Cryptography implementati…