mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 00:05:51 +01:00
Undo documentation change in ARIA, Blowfish, Camellia modules
This commit is contained in:
parent
6640b0d9a3
commit
03f2ffa7bc
@ -191,7 +191,7 @@ int mbedtls_aria_crypt_ecb( mbedtls_aria_context *ctx,
|
|||||||
* \param input The buffer holding the input data.
|
* \param input The buffer holding the input data.
|
||||||
* \param output The buffer holding the output data.
|
* \param output The buffer holding the output data.
|
||||||
*
|
*
|
||||||
* \return \c 0 on success, or #MBEDTLS_ERR_ARIA_BAD_INPUT_DATA
|
* \return \c 0 on success, or #MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH
|
||||||
* on failure.
|
* on failure.
|
||||||
*/
|
*/
|
||||||
int mbedtls_aria_crypt_cbc( mbedtls_aria_context *ctx,
|
int mbedtls_aria_crypt_cbc( mbedtls_aria_context *ctx,
|
||||||
|
@ -138,7 +138,7 @@ int mbedtls_blowfish_crypt_ecb( mbedtls_blowfish_context *ctx,
|
|||||||
* \param output buffer holding the output data
|
* \param output buffer holding the output data
|
||||||
*
|
*
|
||||||
* \return 0 if successful, or
|
* \return 0 if successful, or
|
||||||
* MBEDTLS_ERR_BLOWFISH_BAD_INPUT_DATA
|
* MBEDTLS_ERR_BLOWFISH_INVALID_INPUT_LENGTH
|
||||||
*/
|
*/
|
||||||
int mbedtls_blowfish_crypt_cbc( mbedtls_blowfish_context *ctx,
|
int mbedtls_blowfish_crypt_cbc( mbedtls_blowfish_context *ctx,
|
||||||
int mode,
|
int mode,
|
||||||
|
@ -146,7 +146,7 @@ int mbedtls_camellia_crypt_ecb( mbedtls_camellia_context *ctx,
|
|||||||
* \param output buffer holding the output data
|
* \param output buffer holding the output data
|
||||||
*
|
*
|
||||||
* \return 0 if successful, or
|
* \return 0 if successful, or
|
||||||
* MBEDTLS_ERR_CAMELLIA_BAD_INPUT_DATA
|
* MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH
|
||||||
*/
|
*/
|
||||||
int mbedtls_camellia_crypt_cbc( mbedtls_camellia_context *ctx,
|
int mbedtls_camellia_crypt_cbc( mbedtls_camellia_context *ctx,
|
||||||
int mode,
|
int mode,
|
||||||
|
Loading…
Reference in New Issue
Block a user