commit | d361ccd663a3bfaa837aa984c29e374c86c038af | [log] [tgz] |
---|---|---|
author | gabor-mezei-arm <gabor.mezei@arm.com> | Mon Sep 27 11:49:42 2021 +0200 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Thu Nov 11 10:00:17 2021 +0100 |
tree | 5a09dea7a381fe608ae2dd8000718cad618cb4bb | |
parent | c11cac9f1ba1ef34492a651cd486c81f02da5541 [diff] [blame] |
Move mbedtls_cf_size_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 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 );