Clarify key type support

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott 2024-08-01 18:21:13 +01:00
parent 623c09a1eb
commit 327da4774b

View File

@ -5009,6 +5009,8 @@ uint32_t psa_key_agreement_iop_get_num_ops(psa_key_agreement_iop_t *operation);
* The following conditions can result in this error:
* * \p alg is not supported.
* * \p private_key is not supported for use with \p alg.
* * Only elliptic curve Diffie-Hellman with ECC keys is supported, not
* finite field Diffie_hellman with DH keys.
*
* \retval #PSA_ERROR_INVALID_ARGUMENT \emptydescription
* \retval #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription