Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dchacha20.c27 #define ROTL32(value, amount) \ argument
28 ((uint32_t) ((value) << (amount)) | ((value) >> (32 - (amount))))
/mbedtls-latest/tests/suites/
Dtest_suite_lms.data13 # 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
Dtest_suite_lmots.data18 # 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
Dtest_suite_pkparse.function333 /* output_key_len is updated with the real amount of data written to
Dtest_suite_mps.function273 * hold the requested amount of data.
691 * the desired amount of data from the producer.
Dtest_suite_ssl.function173 * is, ensure that the amount of data is not negative and that we are not
1361 * amount of space in the record buffer - in more detail:
Dtest_suite_psa_crypto.function282 /* An overapproximation of the amount of storage needed for a key of the
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md33 … each driver and of the core separately, and link them together. A small amount of glue code may n…
832 * `estimate_bits`: on success, an estimate of the amount of entropy that is present in the `output`…
833 …sical process, such that statistical tests run over a sufficiently large amount of output can conf…
836 …not need to know this. The output parameter `estimate_bits` contains the amount of entropy, expres…
849 …t expecting to call the `"get_entropy"` entry point again within a short amount of time (but it ma…
859 …lect enough entropy, the core makes more similar rounds, until the total amount of collected entro…
932amount of entropy corresponding to the expected security strength of the device (for example, pass…
962 …tes. It is guaranteed to be at least `1`, but it may be smaller than the amount of entropy that th…
969 * After a call to the `"get_random"` entry point returns less than the required amount of random da…
977 Note that `"get_entropy"` returns data with an estimated amount of entropy that is in general less …
[all …]
/mbedtls-latest/docs/architecture/testing/
Dpsa-storage-format-testing.md19 …t back under version W. Done naively, this would require keeping a large amount of test data (full…
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md241 * No further work is needed about RSA specifically. The amount of metadata other than hashes is suf…
Dmd-cipher-dispatch.md293 …DTLS_PSA_CRYPTO_C` is enabled. This would only save at best a very small amount of code size in th…
/mbedtls-latest/docs/architecture/
Dpsa-storage-resilience.md107 …cure element is fast, for key management operations that require a small amount of computation. In…
Dpsa-shared-memory.md142 Putting the responsibility for protection in the driver layer increases the overall amount of work …
/mbedtls-latest/
DChangeLog1343 amount minus the size of the input buffer. As overread data undergoes
2147 tweaking the setting for the maximum amount of keys simultaneously in RAM.
3253 some configurable amount of operations. This is intended to be used in
3380 The maximum amount of RAM used for this can be controlled by the
5257 * RSA blinding locks for a smaller amount of time