mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-09 15:22:11 -04:00
doxygen: remove unnecessary description
Due to the nature of CTR, there is no mode parameter. Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
4e73afe6ed
commit
a3d315a216
@ -274,10 +274,6 @@ int mbedtls_aria_crypt_cfb128(mbedtls_aria_context *ctx,
|
|||||||
* \brief This function performs an ARIA-CTR encryption or decryption
|
* \brief This function performs an ARIA-CTR encryption or decryption
|
||||||
* operation.
|
* operation.
|
||||||
*
|
*
|
||||||
* This function performs the operation defined in the \p mode
|
|
||||||
* parameter (encrypt/decrypt), on the input data buffer
|
|
||||||
* defined in the \p input parameter.
|
|
||||||
*
|
|
||||||
* Due to the nature of CTR, you must use the same key schedule
|
* Due to the nature of CTR, you must use the same key schedule
|
||||||
* for both encryption and decryption operations. Therefore, you
|
* for both encryption and decryption operations. Therefore, you
|
||||||
* must use the context initialized with mbedtls_aria_setkey_enc()
|
* must use the context initialized with mbedtls_aria_setkey_enc()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user