Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 8 of 8) sorted by relevance

/mbedtls-development/library/
A Dchacha20.c57 #define ROTL32( value, amount ) \ argument
58 ( (uint32_t) ( (value) << (amount) ) | ( (value) >> ( 32 - (amount) ) ) )
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md31 … each driver and of the core separately, and link them together. A small amount of glue code may n…
395 * `estimate_bits`: on success, an estimate of the amount of entropy that is present in the `output`…
399 …not need to know this. The output parameter `estimate_bits` contains the amount of entropy, expres…
412 …t expecting to call the `"get_entropy"` entry point again within a short amount of time (but it ma…
422 …lect enough entropy, the core makes more similar rounds, until the total amount of collected entro…
495amount of entropy corresponding to the expected security strength of the device (for example, pass…
525 …tes. It is guaranteed to be at least `1`, but it may be smaller than the amount of entropy that th…
532 * After a call to the `"get_random"` entry point returns less than the required amount of random da…
540 Note that `"get_entropy"` returns data with an estimated amount of entropy that is in general less …
983 …entropy mixing. `"add_entropy"` needs an extra parameter to indicate the amount of entropy in the …
[all …]
/mbedtls-development/docs/architecture/testing/
A Dpsa-storage-format-testing.md19 …t back under version W. Done naively, this would require keeping a large amount of test data (full…
/mbedtls-development/tests/suites/
A Dtest_suite_mps.function252 * hold the requested amount of data.
661 * the desired amount of data from the producer.
A Dtest_suite_ssl.function2147 * is, ensure that the amount of data is not negative and that we are not
3301 * amount of space in the record buffer - in more detail:
A Dtest_suite_psa_crypto.function268 /* An overapproximation of the amount of storage needed for a key of the
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile62 # Enabling this option can be useful when feeding doxygen a huge amount of
982 # visible (unless a fully collapsed tree already exceeds this amount).
/mbedtls-development/
A DChangeLog501 tweaking the setting for the maximum amount of keys simultaneously in RAM.
1607 some configurable amount of operations. This is intended to be used in
1734 The maximum amount of RAM used for this can be controlled by the
3611 * RSA blinding locks for a smaller amount of time

Completed in 25 milliseconds