Mbed TLS v3.6.3
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
mbedtls
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 */
mbedtls_ct_memcmp
int mbedtls_ct_memcmp(const void *a, const void *b, size_t n)
Generated on Thu Jul 3 2025 18:37:14 for Mbed TLS v3.6.3 by
1.8.6