mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-14 01:25:28 -04:00
Remove mode param from AES-CTR docs
Signed-off-by: Aaron Erhardt <aaron.erhardt@t-online.de>
This commit is contained in:
parent
f7946a6210
commit
a5a2399cb0
@ -511,10 +511,6 @@ int mbedtls_aes_crypt_ofb( mbedtls_aes_context *ctx,
|
|||||||
* \brief This function performs an AES-CTR encryption or decryption
|
* \brief This function performs an AES-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_aes_setkey_enc()
|
* must use the context initialized with mbedtls_aes_setkey_enc()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user