commit | 394aeaaefbb678f3ede5d5c24a5afacb0ed97cf9 | [log] [tgz] |
---|---|---|
author | gabor-mezei-arm <gabor.mezei@arm.com> | Mon Sep 27 13:31:06 2021 +0200 |
committer | gabor-mezei-arm <gabor.mezei@arm.com> | Tue Sep 28 16:28:41 2021 +0200 |
tree | c1a430514276ca4c058a83b4c050c732a5e1e1ae | |
parent | be8d98b0be9161d8d7d90970a54de97ccf9a0832 [diff] [blame] |
Move mbedtls_cf_mem_move_to_left 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 588181e..5a932cc 100644 --- a/library/constant_time.h +++ b/library/constant_time.h
@@ -65,3 +65,7 @@ unsigned char assign ); #endif /* MBEDTLS_BIGNUM_C */ + +void mbedtls_cf_mem_move_to_left( void *start, + size_t total, + size_t offset );