Mbed TLS v2.28.5
constant_time.h
Go to the documentation of this file.
1
20#ifndef MBEDTLS_CONSTANT_TIME_H
21#define MBEDTLS_CONSTANT_TIME_H
22
23#include <stddef.h>
24
25
41int mbedtls_ct_memcmp(const void *a,
42 const void *b,
43 size_t n);
44
45#endif /* MBEDTLS_CONSTANT_TIME_H */
int mbedtls_ct_memcmp(const void *a, const void *b, size_t n)