Lines Matching refs:remove

26 * `remove()` removes a file (returning a specific error code if the file does not exist).
34 …on a single call to the underlying storage (`set()` for a key creation, `remove()` for a key destr…
177 * If the key exists in the secure element, just remove it from the transaction list.
178 …the key does not exist in the secure element, first remove the key file if it is present, then rem…
189 … the secure element, call the driver's `"destroy_key"` entry point, then remove the key file, and …
190 …If the key does not exist in the secure element, remove the key file if it is still present, then
204 For key destruction, we can remove the key file before contacting the secure element. Therefore the…
211 …ransaction list, and ignoring any failure of a removal action if the item to remove does not exist:
236 …ransaction list, and ignoring any failure of a removal action if the item to remove does not exist:
318 … the secure element's key creation entry point, and key destruction must remove `id` after calling…
324 …y the key in the secure element (treating a `DOES_NOT_EXIST` error as a success), then remove `id`.
325 …ts in the secure element, and if it does, keep it and keep `id`. If not, remove `id` from the inte…
340 …y the key in the secure element (treating a `DOES_NOT_EXIST` error as a success), then remove `id`.
341 …ts in the secure element, and if it does, keep it and keep `id`. If not, remove `id` from the inte…
365 In addition, before or after step 2, create or remove the key file in the internal storage.
387 …t's key destruction entry point (treating a `DOES_NOT_EXIST` error as a success), then remove `id`.
403 To remove a key identifier from the list:
407 3. If the list is now empty, remove the transaction list file. Otherwise write the updated list to …
422 * If the key file has been created in the internal storage, remove it.