commit | a2bcabceb2e32995dc71c2b3baf452ce6a0bd1cd | [log] [tgz] |
---|---|---|
author | gabor-mezei-arm <gabor.mezei@arm.com> | Mon Sep 27 11:58:31 2021 +0200 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Thu Nov 11 10:00:17 2021 +0100 |
tree | 80526700eb3dcbdab94fe39116c9f39048f73cd3 | |
parent | 4d6b14624e30b897bf25dc0f2a6a300a0e6f74ad [diff] [blame] |
Move mbedtls_cf_size_mask_ge 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 0b75900..8e8992d 100644 --- a/library/constant_time.h +++ b/library/constant_time.h
@@ -35,3 +35,5 @@ size_t mbedtls_cf_size_mask( size_t bit ); size_t mbedtls_cf_size_mask_lt( size_t x, size_t y ); + +size_t mbedtls_cf_size_mask_ge( size_t x, size_t y );