mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Correct pluralisation errors in comments
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
@ -35,7 +35,7 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
/* aesni.c rely on these values! */
|
/* aesni.c relies on these values! */
|
||||||
#define MBEDTLS_AES_ENCRYPT 1 /**< AES encryption. */
|
#define MBEDTLS_AES_ENCRYPT 1 /**< AES encryption. */
|
||||||
#define MBEDTLS_AES_DECRYPT 0 /**< AES decryption. */
|
#define MBEDTLS_AES_DECRYPT 0 /**< AES decryption. */
|
||||||
|
|
||||||
|
@ -972,7 +972,7 @@ int mbedtls_internal_aes_decrypt(mbedtls_aes_context *ctx,
|
|||||||
#endif /* !MBEDTLS_AES_DECRYPT_ALT && !MBEDTLS_BLOCK_CIPHER_NO_DECRYPT */
|
#endif /* !MBEDTLS_AES_DECRYPT_ALT && !MBEDTLS_BLOCK_CIPHER_NO_DECRYPT */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Our intrinsics-based implementation of AESNI require the round keys to be
|
* Our intrinsics-based implementation of AESNI requires the round keys to be
|
||||||
* aligned on a 16-byte boundary. We take care of this before creating them,
|
* aligned on a 16-byte boundary. We take care of this before creating them,
|
||||||
* but the AES context may have moved (this can happen if the library is
|
* but the AES context may have moved (this can happen if the library is
|
||||||
* called from a language with managed memory), and in later calls it might
|
* called from a language with managed memory), and in later calls it might
|
||||||
|
Reference in New Issue
Block a user