commit | 3733bf805a49381223ce6249063be59baca96f84 | [log] [tgz] |
---|---|---|
author | gabor-mezei-arm <gabor.mezei@arm.com> | Mon Sep 27 11:49:42 2021 +0200 |
committer | gabor-mezei-arm <gabor.mezei@arm.com> | Tue Sep 28 16:16:14 2021 +0200 |
tree | eb4b19771f4f714b46d55f2b6693502f16843307 | |
parent | 340948e4a5bab405732c3ca9625f1d418d1e3c1d [diff] [blame] |
Move mbedtls_cf_size_mask 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 0d6c0fd..3cbabe1 100644 --- a/library/constant_time.h +++ b/library/constant_time.h
@@ -31,3 +31,5 @@ unsigned mbedtls_cf_uint_mask( unsigned value ); + +size_t mbedtls_cf_size_mask( size_t bit );