Searched refs:place (Results 1 – 14 of 14) sorted by relevance
/mbedtls-latest/docs/architecture/ |
D | psa-shared-memory.md | 60 …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…
|
D | tls13-support.md | 212 Those idioms should lower the risk of mis-using one of the address in place
|
D | mbed-crypto-storage-specification.md | 360 …_PSA_CRYPTO_SE_C`). The driver picks a slot number which is stored in the place of the key materia…
|
D | psa-storage-resilience.md | 65 … end of step 3, since the core must behave differently depending on whether step 2 has taken place.
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | strategy.md | 132 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/ |
D | invasive-testing.md | 176 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/ |
D | ssl_helpers.c | 247 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/ |
D | test_suite_bignum_mod_raw.function | 708 /* 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
|
D | test_suite_psa_crypto.function | 4367 * Encrypt or decrypt will end up in the same place. */
|
/mbedtls-latest/ |
D | README.md | 11 … 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
|
D | LICENSE | 381 access to copy from a designated place, then offering equivalent 382 access to copy the source code from the same place counts as
|
D | ChangeLog | 2058 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/ |
D | psa-conditional-inclusion-c.md | 71 …ure is available through the PSA API. These symbols should be used in any place that requires cond…
|
D | psa-driver-interface.md | 869 …place during the call to `psa_crypto_init()`. On platforms where the PSA Cryptography implementati…
|