mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-30 17:09:41 -04:00
rsa_internal: fix documentation for mbedtls_rsa_parse_key()
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
f15e13ead7
commit
13ab693c49
@ -25,6 +25,7 @@
|
|||||||
* \param keylen The length of the key buffer in bytes.
|
* \param keylen The length of the key buffer in bytes.
|
||||||
*
|
*
|
||||||
* \return 0 on success.
|
* \return 0 on success.
|
||||||
|
* \return MBEDTLS_ERR_ASN1_xxx in case of ASN.1 parsing errors.
|
||||||
* \return MBEDTLS_ERR_RSA_xxx in case of RSA internal failures while
|
* \return MBEDTLS_ERR_RSA_xxx in case of RSA internal failures while
|
||||||
* parsing data.
|
* parsing data.
|
||||||
* \return MBEDTLS_ERR_RSA_KEY_CHECK_FAILED if validity checks on the
|
* \return MBEDTLS_ERR_RSA_KEY_CHECK_FAILED if validity checks on the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user