Replaced MBEDTLS_GCM_LARGETABLE by MBEDTLS_GCM_LARGE_TABLE. Removed empty comment line in doc block.

Signed-off-by: Matthias Schulz <mschulz@hilscher.com>
This commit is contained in:
Matthias Schulz 2024-02-09 17:09:42 +01:00
parent 10902c5640
commit a6ac0f1330
4 changed files with 10 additions and 11 deletions

View file

@ -46,7 +46,7 @@ extern "C" {
#if !defined(MBEDTLS_GCM_ALT)
#if defined(MBEDTLS_GCM_LARGETABLE)
#if defined(MBEDTLS_GCM_LARGE_TABLE)
#define MBEDTLS_GCM_HTABLE_SIZE 256
#else
#define MBEDTLS_GCM_HTABLE_SIZE 16

View file

@ -2801,7 +2801,7 @@
#define MBEDTLS_GCM_C
/**
* \def MBEDTLS_GCM_LARGETABLE
* \def MBEDTLS_GCM_LARGE_TABLE
*
* Enable large pre-computed tables for Galois/Counter Mode (GCM).
* Can significantly increase throughput on systems without GCM hardware
@ -2813,9 +2813,8 @@
* Module: library/gcm.c
*
* Requires: MBEDTLS_GCM_C
*
*/
//#define MBEDTLS_GCM_LARGETABLE
//#define MBEDTLS_GCM_LARGE_TABLE
/**
* \def MBEDTLS_HKDF_C