Lines Matching refs:identifier

74 2. The driver allocates a unique identifier _D_ for the key. This is unrelated to the key identifie…
75 3. The core updates the storage to indicate that key identifier _A_ has the identifier _D_ in the d…
76 4. The core calls the driver's key creation entry point, passing it the driver's chosen identifier
111 …access one file identifier. Therefore transaction recovery cannot be done by traversing files whos…
117 …ired final content (containing the key attributes and the driver's key identifier). The situation …
140 …ll to `"allocate_key"` which will in general changing the key's driver identifier, which complicat…
165 …nsaction list contains the API key identifier, the key lifetime (or at least the location), the dr…
194 …action list contains the API key identifier, the key lifetime (or at least the location), and the …
219 …ent, then the transaction list does not need to include the driver key identifier: it can be read …
238 1. Load the driver key identifier from the key file. If the key file does not exist, skip to step 4.
305identifier, or if the driver key identifier is only stored in the key file. This is because the co…
307 …y identifiers, and one where it also contains the secure element's key identifier (as well as the …
361 1. Add the key identifier to the transaction list.
363 3. Remove the key identifier from the transaction list.
367 …le array of key identifiers. Since the transaction list does not contain the driver key identifier:
380 * If `id` is in the transaction list and a key exists by that identifier, the key's location is a s…
397 To add a key identifier to the list:
400 2. Append the key identifier to the array.
403 To remove a key identifier from the list:
405 … cached in memory. It is an error if the file does not exist since it must contain this identifier.
406 2. Remove the key identifier from the array. If it wasn't the last element in array, move array ele…
411 Let _A_ be the application key identifier.
413 1. Call the driver's `"allocate_key"` entry point, obtaining the driver key identifier _D_ chosen b…
429 Let _A_ be the application key identifier.
431 … key is in a stateful secure element, and if so to know the driver key identifier. A possible opti…
445 1. Load the key into a key slot in memory (to get its location and the driver key identifier, altho…
468 …key identifier which is required, we add some potentially useful information in case it becomes us…