mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 17:25:39 +00:00
psa_copy_key: minor documentation clarification
This commit is contained in:
parent
6b156df1ba
commit
aec5a7fd49
|
@ -668,11 +668,12 @@ psa_status_t psa_export_public_key(psa_key_handle_t handle,
|
||||||
*
|
*
|
||||||
* Copy key material from one location to another.
|
* Copy key material from one location to another.
|
||||||
*
|
*
|
||||||
* This function is primarily useful to copy a key from one lifetime
|
* This function is primarily useful to copy a key from one location
|
||||||
* to another. The target key retains its lifetime and location.
|
* to another, since it populates a key using the material from
|
||||||
|
* another key which may have a different lifetime.
|
||||||
*
|
*
|
||||||
* In an implementation where slots have different ownerships,
|
* In an implementation where slots have different ownerships,
|
||||||
* this functin may be used to share a key with a different party,
|
* this function may be used to share a key with a different party,
|
||||||
* subject to implementation-defined restrictions on key sharing.
|
* subject to implementation-defined restrictions on key sharing.
|
||||||
* In this case \p constraint would typically prevent the recipient
|
* In this case \p constraint would typically prevent the recipient
|
||||||
* from exporting the key.
|
* from exporting the key.
|
||||||
|
|
Loading…
Reference in a new issue