Use official name for 'Armv8 Cryptography Extensions'

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
Hanno Becker 2020-08-14 10:27:46 +01:00
parent 74aa0401c9
commit bdadc24c3c
2 changed files with 3 additions and 4 deletions

View file

@ -2161,7 +2161,7 @@
*
* Requires: MBEDTLS_HAVE_ASM
*
* This module utilizes ARMv8 Crypto Extensions for AES and GCM
* This module adds support for Armv8 Cryptography Extensions for AES and GCM.
*/
//#define MBEDTLS_ARMV8CE_AES_C

View file

@ -35,7 +35,7 @@
#endif
/*
* [ARMv8 Crypto Extensions] AES-ECB block en(de)cryption
* [Armv8 Cryptography Extensions] AES-ECB block en(de)cryption
*/
#if defined(MBEDTLS_AES_C)
@ -90,7 +90,7 @@ int mbedtls_armv8ce_aes_crypt_ecb( mbedtls_aes_context *ctx,
/*
* [ARMv8 Crypto Extensions] Multiply in GF(2^128) for GCM
* [Armv8 Cryptography Extensions] Multiply in GF(2^128) for GCM
*/
#if defined(MBEDTLS_GCM_C)
@ -140,4 +140,3 @@ void mbedtls_armv8ce_gcm_mult( unsigned char c[16],
#endif /* MBEDTLS_GCM_C */
#endif /* MBEDTLS_ARMV8CE_AES_C */