mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
- Changed text for return 0 lines
This commit is contained in:
parent
baad6504d4
commit
27caa8a17e
5 changed files with 7 additions and 7 deletions
|
|
@ -74,7 +74,7 @@ int aes_setkey_dec( aes_context *ctx, const unsigned char *key, int keysize );
|
|||
* \param input 16-byte input block
|
||||
* \param output 16-byte output block
|
||||
*
|
||||
* \return 0
|
||||
* \return 0 if successful
|
||||
*/
|
||||
int aes_crypt_ecb( aes_context *ctx,
|
||||
int mode,
|
||||
|
|
@ -113,7 +113,7 @@ int aes_crypt_cbc( aes_context *ctx,
|
|||
* \param input buffer holding the input data
|
||||
* \param output buffer holding the output data
|
||||
*
|
||||
* \return 0
|
||||
* \return 0 if successful
|
||||
*/
|
||||
int aes_crypt_cfb128( aes_context *ctx,
|
||||
int mode,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue