Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 44) sorted by relevance

12

/openthread-latest/tools/tcat_ble_client/auth-generate/
DMakefile39 ./create-cert-tcat-device.sh $@ $(ca)
42 ./create-cert-tcat-commissioner.sh $@ $(ca)
45 ./create-cert-tcat-commissioner.sh $@ $(otherCa)
/openthread-latest/examples/platforms/simulation/
Dflash.c58 bool create = false; in otPlatFlashInit() local
77 create = true; in otPlatFlashInit()
85 if (create) in otPlatFlashInit()
/openthread-latest/tools/tcat_ble_client/
Dbbtc.py121 …device = await BleStream.create(device.address, BBTC_SERVICE_UUID, BBTC_TX_CHAR_UUID, BBTC_RX_CHAR…
124 …device = await BleStream.create(device.address, BBTC_SERVICE_UUID, BBTC_TX_CHAR_UUID, BBTC_RX_CHAR…
129 … device = await BleStream.create(device, BBTC_SERVICE_UUID, BBTC_TX_CHAR_UUID, BBTC_RX_CHAR_UUID)
DGENERATING_CERTIFICATES.md22 This will create an `output` directory with subdirectories for each of the created identities. Each…
/openthread-latest/third_party/mbedtls/repo/tests/git-scripts/
DREADME.md7 …e located in `<Mbed TLS root>/tests/git-scripts` directory, and one must create a soft link from `…
11 Execute the following command to create a link on Linux from the Mbed TLS `.git/hooks` directory:
/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.sh10 create a master key, derive a key from it and use that derived key to
/openthread-latest/third_party/mbedtls/repo/
DBUGS.md17 4. Please [create an issue on on GitHub](https://github.com/Mbed-TLS/mbedtls/issues).
DCMakeLists.txt147 # dangling link, but when building in tree, this can create a symbolic link
156 message(FATAL_ERROR "Could not create symbolic link for: ${target} --> ${output}")
/openthread-latest/tests/scripts/thread-cert/
Dsniffer.py102 messages = self._message_factory.create(io.BytesIO(data))
/openthread-latest/tools/tcat_ble_client/ble/
Dble_stream.py69 …async def create(cls, address_or_ble_device: Union[BLEDevice, str], service_uuid, tx_char_uuid, rx… member in BleStream
/openthread-latest/third_party/mbedtls/repo/programs/test/
DCMakeLists.txt58 # this file will also be used in another directory, so create a target, see
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtest_zeroize.gdb20 # such code, the compilar will create some form dependency graph between
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md147 … has a legacy key pair or public key (`mbedtls_pk_context`) and needs to create a PSA key object (…
149 …st creating a legacy key object, where it's impossible or impractical to directly create a PSA key:
160create a PSA key object from an `mbedtls_pk_context`. This partially exists in the form of `mbedtl…
247 #### API to create a PSA key from a PK context
259 …ke a `const psa_key_attributes_t *` input, like all other functions that create a PSA key. In addi…
316 #### API to create a PK object that wraps a PSA key
Dtesting.md35 in order to create PK contexts that can then be passed to existing TLS and
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-storage-resilience.md5 The PSA crypto subsystem includes a persistent key store. It is possible to create a persistent key…
58 1. The core sends a request to the secure element to create a key.
59 2. The secure element modifies its key store to create the key.
123 * Write (create or update) a file `t` referencing `id`.
246 …s secure elements: we aren't just replacing “create the key material” by “tell the secure element …
318 …ew-of-two-phase-commit-with-stateful-secure-elements): key creation must create `id` before callin…
365 In addition, before or after step 2, create or remove the key file in the internal storage.
369 * During key creation, create the key file in internal storage in the internal storage before calli…
519 * Call the secure element test driver to create keys without going throught the PSA API.
Dpsa-shared-memory.md455 1. Take 1-2 days to create a basic prototype of a test that uses the approach.
518 …e), it is simpler to use a single unified API for copying. Therefore, we create the following func…
527 In order to keep track of allocated copies on the heap, we can create new structs:
544 With these structs we may create 2 pairs of functions, one pair for input copies:
556 We also create a pair of functions for output copies:
570 In order to abstract the management of the copy state further, to make it simpler to add, we create
642 The easiest way to do this is to create wrapper functions that poison the memory and then `#define`…
680 * Read its input buffer and after calling the input-buffer-copying function to create a local copy …
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dpsa-storage-format-testing.md5 The PSA crypto subsystem includes a persistent key store. It is possible to create a persistent key…
39 …at), then we should keep the corresponding test cases in load-only mode: create a file with the ex…
/openthread-latest/tools/tcat_ble_client/cli/
Dbase_commands.py372 …ble_stream = await BleStream.create(device.address, BBTC_SERVICE_UUID, BBTC_TX_CHAR_UUID, BBTC_RX_…
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pkparse.function74 * test suite does not create opaque keys. */
Dmain_test.function10 * The following files were used to create this file.
Dtest_suite_lms.data65 # * touch message.bin (create empty message file)
75 # * touch message.bin (create empty message file)
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md70 …s a consequence, you do not need to instantiate one manually (no need to create an `mbedtls_entrop…
92create a key object with a key creation function. The two most common ones are [`psa_import_key`](…
341 …eference to a key object. To perform a cryptographic operation, you must create a key object first…
355 …cs.io/projects/api/en/development/api/group/group__key__derivation/) and create the key with [`psa…
529 …eference to a key object. To perform a cryptographic operation, you must create a key object first…
543 …cs.io/projects/api/en/development/api/group/group__key__derivation/) and create the key with [`psa…
663 …ever, there are major differences in the way the two APIs can be used to create keys or to obtain …
675 …cs.io/projects/api/en/development/api/group/group__key__derivation/) and create the key with [`psa…
780 The easiest way to create a key pair object is by randomly generating it with [`psa_generate_key`](…
784 To create a key object from existing material, use [`psa_import_key`](https://mbed-tls.readthedocs.…
[all …]
/openthread-latest/tests/toranj/
DREADME_NCP.md52 Note: You may need to run as `sudo` to allow `wpantund` to create tunnel interface (i.e., use `sudo…
176 Script below shows how to create a 3-node network topology with `node1` and `node2` being routers, …
DREADME_CLI.md110 Script below shows how to create a 3-node network topology with `node1` and `node2` being routers, …
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md69 … rule: suppose two calls are executed concurrently which both attempt to create a new key with the…
92 …a functional requirement for persistent keys: any thread can immediately create a new key with the…
93 2. The resources from the key have been freed. This allows threads to create similar keys immediate…
308 …a functional requirement for persistent keys: any thread can immediately create a new key with the…
309 2. The resources from the key have been freed. This allows threads to create similar keys immediate…

12