mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-26 02:37:08 +00:00
Use MBEDTLS_OPTIMIZE_ALWAYS for gcm
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
9149c32192
commit
660cd378e1
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user