psa_util: improve documentation for convert_raw_to_der_single_int()
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
e01a2b03c6
commit
2bd0ecdf45
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ mbedtls_ecp_group_id mbedtls_ecc_group_from_psa(psa_ecc_family_t family,
|
||||||
*
|
*
|
||||||
* \param raw_buf Buffer containing the raw coordinate to be
|
* \param raw_buf Buffer containing the raw coordinate to be
|
||||||
* converted.
|
* converted.
|
||||||
* \param raw_len Length of raw_buf in bytes.
|
* \param raw_len Length of raw_buf in bytes. This must be > 0.
|
||||||
* \param der_buf_start Pointer to the beginning of the buffer which
|
* \param der_buf_start Pointer to the beginning of the buffer which
|
||||||
* will be filled with the DER converted data.
|
* will be filled with the DER converted data.
|
||||||
* \param der_buf_end End of the buffer used to store the DER output.
|
* \param der_buf_end End of the buffer used to store the DER output.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue