mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 08:24:11 -04:00
Clarify PSA_ERROR_NOT_SUPPORTED error reasons
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
8e412871c1
commit
4b0b35e1d7
@ -5006,10 +5006,8 @@ uint32_t psa_key_agreement_iop_get_num_ops(psa_key_agreement_iop_t *operation);
|
||||
*
|
||||
* \retval #PSA_ERROR_NOT_SUPPORTED
|
||||
* The following conditions can result in this error:
|
||||
* * \p alg is not supported or is not a key agreement algorithm.
|
||||
* * \p private_key is not supported for use with \p alg. The output
|
||||
* key attributes, as a whole, are not supported, either by the
|
||||
* implementation in general or in the specified storage location.
|
||||
* * \p alg is not supported.
|
||||
* * \p private_key is not supported for use with \p alg.
|
||||
*
|
||||
* \retval #PSA_ERROR_INVALID_ARGUMENT \emptydescription
|
||||
* \retval #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription
|
||||
|
Loading…
x
Reference in New Issue
Block a user