commit | 7b23c0b46d5367917aa3f100a24b22581fe8f60c | [log] [tgz] |
---|---|---|
author | gabor-mezei-arm <gabor.mezei@arm.com> | Mon Sep 27 13:31:06 2021 +0200 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Thu Nov 11 10:59:04 2021 +0100 |
tree | 898721879a6a28651dc41771be8fab988f621380 | |
parent | 043192d2090595e3f0d40f88566b860c1d670ab4 [diff] [blame] |
Move mbedtls_cf_mem_move_to_left 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 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 );