Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dmps_reader.c234 mbedtls_mps_size_t desired, in mbedtls_mps_reader_get() argument
242 "* Bytes requested: %u", (unsigned) desired ); in mbedtls_mps_reader_get()
320 if( frag_offset - end < desired ) in mbedtls_mps_reader_get()
324 if( acc_available - end != desired ) in mbedtls_mps_reader_get()
346 *buflen = desired; in mbedtls_mps_reader_get()
348 end += desired; in mbedtls_mps_reader_get()
366 if( frag_remaining < desired ) in mbedtls_mps_reader_get()
377 rd->pending = desired - frag_remaining; in mbedtls_mps_reader_get()
385 desired = frag_remaining; in mbedtls_mps_reader_get()
396 *buflen = desired; in mbedtls_mps_reader_get()
[all …]
A Dmps_reader.h357 mbedtls_mps_size_t desired,
A Dssl_msg.c3899 size_t desired ) in ssl_buffer_make_space() argument
3904 (unsigned) desired ) ); in ssl_buffer_make_space()
3910 if( desired <= ( MBEDTLS_SSL_DTLS_MAX_BUFFERING - in ssl_buffer_make_space()
3929 if( desired <= ( MBEDTLS_SSL_DTLS_MAX_BUFFERING - in ssl_buffer_make_space()
/mbedtls-development/tests/suites/
A Dtest_suite_net.function29 * \param wanted_fd The desired file descriptor.
A Dtest_suite_psa_crypto_se_driver_hal.function284 * After calling it, you must copy the desired key material to
1338 * generate material, store the desired result of generation in
A Dtest_suite_pk.function21 /** Generate a key of the desired type.
A Dtest_suite_mps.function661 * the desired amount of data from the producer.
A Dtest_suite_ssl.function3521 /* Minimal non-zero plaintext_length giving desired padding.
4206 /* Get desired buffer size for serializing */
/mbedtls-development/docs/proposed/
A 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.
A Dpsa-driver-interface.md542 …e $E = 8 \cdot \mathtt{entropy_size}$ and $\mathtt{entropy_size}$ is the desired amount of entropy…
/mbedtls-development/docs/architecture/testing/
A Dtest-framework.md43 …he environment variable `MBEDTLS_TEST_OUTCOME_FILE` is set. Set it to the path of the desired file.
A Dpsa-storage-format-testing.md56 …he desired test cases for keys created with the current storage format version. When the storage f…
A Dinvasive-testing.md76 * At the beginning of the test function, set the global function pointers to the desired value.
/mbedtls-development/
A DREADME.md174 You can now make the desired change:
263 …as direct function calls if isolation is not desired, and as remote procedure calls if isolation i…
A DCMakeLists.txt155 # Copy into the desired variable
A DChangeLog989 fragment length is desired.
/mbedtls-development/docs/architecture/
A Dpsa-crypto-implementation-structure.md56 … That way, it is possible to compile and include in the library only the desired cryptographic ope…
/mbedtls-development/docs/
A Dgetting_started.md124 * Algorithm set to the desired signature algorithm.
568 1. Set the key attributes desired for the new derived key. We'll set
838 1. Set the desired key attributes for key generation by calling
A D3.0-migration-guide.md1000 …ation, call `mbedtls_ssl_conf_sig_hashes()` and `mbedtls_ssl_conf_curves()` with the desired lists.

Completed in 43 milliseconds