From a5a2399cb0543d73fb0957c0cce8f1963252165d Mon Sep 17 00:00:00 2001 From: Aaron Erhardt Date: Fri, 22 Oct 2021 22:05:04 +0200 Subject: [PATCH] Remove mode param from AES-CTR docs Signed-off-by: Aaron Erhardt --- include/mbedtls/aes.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/mbedtls/aes.h b/include/mbedtls/aes.h index becbfae1d..e381c1183 100644 --- a/include/mbedtls/aes.h +++ b/include/mbedtls/aes.h @@ -511,10 +511,6 @@ int mbedtls_aes_crypt_ofb( mbedtls_aes_context *ctx, * \brief This function performs an AES-CTR encryption or decryption * 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 * for both encryption and decryption operations. Therefore, you * must use the context initialized with mbedtls_aes_setkey_enc()