Mention psa_close_key in the description of psa_open_key
This commit is contained in:
parent
d56456cbe8
commit
52d83dabd6
1 changed files with 2 additions and 0 deletions
|
@ -543,6 +543,8 @@ void psa_reset_key_attributes(psa_key_attributes_t *attributes);
|
|||
*
|
||||
* Open a handle to a key which was previously created with
|
||||
* psa_make_key_persistent() when setting its attributes.
|
||||
* The handle should eventually be closed with psa_close_key()
|
||||
* to release associated resources.
|
||||
*
|
||||
* Implementations may provide additional keys that can be opened with
|
||||
* psa_open_key(). Such keys have a key identifier in the vendor range,
|
||||
|
|
Loading…
Reference in a new issue