Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Dmps_reader.c230 mbedtls_mps_size_t desired, in mbedtls_mps_reader_get() argument
238 "* Bytes requested: %u", (unsigned) desired); in mbedtls_mps_reader_get()
316 if (frag_offset - end < desired) { in mbedtls_mps_reader_get()
319 if (acc_available - end != desired) { in mbedtls_mps_reader_get()
340 *buflen = desired; in mbedtls_mps_reader_get()
343 end += desired; in mbedtls_mps_reader_get()
361 if (frag_remaining < desired) { in mbedtls_mps_reader_get()
369 rd->pending = desired - frag_remaining; in mbedtls_mps_reader_get()
377 desired = frag_remaining; in mbedtls_mps_reader_get()
388 *buflen = desired; in mbedtls_mps_reader_get()
[all …]
Dmps_reader.h355 mbedtls_mps_size_t desired,
Dssl_msg.c4068 size_t desired) in ssl_buffer_make_space() argument
4073 (unsigned) desired)); in ssl_buffer_make_space()
4079 if (desired <= (MBEDTLS_SSL_DTLS_MAX_BUFFERING - in ssl_buffer_make_space()
4098 if (desired <= (MBEDTLS_SSL_DTLS_MAX_BUFFERING - in ssl_buffer_make_space()
/mbedtls-3.5.0/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.
85 …rivate-key operations are desired, and `PSA_WANT_KEY_TYPE_xxx_PUBLIC_KEY` determines whether publi…
101 …A_ALG_xxx`, the symbol **`PSA_WANT_ALG_xxx`** indicates that support for this algorithm is desired.
Dpsa-driver-interface.md715 …e $E = 8 \cdot \mathtt{entropy_size}$ and $\mathtt{entropy_size}$ is the desired amount of entropy…
/mbedtls-3.5.0/tests/suites/
Dtest_suite_net.function29 * \param wanted_fd The desired file descriptor.
Dtest_suite_psa_crypto_se_driver_hal.function287 * After calling it, you must copy the desired key material to
1354 * generate material, store the desired result of generation in
Dtest_suite_mps.function673 * the desired amount of data from the producer.
Dtest_suite_pk.function24 /** Generate a key of the desired type.
Dtest_suite_ssl.function1487 /* Minimal non-zero plaintext_length giving desired padding.
2279 /* Get desired buffer size for serializing */
/mbedtls-3.5.0/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.md43 …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-3.5.0/
DREADME.md180 You can now make the desired change:
281 …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.txt165 # Copy into the desired variable
DChangeLog1859 fragment length is desired.
/mbedtls-3.5.0/docs/architecture/
Dpsa-crypto-implementation-structure.md56 … That way, it is possible to compile and include in the library only the desired cryptographic ope…
/mbedtls-3.5.0/docs/
D3.0-migration-guide.md1028 …ation, call `mbedtls_ssl_conf_sig_hashes()` and `mbedtls_ssl_conf_curves()` with the desired lists.