Mbed TLS v2.28.7
constant_time.h
Go to the documentation of this file.
1 
8 #ifndef MBEDTLS_CONSTANT_TIME_H
9 #define MBEDTLS_CONSTANT_TIME_H
10 
11 #include <stddef.h>
12 
13 
29 int mbedtls_ct_memcmp(const void *a,
30  const void *b,
31  size_t n);
32 
33 #endif /* MBEDTLS_CONSTANT_TIME_H */
int mbedtls_ct_memcmp(const void *a, const void *b, size_t n)