Home
last modified time | relevance | path

Searched refs:steps (Results 1 – 22 of 22) sorted by relevance

/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_mps.data13 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 Dtest_suite_psa_crypto_init.data51 Fake entropy: one block in two steps
55 Fake entropy: more than one block in two steps
A Dtest_suite_aes.function176 // encrypt in multiple steps of varying size
193 // finally, validate that multiple steps produced same result as single-pass
A Dtest_suite_pem.data65 # Since PBKDF1 isn't supported in OpenSSL, here's the steps:
A Dtest_suite_psa_crypto.function8864 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 Dtest_suite_ssl.data22 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 Defi_selftest.c213 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 DBUGS.md7 If you think you've found a bug in Mbed TLS, please follow these steps:
A DLICENSE253 We protect your rights with two steps: (1) copyright the software, and
A DChangeLog2936 steps you have to take when enabling it.
/lib/mbedtls/external/mbedtls/programs/fuzz/
A DREADME.md49 To generate corpus for these targets, you can do the following, not fully automated steps :
/lib/lwip/lwip/doc/
A Dmqtt_client.txt9 1. Initial steps, reserve memory and make connection to server:
/lib/mbedtls/external/mbedtls/docs/
A Dpsa-driver-example-and-guide.md16 …-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 Ddriver-only-builds.md332 to the `PSA_WANT_KEY_TYPE_xxx` and `PSA_WANT_ALG_yyy` of the previous steps.
A D3.0-migration-guide.md3 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 Dpsa-transition.md1136 * `psa_key_attributes_t attributes`: key attributes used in steps 2–3;;
/lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/
A Dstrategy.md247 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 Dx509_crt.c2756 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 Dpsa-storage-resilience.md63steps 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 Dpsa-crypto-implementation-structure.md174 * 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 Dpsa-thread-safety.md47 …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 Dpsa-driver-interface.md252 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:

Completed in 76 milliseconds