mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-11 01:11:42 +08:00
Remove superfluous guard
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
b59c0ba81b
commit
c65eefa9ab
@ -841,7 +841,6 @@ int mbedtls_aes_xts_setkey_dec(mbedtls_aes_xts_context *ctx,
|
|||||||
AES_RT3(MBEDTLS_BYTE_3(Y0)); \
|
AES_RT3(MBEDTLS_BYTE_3(Y0)); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#if !defined(MBEDTLS_AES_USE_HARDWARE_ONLY)
|
|
||||||
/*
|
/*
|
||||||
* AES-ECB block encryption
|
* AES-ECB block encryption
|
||||||
*/
|
*/
|
||||||
@ -965,7 +964,6 @@ static int mbedtls_internal_aes_decrypt(mbedtls_aes_context *ctx,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif /* !MBEDTLS_BLOCK_CIPHER_NO_DECRYPT */
|
#endif /* !MBEDTLS_BLOCK_CIPHER_NO_DECRYPT */
|
||||||
#endif /* !MBEDTLS_AES_USE_HARDWARE_ONLY */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Our intrinsics-based implementation of AESNI requires the round keys to be
|
* Our intrinsics-based implementation of AESNI requires the round keys to be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user