Home
last modified time | relevance | path

Searched refs:desired (Results 1 – 25 of 25) sorted by relevance

/mbedtls-latest/library/
Dmps_reader.c216 mbedtls_mps_size_t desired, in mbedtls_mps_reader_get() argument
224 "* Bytes requested: %u", (unsigned) desired); in mbedtls_mps_reader_get()
302 if (frag_offset - end < desired) { in mbedtls_mps_reader_get()
305 if (acc_available - end != desired) { in mbedtls_mps_reader_get()
326 *buflen = desired; in mbedtls_mps_reader_get()
329 end += desired; in mbedtls_mps_reader_get()
347 if (frag_remaining < desired) { in mbedtls_mps_reader_get()
355 rd->pending = desired - frag_remaining; in mbedtls_mps_reader_get()
363 desired = frag_remaining; in mbedtls_mps_reader_get()
374 *buflen = desired; in mbedtls_mps_reader_get()
[all …]
Dmps_reader.h341 mbedtls_mps_size_t desired,
Dssl_msg.c4368 size_t desired) in ssl_buffer_make_space() argument
4373 (unsigned) desired)); in ssl_buffer_make_space()
4379 if (desired <= (MBEDTLS_SSL_DTLS_MAX_BUFFERING - in ssl_buffer_make_space()
4398 if (desired <= (MBEDTLS_SSL_DTLS_MAX_BUFFERING - in ssl_buffer_make_space()
/mbedtls-latest/docs/
Ddriver-only-builds.md313 driver. More precisely, for each desired combination of key type and
316 - Enable desired PSA key type(s):
322 - Enable desired PSA algorithm(s):
404 `PSA_ALG_STREAM_CIPHER` or `PSA_ALG_CHACHA20_POLY1305` as desired.
416 together with desired key type(s) (`PSA_WANT_KEY_TYPE_[AES|ARIA|CAMELLIA]` +
Dpsa-transition.md93 2. Use the key as desired, passing the key identifier obtained during the key creation.
348 …tributes_1ga6857ef0ecb3fa844d4536939d9c64025) to set the key type to the desired `PSA_KEY_TYPE_xxx…
350 …ributes_1gaeb8341ca52baa0279475ea3fd3bcdc98) to set the algorithm to the desired `PSA_ALG_xxx` val…
377 …oup__cipher/#group__cipher_1gaa4ba3a167066eaef2ea49abc5dcd1d4b) depending on the desired direction.
406 …p/group__aead/#group__aead_1gaaa5c5018e67a7a6514b7e76b9a14de26) depending on the desired direction.
536 …tributes_1ga6857ef0ecb3fa844d4536939d9c64025) to set the key type to the desired `PSA_KEY_TYPE_xxx…
538 …ributes_1gaeb8341ca52baa0279475ea3fd3bcdc98) to set the algorithm to the desired `PSA_ALG_xxx` val…
668 …tributes_1ga6857ef0ecb3fa844d4536939d9c64025) to set the key type to the desired `PSA_KEY_TYPE_xxx…
670 …aeb8341ca52baa0279475ea3fd3bcdc98) to set the permitted algorithm to the desired `PSA_ALG_xxx` val…
671 …es/#group__attributes_1ga42a65b3c4522ce9b67ea5ea7720e17de) to enable the desired usage types (see …
[all …]
D3.0-migration-guide.md1028 …ation, call `mbedtls_ssl_conf_sig_hashes()` and `mbedtls_ssl_conf_curves()` with the desired lists.
/mbedtls-latest/docs/proposed/
Dpsa-conditional-inclusion-c.md83 …E_xxx`, the symbol **`PSA_WANT_KEY_TYPE_xxx`** indicates that support for this key type is desired.
92 …rivate-key operations are desired, and `PSA_WANT_KEY_TYPE_xxx_PUBLIC_KEY` determines whether publi…
110 …A_ALG_xxx`, the symbol **`PSA_WANT_ALG_xxx`** indicates that support for this algorithm is desired.
Dpsa-driver-interface.md979 …e $E = 8 \cdot \mathtt{entropy_size}$ and $\mathtt{entropy_size}$ is the desired amount of entropy…
/mbedtls-latest/docs/architecture/testing/
Dpsa-storage-format-testing.md56 …he desired test cases for keys created with the current storage format version. When the storage f…
Dtest-framework.md49 …he environment variable `MBEDTLS_TEST_OUTCOME_FILE` is set. Set it to the path of the desired file.
Dinvasive-testing.md76 * At the beginning of the test function, set the global function pointers to the desired value.
/mbedtls-latest/tests/suites/
Dtest_suite_net.function29 * \param wanted_fd The desired file descriptor.
Dtest_suite_ssl_decrypt.function184 /* Minimal non-zero plaintext_length giving desired padding.
Dtest_suite_psa_crypto_se_driver_hal.function300 * After calling it, you must copy the desired key material to
1369 * generate material, store the desired result of generation in
Dtest_suite_mps.function691 * the desired amount of data from the producer.
Dtest_suite_pk.function309 /** Create a PSA key of the desired type and properties.
Dtest_suite_ssl.function2204 /* Get desired buffer size for serializing */
/mbedtls-latest/
DREADME.md184 You can now make the desired change:
285 …as direct function calls if isolation is not desired, and as remote procedure calls if isolation i…
DCONTRIBUTING.md37 …ent documented behavior), create a new function with a new name with the desired interface. Keep t…
DCMakeLists.txt193 # Copy into the desired variable
DChangeLog2635 fragment length is desired.
/mbedtls-latest/docs/architecture/
Dpsa-crypto-implementation-structure.md56 … That way, it is possible to compile and include in the library only the desired cryptographic ope…
Dpsa-storage-resilience.md117 … file `id` does not exist, to a state where file `id` exists and has its desired final content (co…
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md257 …unction and then call `psa_copy_key` and `psa_destroy_key` to move the key to its desired location.
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md257 …` calls within threads can happen in any order, thus may not produce the desired result when preci…