Searched refs:destroy (Results 1 – 12 of 12) sorted by relevance
44 Persistent key destroy48 Persistent key destroy after restart
44 * close it, destroy it, or do nothing;159 * volatile key shouldn't invalidate/destroy it.268 * Do something that wipes key data in volatile memory or destroy the897 * that they have the expected value and destroy them. In that process,982 * expected value. Then, destroy it.
86 * MAX_KEY_ID_FOR_TEST. In addition, run the destroy function on key id
217 /* Null destroy: do nothing, but pretend it worked. */1521 /* This time, destroy the key. */
570 /* Create a copy of a PSA key with same usage and algorithm policy and destroy749 /* test that freeing the context does not destroy the key */
1348 * threads attempt to load/destroy the key, exactly one thread succeeds. */1829 goto destroy;1865 destroy:1995 /* Test that when multiple threads use and destroy a key no corruption10079 /* Split threads to generate key then destroy key. */
77 …ever possible to revert this commitment by giving the secure element the order to destroy the key.)157 * Minimize the information processing: [always destroy the key](#exploring-the-always-destroy-strat…158 …ement, this has the advantage of maximizing the chance that a command to destroy key material is e…192 #### Exploring the always-destroy strategy217 #### Always-destroy strategy with a simpler transaction file219 We can modify the [always-destroy strategy](#exploring-the-always-destroy-strategy) to make the tra…243 Compared with the basic always-destroy strategy:254 This gives an advantage to the “always destroy” strategy. Under this strategy, if the key might be …324 …* It is correct to destroy the key in the secure element (treating a `DOES_NOT_EXIST` error as a s…338 * If the file `id` does not exist, then destroy the key in the secure element (treating a `DOES_NOT…[all …]
134 node.destroy()302 node.destroy()
78 self.destroy()209 def destroy(self): member in OtbrDocker762 def destroy(self): member in OtCli
561 4. Call the `"destroy_key"` entry point to destroy the key containing the key object.1123 To destroy a key, the core simply destroys the wrapped key material, without invoking driver code.1157 To destroy a key, the core calls the driver's `"destroy_key"` entry point.1266 The core will pass authorized requests to destroy a built-in key to the [`"destroy_key"`](#key-mana…1296 …e key is stored and which application and system actions will create and destroy it. The lifetime …
100 management functions (destroy etc)) in configurations that don't have
94 3. Finally destroy the key object with [`psa_destroy_key`](https://mbed-tls.readthedocs.io/projects…1084 …an, you need to create a key object, then perform the key exchange, then destroy the key. There is…