mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Use MBEDTLS_OPTIMIZE_ALWAYS for gcm
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
@ -417,6 +417,7 @@ static int gcm_mask(mbedtls_gcm_context *ctx,
|
||||
return 0;
|
||||
}
|
||||
|
||||
MBEDTLS_OPTIMIZE_ALWAYS
|
||||
int mbedtls_gcm_update(mbedtls_gcm_context *ctx,
|
||||
const unsigned char *input, size_t input_length,
|
||||
unsigned char *output, size_t output_size,
|
||||
|
Reference in New Issue
Block a user