mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-27 06:35:22 +00:00
Clarify behaviour of psa_validate_key_location
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
parent
00106a12c9
commit
74161ceaca
@ -109,9 +109,10 @@ static inline int psa_key_lifetime_is_external( psa_key_lifetime_t lifetime )
|
||||
psa_status_t psa_validate_key_location( const psa_key_attributes_t *attributes,
|
||||
psa_se_drv_table_entry_t **p_drv );
|
||||
|
||||
/** Validate that a key's persistence is consistent.
|
||||
/** Validate that a key's persistence is valid.
|
||||
*
|
||||
* This function checks whether a key's persistence attribute is consistent.
|
||||
* This function checks whether a key's declared persistence and key ID are
|
||||
* valid and supported by the PSA Core in its actual configuration.
|
||||
*
|
||||
* \param[in] attributes The key attributes.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user