Home
last modified time | relevance | path

Searched refs:known (Results 1 – 25 of 29) sorted by relevance

12

/mbedtls-latest/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja131 * cycle through all known transparent accelerators */
171 /* Key is declared with a lifetime not known to us */
205 * cycle through all known transparent accelerators */
243 /* Key is declared with a lifetime not known to us */
292 * cycle through all known transparent accelerators */
356 /* Key is declared with a lifetime not known to us */
396 * cycle through all known transparent accelerators */
457 /* Key is declared with a lifetime not known to us */
526 * cycle through all known transparent accelerators */
549 /* Key is declared with a lifetime not known to us */
[all …]
Dpsa_crypto_driver_wrappers_no_static.c.jinja85 * The key is declared with a lifetime not known to us.
166 * cycle through all known transparent accelerators */
187 /* Key is declared with a lifetime not known to us */
/mbedtls-latest/pkgconfig/
DJoinPaths.cmake3 # known from most languages
/mbedtls-latest/scripts/
Dci.requirements.txt5 # Use a known version of Pylint, because new versions tend to add warnings
Dconfig.py76 def known(self, name): member in Config
/mbedtls-latest/tests/suites/
Dtest_suite_alignment.function36 /* Populate with known data */
250 /* Populate with known data: x == { 0, 1, 2, ... } */
Dtest_suite_ctr_drbg.function358 /* This is a known-answer test, and although tests use a mock entropy
Dtest_suite_bignum_core.function1072 /* Prepare an RNG with known output, limited to rng_bytes. */
1092 * with known output, so check that the output contains the
Dtest_suite_x509parse.function754 TEST_FAIL("No known verify callback selected");
Dtest_suite_ecp.function884 // Load curve info and compare with known values
Dtest_suite_x509parse.data2601 # The parse_path tests are known to fail when compiled for a 32-bit architecture
2602 # and run via qemu-user on Linux on a 64-bit host. This is due to a known
Dtest_suite_psa_crypto.function6848 * 1. Test interruptible sign hash with known outcomes (deterministic ECDSA
7444 * 1. Test interruptible verify hash with known outcomes (deterministic ECDSA
/mbedtls-latest/tests/docker/bionic/
DDockerfile61 # Note: openssl-1.0.2 and earlier has known build issues with parallel make.
/mbedtls-latest/docs/architecture/
Dpsa-shared-memory.md121 3. The code of the PSA Crypto dispatch layer (also known as the core), which is provided by Mbed TL…
138 It is ok to skip the copy if it is known for sure that a buffer is not in shared memory. However, t…
157 Note that in this context, a “small buffer” is one with a size limit that is known at compile time,…
178 …it (which can easily be checked before emitting any data, since the data size is known in advance).
198 …t arbitrary overlap, although this is not always the case in Mbed TLS, a [known issue](https://git…
202 …at which point the dispatch layer shall copy the input for modes that are not known to be low-risk.
208 …atch layer shall copy the input for algorithms such as PureEdDSA that are not known to be low-risk.
Dalternative-implementations.md45 …(although they would normally be `struct` types). This section lists some known limitations where …
Dpsa-storage-resilience.md67 …a transaction across system boundaries is a well-known problem in database management, with a well…
334 … the state of `id` in the internal storage nor the state of the key in the secure element is known.
Dpsa-crypto-implementation-structure.md152 The size of operation structures needs to be known at compile time, since callers may allocate them…
Dtls13-support.md380 message. The latter occurs when it is not known what the next handshake message
/mbedtls-latest/docs/architecture/testing/
Dpsa-storage-format-testing.md27 …s under version W ≥ V, it creates and reads back a storage state which is known to be identical to…
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-limitations.md45 well-known parameters (some of them defined in the spec, but implementations
Dmd-cipher-dispatch.md569 ### Internal "block cipher" abstraction (previously known as "Cipher light")
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md155 Keys are stored internally in a global array of key slots known as the "key store", defined in `lib…
180 …X` functions, read from the slot, then call `psa_unregister_read` to make known that they have fin…
/mbedtls-latest/docs/
Ddriver-only-builds.md260 working; there are known issues in PK, and X.509 and TLS are untested.
D3.0-migration-guide.md1020 …1.1) deprecates it in TLS, and it is very rarely used, although it is not known to be weak at the …
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md921 …interface is suitable both for PRNG (pseudo-random number generator, also known as DRBG (determini…

12