mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-10-12 18:44:56 +03:00
rsa_internal: fix documentation for mbedtls_rsa_parse_key()
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user