mbed TLS v3.1.0
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
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 Aug 30 2022 09:50:16 for mbed TLS v3.1.0 by
1.8.6