Rename internal header constant_time.h to constant_time_internal.h

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2021-10-20 12:09:35 +02:00
parent 90437e3762
commit 22c9a6fccc
No known key found for this signature in database
GPG key ID: 106F5A41ECC305BD
7 changed files with 6 additions and 6 deletions

View file

@ -41,7 +41,7 @@
#include "bn_mul.h"
#include "mbedtls/platform_util.h"
#include "mbedtls/error.h"
#include "constant_time.h"
#include "constant_time_internal.h"
#include <string.h>

View file

@ -23,7 +23,7 @@
*/
#include "common.h"
#include "constant_time.h"
#include "constant_time_internal.h"
#include "mbedtls/constant_time.h"
#include "mbedtls/error.h"
#include "mbedtls/platform_util.h"

View file

@ -44,7 +44,7 @@
#include "mbedtls/oid.h"
#include "mbedtls/platform_util.h"
#include "mbedtls/error.h"
#include "constant_time.h"
#include "constant_time_internal.h"
#include "mbedtls/constant_time.h"
#include <string.h>

View file

@ -40,7 +40,7 @@
#include "mbedtls/error.h"
#include "mbedtls/platform_util.h"
#include "mbedtls/version.h"
#include "constant_time.h"
#include "constant_time_internal.h"
#include "mbedtls/constant_time.h"
#include <string.h>

View file

@ -34,7 +34,7 @@
#include "mbedtls/debug.h"
#include "mbedtls/error.h"
#include "mbedtls/platform_util.h"
#include "constant_time.h"
#include "constant_time_internal.h"
#include "mbedtls/constant_time.h"
#include <string.h>

View file

@ -10,7 +10,7 @@
#include <psa/crypto.h>
#include <constant_time.h>
#include <constant_time_internal.h>
#include <test/constant_flow.h>