Searched refs:desired (Results 1 – 19 of 19) sorted by relevance
/mbedtls-3.5.0/library/ |
D | mps_reader.c | 230 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 …]
|
D | mps_reader.h | 355 mbedtls_mps_size_t desired,
|
D | ssl_msg.c | 4068 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/ |
D | psa-conditional-inclusion-c.md | 83 …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.
|
D | psa-driver-interface.md | 715 …e $E = 8 \cdot \mathtt{entropy_size}$ and $\mathtt{entropy_size}$ is the desired amount of entropy…
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_net.function | 29 * \param wanted_fd The desired file descriptor.
|
D | test_suite_psa_crypto_se_driver_hal.function | 287 * After calling it, you must copy the desired key material to 1354 * generate material, store the desired result of generation in
|
D | test_suite_mps.function | 673 * the desired amount of data from the producer.
|
D | test_suite_pk.function | 24 /** Generate a key of the desired type.
|
D | test_suite_ssl.function | 1487 /* Minimal non-zero plaintext_length giving desired padding. 2279 /* Get desired buffer size for serializing */
|
/mbedtls-3.5.0/docs/architecture/testing/ |
D | psa-storage-format-testing.md | 56 …he desired test cases for keys created with the current storage format version. When the storage f…
|
D | test-framework.md | 43 …he environment variable `MBEDTLS_TEST_OUTCOME_FILE` is set. Set it to the path of the desired file.
|
D | invasive-testing.md | 76 * At the beginning of the test function, set the global function pointers to the desired value.
|
/mbedtls-3.5.0/ |
D | README.md | 180 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…
|
D | CONTRIBUTING.md | 37 …ent documented behavior), create a new function with a new name with the desired interface. Keep t…
|
D | CMakeLists.txt | 165 # Copy into the desired variable
|
D | ChangeLog | 1859 fragment length is desired.
|
/mbedtls-3.5.0/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 56 … That way, it is possible to compile and include in the library only the desired cryptographic ope…
|
/mbedtls-3.5.0/docs/ |
D | 3.0-migration-guide.md | 1028 …ation, call `mbedtls_ssl_conf_sig_hashes()` and `mbedtls_ssl_conf_curves()` with the desired lists.
|