mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-09 05:47:18 +02:00
Use official name for 'Armv8 Cryptography Extensions'
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user