commit | 75332531259083504df336ae4c1eb5fb2bea1ca2 | [log] [tgz] |
---|---|---|
author | gabor-mezei-arm <gabor.mezei@arm.com> | Mon Sep 27 12:59:30 2021 +0200 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Thu Nov 11 10:52:42 2021 +0100 |
tree | ebaa4a030ad6dd38d44fcb0e47db48e631e1cdda | |
parent | 097d4f555e8504f86f34dc6477324c49d4359da2 [diff] [blame] |
Move mbedtls_cf_uint_if function to the constant-time module Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/library/constant_time.h b/library/constant_time.h index 3c18b4e..973e856 100644 --- a/library/constant_time.h +++ b/library/constant_time.h
@@ -52,3 +52,6 @@ const mbedtls_mpi_uint y ); #endif /* MBEDTLS_BIGNUM_C */ + +unsigned mbedtls_cf_uint_if( unsigned cond, unsigned if1, unsigned if0 ); +