Searched refs:amount (Results 1 – 9 of 9) sorted by relevance
/mbedtls-3.4.0/library/ |
D | chacha20.c | 39 #define ROTL32( value, amount ) \ argument 40 ( (uint32_t) ( (value) << (amount) ) | ( (value) >> ( 32 - (amount) ) ) )
|
/mbedtls-3.4.0/tests/suites/ |
D | test_suite_lms.data | 13 # limited amount of available test vectors for LMS. The private key is stored in 53 # amount of available test vectors for LMS. The private key is stored in 84 # limited amount of available test vectors for LMS. The private key is stored in 112 # limited amount of available test vectors for LMS. The private key is stored in 142 # limited amount of available test vectors for LMS. The private key is stored in 165 # limited amount of available test vectors for LMS. The private key is stored in
|
D | test_suite_lmots.data | 18 # limited amount of available test vectors for LMOTS, and few implementations 43 # limited amount of available test vectors for LMOTS, and few implementations 68 # limited amount of available test vectors for LMOTS, and few implementations
|
D | test_suite_mps.function | 252 * hold the requested amount of data. 661 * the desired amount of data from the producer.
|
D | test_suite_ssl.function | 2687 * is, ensure that the amount of data is not negative and that we are not 3846 * amount of space in the record buffer - in more detail:
|
D | test_suite_psa_crypto.function | 292 /* An overapproximation of the amount of storage needed for a key of the
|
/mbedtls-3.4.0/docs/proposed/ |
D | psa-driver-interface.md | 31 … each driver and of the core separately, and link them together. A small amount of glue code may n… 399 * `estimate_bits`: on success, an estimate of the amount of entropy that is present in the `output`… 400 …sical process, such that statistical tests run over a sufficiently large amount of output can conf… 403 …not need to know this. The output parameter `estimate_bits` contains the amount of entropy, expres… 416 …t expecting to call the `"get_entropy"` entry point again within a short amount of time (but it ma… 426 …lect enough entropy, the core makes more similar rounds, until the total amount of collected entro… 499 …amount of entropy corresponding to the expected security strength of the device (for example, pass… 529 …tes. It is guaranteed to be at least `1`, but it may be smaller than the amount of entropy that th… 536 * After a call to the `"get_random"` entry point returns less than the required amount of random da… 544 Note that `"get_entropy"` returns data with an estimated amount of entropy that is in general less … [all …]
|
/mbedtls-3.4.0/docs/architecture/testing/ |
D | psa-storage-format-testing.md | 19 …t back under version W. Done naively, this would require keeping a large amount of test data (full…
|
/mbedtls-3.4.0/ |
D | ChangeLog | 356 amount minus the size of the input buffer. As overread data undergoes 1159 tweaking the setting for the maximum amount of keys simultaneously in RAM. 2265 some configurable amount of operations. This is intended to be used in 2392 The maximum amount of RAM used for this can be controlled by the 4269 * RSA blinding locks for a smaller amount of time
|