Home
last modified time | relevance | path

Searched refs:removing (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtest_zeroize.gdb25 # memory that is not accessed later in the program, so removing the call to
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-storage-resilience.md115 …atomic operation in the internal storage concerns a single file: either removing it, or setting it…
141 * Aborting means removing any trace of the key creation.
144 …* Aborting means destroying the key in the secure element and removing any local storage used for …
146 …as would have been done if the transaction had not been interrupted, by removing any remaining loc…
149 …as would have been done if the transaction had not been interrupted, by removing any remaining loc…
211 Recovery means removing all traces of all keys on the transaction list. This means following the de…
229 For key destruction, we need to contact the secure element before removing the key file. Therefore …
236 Recovery means removing all traces of all keys on the transaction list. This means following the de…
322 * If the file `id` does not exist, then nothing needs to be done for recovery, other than removing
370 * During key destruction, call the secure element's key destruction entry point before removing the…
[all …]
/openthread-latest/third_party/mbedtls/repo/docs/
Ddriver-only-builds.md202 ### Limitations regarding fully removing `ecp.c`
243 removing `ecp.c`" above). However, what if you have an accelerator that only
278 removing builtin support (i.e. `MBEDTLS_DHM_C`).
457 [Restrictions](#restrictions) for restrictions related to removing the built-ins.
D3.0-migration-guide.md14 - Tidying up of configuration options (including removing some less useful options).
640 As a consequence of removing TLS 1.0, support for CBC record splitting was
/openthread-latest/src/core/net/
Dsrp_client.cpp1371 …bool removing = ((aService.GetState() == kToRemove) || (aService.GetState() == kRem… in AppendServiceInstruction() local
1393 …rr.Init(Dns::ResourceRecord::kTypePtr, removing ? Dns::PtrRecord::kClassNone : Dns::PtrRecord::kCl… in AppendServiceInstruction()
1394 rr.SetTtl(removing ? 0 : DetermineTtl()); in AppendServiceInstruction()
1406 if (aService.HasSubType() && !removing) in AppendServiceInstruction()
1447 VerifyOrExit(!removing); in AppendServiceInstruction()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pkwrite.function12 /* Helper function for removing "\r" chars from a buffer. */
Dtest_suite_x509write.function263 // deterministic over multiple runs, removing a single byte isn't enough to
618 // deterministic over multiple runs, removing a single byte isn't enough to
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Ddriver-interface-test-strategy.md83 Creating or removing a key in a secure element involves multiple storage modifications (M<sub>1</su…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md59 * In many scenarios, where a PSA driver is available, this allows removing the software implementat…
248 …A code benefits from PSA accelerators, and there's little potential for removing the software impl…
Dstrategy.md481 An question that needs careful consideration when we come around to removing
/openthread-latest/third_party/mbedtls/repo/
DChangeLog2725 * Improve code clarity in x509_crt module, removing false-positive
2851 * Add MBEDTLS_REMOVE_3DES_CIPHERSUITES to allow removing 3DES ciphersuites
3990 mbedtls_ssl_set_bio_timeout in compat-1.3.h, by removing it.
4773 * Add POLARSSL_REMOVE_ARC4_CIPHERSUITES to allow removing RC4 ciphersuites