File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -668,11 +668,12 @@ psa_status_t psa_export_public_key(psa_key_handle_t handle,
668
668
*
669
669
* Copy key material from one location to another.
670
670
*
671
- * This function is primarily useful to copy a key from one lifetime
672
- * to another. The target key retains its lifetime and location.
671
+ * This function is primarily useful to copy a key from one location
672
+ * to another, since it populates a key using the material from
673
+ * another key which may have a different lifetime.
673
674
*
674
675
* In an implementation where slots have different ownerships,
675
- * this functin may be used to share a key with a different party,
676
+ * this function may be used to share a key with a different party,
676
677
* subject to implementation-defined restrictions on key sharing.
677
678
* In this case \p constraint would typically prevent the recipient
678
679
* from exporting the key.
You can’t perform that action at this time.
0 commit comments