You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrap and export a key using a specified wrapping key.
202
210
211
+
.. versionadded:: 1.4
212
+
203
213
.. param:: psa_key_id_t wrapping_key
204
214
Identifier of the key to use for the wrapping operation.
205
215
It must permit the usage `PSA_KEY_USAGE_WRAP`.
@@ -280,6 +290,8 @@ Support macros
280
290
.. summary::
281
291
Sufficient output buffer size for `psa_wrap_key()`.
282
292
293
+
.. versionadded:: 1.4
294
+
283
295
.. param:: wrap_key_type
284
296
A supported key-wrapping key type.
285
297
.. param:: alg
@@ -300,6 +312,8 @@ Support macros
300
312
.. summary::
301
313
Sufficient buffer size for wrapping any asymmetric key pair.
302
314
315
+
.. versionadded:: 1.4
316
+
303
317
This value must be a sufficient buffer size when calling `psa_wrap_key()` to export any asymmetric key pair that is supported by the implementation, regardless of the exact key type and key size.
0 commit comments