Lines Matching full:creation
19 …the result of an operation to an external system. For example, if a key creation function in the P…
34 …ment operations (creation or destruction) on persistent keys rely on a single call to the underlyi…
56 …ent requires a commitment on both sites. For example, consider a successful key creation operation:
71 With a key in a stateful secure element, a successful creation process goes as follows (see [“Key m…
76 4. The core calls the driver's key creation entry point, passing it the driver's chosen identifier …
82 …state has not changed at all. As far as the world is concerned, the key creation attempt never hap…
117 A key creation function must transform the internal storage from a state where file `id` does not e…
139 * Key creation, key not present in the secure element:
140 …* Committing means replaying the driver call in the key creation. This requires all the input, for…
141 * Aborting means removing any trace of the key creation.
142 * Key creation, key present in the secure element:
156 … it left off. For key creation, this means that the key metadata needs to be saved before calling …
157 …overy process might not even need to know whether it's recovering a key creation or a key destruct…
158 …creation, but always go ahead with key destruction. This requires the secure element driver to hav…
159 * Always abort key creation, but follow the state of the secure element for key destruction. I can'…
167 …creation, we have all the information to store in the key file once the `"allocate_key"` call retu…
172 4. Call the driver's key creation entry point.
196 For key creation, we do not need to store the key's metadata until it has been created in the secur…
200 3. Call the driver's key creation entry point.
221 For key creation, we need to store the key's metadata before creating in the secure element. Theref…
226 4. Call the driver's key creation entry point.
268 …creation operation (see [“Overview of two-phase commit with stateful secure elements”](#overview-o…
318 …it-with-stateful-secure-elements): key creation must create `id` before calling the secure element…
362 2. Call the secure element's key creation or destruction entry point.
369 * During key creation, create the key file in internal storage in the internal storage before calli…
409 ### Key creation process in the core
415 …element: in those cases, creating the key file happens after the actual creation of the key materi…
416 4. Call the secure element's key creation entry point.
421 * If the secure element's key creation entry point has been called and succeeded, call the secure e…
530 * Key in the transaction file: no, creation (import), destruction.
534 In addition, have at least one positive test case for each creation method other than import, to en…