Mbed TLS v3.6.0
constant_time.h
Go to the documentation of this file.
1 
4 /*
5  * Copyright The Mbed TLS Contributors
6  * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
7  */
8 
9 #ifndef MBEDTLS_CONSTANT_TIME_H
10 #define MBEDTLS_CONSTANT_TIME_H
11 
12 #include <stddef.h>
13 
32 int mbedtls_ct_memcmp(const void *a,
33  const void *b,
34  size_t n);
35 
36 #endif /* MBEDTLS_CONSTANT_TIME_H */
int mbedtls_ct_memcmp(const void *a, const void *b, size_t n)