mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-14 01:25:28 -04:00
Corrects outstanding documentation issues
Commit removes any remaining superfluous documentation that was not yet removed. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
782a7f5bd6
commit
10bc18e3b4
@ -573,10 +573,6 @@ int mbedtls_rsa_private( mbedtls_rsa_context *ctx,
|
|||||||
* It is the generic wrapper for performing a PKCS#1 encryption
|
* It is the generic wrapper for performing a PKCS#1 encryption
|
||||||
* operation.
|
* operation.
|
||||||
*
|
*
|
||||||
* \note Alternative implementations of RSA need not support
|
|
||||||
* mode being set to #MBEDTLS_RSA_PRIVATE and might instead
|
|
||||||
* return #MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED.
|
|
||||||
*
|
|
||||||
* \param ctx The initialized RSA context to use.
|
* \param ctx The initialized RSA context to use.
|
||||||
* \param f_rng The RNG to use. It is mandatory for PKCS#1 v2.1 padding
|
* \param f_rng The RNG to use. It is mandatory for PKCS#1 v2.1 padding
|
||||||
* encoding, and for PKCS#1 v1.5 padding encoding.
|
* encoding, and for PKCS#1 v1.5 padding encoding.
|
||||||
@ -605,10 +601,6 @@ int mbedtls_rsa_pkcs1_encrypt( mbedtls_rsa_context *ctx,
|
|||||||
* \brief This function performs a PKCS#1 v1.5 encryption operation
|
* \brief This function performs a PKCS#1 v1.5 encryption operation
|
||||||
* (RSAES-PKCS1-v1_5-ENCRYPT).
|
* (RSAES-PKCS1-v1_5-ENCRYPT).
|
||||||
*
|
*
|
||||||
* \note Alternative implementations of RSA need not support
|
|
||||||
* mode being set to #MBEDTLS_RSA_PRIVATE and might instead
|
|
||||||
* return #MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED.
|
|
||||||
*
|
|
||||||
* \param ctx The initialized RSA context to use.
|
* \param ctx The initialized RSA context to use.
|
||||||
* \param f_rng The RNG function to use. It is needed for padding generation.
|
* \param f_rng The RNG function to use. It is needed for padding generation.
|
||||||
* \param p_rng The RNG context to be passed to \p f_rng. This may
|
* \param p_rng The RNG context to be passed to \p f_rng. This may
|
||||||
|
Loading…
x
Reference in New Issue
Block a user