Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions library/sha256.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ int mbedtls_internal_sha256_process_c(mbedtls_sha256_context *ctx,

#if !defined(MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY)

MBEDTLS_MAYBE_UNUSED
static size_t mbedtls_internal_sha256_process_many_c(
mbedtls_sha256_context *ctx, const uint8_t *data, size_t len)
{
Expand Down Expand Up @@ -616,6 +617,7 @@ static int mbedtls_a64_crypto_sha256_has_support(void)
return supported;
}

MBEDTLS_MAYBE_UNUSED
static size_t mbedtls_internal_sha256_process_many(mbedtls_sha256_context *ctx,
const uint8_t *msg, size_t len)
{
Expand Down