| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_mps.data | 13 MPS Reader: Multiple steps, single round, pausing disabled 16 MPS Reader: Multiple steps, single round, pausing enabled but unused 19 MPS Reader: Multiple steps, multiple rounds, pausing disabled 22 MPS Reader: Multiple steps, multiple rounds, pausing enabled but unused
|
| A D | test_suite_psa_crypto_init.data | 51 Fake entropy: one block in two steps 55 Fake entropy: more than one block in two steps
|
| A D | test_suite_aes.function | 176 // encrypt in multiple steps of varying size 193 // finally, validate that multiple steps produced same result as single-pass
|
| A D | test_suite_pem.data | 65 # Since PBKDF1 isn't supported in OpenSSL, here's the steps:
|
| A D | test_suite_psa_crypto.function | 8864 for (i = 0; i < ARRAY_LENGTH(steps); i++) { 8866 if (steps[i] == 0) { 8875 steps[i] == PSA_KEY_DERIVATION_INPUT_SECRET) { 8889 &operation, steps[i], 8894 &operation, steps[i], 9083 for (i = 0; i < ARRAY_LENGTH(steps); i++) { 9084 switch (steps[i]) { 9089 &operation, steps[i], 9101 &operation, steps[i], 9125 steps[i], [all …]
|
| A D | test_suite_ssl.data | 22 Callback buffer test: Filling up the buffer in two steps 25 Callback buffer test: Reading out the buffer in two steps
|
| /lib/efi_selftest/ |
| A D | efi_selftest.c | 213 unsigned int steps, unsigned int *failures) in efi_st_do_tests() argument 226 if (steps & EFI_ST_SETUP) in efi_st_do_tests() 228 if (steps & EFI_ST_EXECUTE && setup_status[i] == EFI_ST_SUCCESS) in efi_st_do_tests() 230 if (steps & EFI_ST_TEARDOWN) in efi_st_do_tests()
|
| /lib/mbedtls/external/mbedtls/ |
| A D | BUGS.md | 7 If you think you've found a bug in Mbed TLS, please follow these steps:
|
| A D | LICENSE | 253 We protect your rights with two steps: (1) copyright the software, and
|
| A D | ChangeLog | 2936 steps you have to take when enabling it.
|
| /lib/mbedtls/external/mbedtls/programs/fuzz/ |
| A D | README.md | 49 To generate corpus for these targets, you can do the following, not fully automated steps :
|
| /lib/lwip/lwip/doc/ |
| A D | mqtt_client.txt | 9 1. Initial steps, reserve memory and make connection to server:
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A D | psa-driver-example-and-guide.md | 16 …-Part Operations*. On the other hand, operations that consist of multiple steps implemented by dif… 50 …ere the developer manually edits the driver dispatch layer. The following steps describe this proc… 149 (You need extra steps if you want to disable the built-in implementation of ECC algorithms, which i…
|
| A D | driver-only-builds.md | 332 to the `PSA_WANT_KEY_TYPE_xxx` and `PSA_WANT_ALG_yyy` of the previous steps.
|
| A D | 3.0-migration-guide.md | 3 This guide details the steps required to migrate from Mbed TLS version 2.x to 26 upgrade steps required will be explained later in this guide.
|
| A D | psa-transition.md | 1136 * `psa_key_attributes_t attributes`: key attributes used in steps 2–3;;
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/ |
| A D | strategy.md | 247 We can roughly divide the work needed to get there in the following steps: 260 Note: the first two steps enable use of drivers, but not by themselves removal 300 linked issues for a summary of intermediate steps and open points. 341 the right places (once the previous steps are done).
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | x509_crt.c | 2756 int steps = 4; in x509_inet_pton_ipv6() local 2759 steps--; in x509_inet_pton_ipv6() 2760 } while (*p != ':' && steps > 0); in x509_inet_pton_ipv6()
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A D | psa-storage-resilience.md | 63 …steps 1 and 2, the key does not exist yet. This is fine from an application's perspective since th… 262 Non-atomic processes consist of a series of atomic, committing steps. 274 If, for example, recovery consists of two atomic steps, the tree of possibilities expands and may b…
|
| A D | psa-crypto-implementation-structure.md | 174 * For key derivation algorithms: variation on the sequence of input steps, variation on the output …
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-thread-safety/ |
| A D | psa-thread-safety.md | 47 …ing in our implementation, every API call completes in a finite number of steps regardless of the … 247 …e final unlock of the mutex within `psa_get_and_lock_key_slot`. All other steps have no non resour…
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-driver-interface.md | 252 This family corresponds to the calculation of a hash in multiple steps. 480 … the derivation operation is handled by that secure element, the core performs the following steps: 484 …t entry point returns `PSA_ERROR_NOT_SUPPORTED`, continue with the following steps, otherwise stop. 703 For `PSA_ALG_JPAKE` the following steps are available for output operation: 728 For `PSA_ALG_JPAKE` the following steps are available for input operation:
|