commit | 9d7bf09333cd1f1704377f204f18e4dde6f6ce07 | [log] [tgz] |
---|---|---|
author | gabor-mezei-arm <gabor.mezei@arm.com> | Mon Sep 27 12:25:07 2021 +0200 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Thu Nov 11 10:04:49 2021 +0100 |
tree | 1860acf8ab8626f6e4a73b7c1128123157df18d3 | |
parent | 96584ddd4bf9cb821b5037b534cdf009675aa762 [diff] [blame] |
Move mbedtls_cf_size_gt 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 50108d7..eff7f44 100644 --- a/library/constant_time.h +++ b/library/constant_time.h
@@ -39,3 +39,5 @@ size_t mbedtls_cf_size_mask_ge( size_t x, size_t y ); size_t mbedtls_cf_size_bool_eq( size_t x, size_t y ); + +unsigned mbedtls_cf_size_gt( size_t size, size_t max );