commit | c11cac9f1ba1ef34492a651cd486c81f02da5541 | [log] [tgz] |
---|---|---|
author | gabor-mezei-arm <gabor.mezei@arm.com> | Mon Sep 27 11:40:03 2021 +0200 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Thu Nov 11 10:00:17 2021 +0100 |
tree | 80ac328ccf65477d2997cfef9ad107dc26a7189b | |
parent | 944c107744fd89bcc40c3ebef4400f863350607c [diff] [blame] |
Move mbedtls_cf_uint_mask 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 e14232b..0d6c0fd 100644 --- a/library/constant_time.h +++ b/library/constant_time.h
@@ -28,3 +28,6 @@ unsigned char mbedtls_nist_kw_safer_memcmp( const void *a, const void *b, size_t n ); int mbedtls_safer_memcmp( const void *a, const void *b, size_t n ); + + +unsigned mbedtls_cf_uint_mask( unsigned value );