Remove MBEDTLS_RIPEMD160_PROCESS_ALT

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney 2024-07-16 17:08:38 +01:00
parent 72a88e7255
commit 64988680c5
2 changed files with 0 additions and 5 deletions

View File

@ -387,7 +387,6 @@
* implementation should be provided for mbedtls_ecdsa_sign_det_ext(). * implementation should be provided for mbedtls_ecdsa_sign_det_ext().
* *
*/ */
//#define MBEDTLS_RIPEMD160_PROCESS_ALT
//#define MBEDTLS_SHA1_PROCESS_ALT //#define MBEDTLS_SHA1_PROCESS_ALT
//#define MBEDTLS_SHA256_PROCESS_ALT //#define MBEDTLS_SHA256_PROCESS_ALT
//#define MBEDTLS_SHA512_PROCESS_ALT //#define MBEDTLS_SHA512_PROCESS_ALT

View File

@ -59,8 +59,6 @@ int mbedtls_ripemd160_starts(mbedtls_ripemd160_context *ctx)
return 0; return 0;
} }
#if !defined(MBEDTLS_RIPEMD160_PROCESS_ALT)
/* /*
* Process one block * Process one block
*/ */
@ -256,8 +254,6 @@ int mbedtls_internal_ripemd160_process(mbedtls_ripemd160_context *ctx,
return 0; return 0;
} }
#endif /* !MBEDTLS_RIPEMD160_PROCESS_ALT */
/* /*
* RIPEMD-160 process buffer * RIPEMD-160 process buffer
*/ */