mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01: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…
Reference in a new issue