commit | d3230d533c3e0256281c970a0eea76db362a0610 | [log] [tgz] |
---|---|---|
author | gabor-mezei-arm <gabor.mezei@arm.com> | Mon Sep 27 13:03:57 2021 +0200 |
committer | gabor-mezei-arm <gabor.mezei@arm.com> | Tue Sep 28 16:21:10 2021 +0200 |
tree | edeb79af7760b22d4bdff6df28912e7ab6f6c627 | |
parent | b2dbf2c113aa4daa0c375b5102872b7ac97a4131 [diff] [blame] |
Move mbedtls_cf_cond_select_sign function to the constant-time module Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
diff --git a/library/constant_time.h b/library/constant_time.h index 973e856..f97c57e 100644 --- a/library/constant_time.h +++ b/library/constant_time.h
@@ -55,3 +55,4 @@ unsigned mbedtls_cf_uint_if( unsigned cond, unsigned if1, unsigned if0 ); +int mbedtls_cf_cond_select_sign( int a, int b, unsigned char second );