mbed TLS v2.28.1
include
mbedtls
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
41
int
mbedtls_ct_memcmp
(
const
void
*a,
42
const
void
*b,
43
size_t
n );
44
45
#endif
/* MBEDTLS_CONSTANT_TIME_H */
mbedtls_ct_memcmp
int mbedtls_ct_memcmp(const void *a, const void *b, size_t n)
Generated on Tue Jul 12 2022 20:58:03 for mbed TLS v2.28.1 by
1.9.1