Searched refs:destroy (Results 1 – 9 of 9) sorted by relevance
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_persistent_key.data | 39 Persistent key destroy 43 Persistent key destroy after restart
|
D | test_suite_psa_crypto_slot_management.function | 47 * close it, destroy it, or do nothing; 165 * volatile key shouldn't invalidate/destroy it. 272 * Do something that wipes key data in volatile memory or destroy the 920 * that they have the expected value and destroy them. In that process, 1001 * expected value. Then, destroy it.
|
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 95 * MAX_KEY_ID_FOR_TEST. In addition, run the destroy function on key id
|
D | test_suite_psa_crypto_se_driver_hal.function | 212 /* Null destroy: do nothing, but pretend it worked. */ 1506 /* This time, destroy the key. */
|
D | test_suite_pk.function | 185 /* test that freeing the context does not destroy the key */
|
D | test_suite_psa_crypto.function | 600 goto destroy; 630 destroy:
|
/openthread-3.6.0/tests/scripts/thread-cert/ |
D | thread_cert.py | 130 node.destroy() 297 node.destroy()
|
D | node.py | 75 self.destroy() 200 def destroy(self): member in OtbrDocker 737 def destroy(self): member in OtCli
|
/openthread-3.6.0/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 683 To destroy a key, the core simply destroys the wrapped key material, without invoking driver code. 717 To destroy a key, the core calls the driver's `"destroy_key"` entry point. 826 The core will pass authorized requests to destroy a built-in key to the [`"destroy_key"`](#key-mana… 856 …e key is stored and which application and system actions will create and destroy it. The lifetime …
|