Mbed TLS v3.6.0
Loading...
Searching...
No Matches
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 Wed Jul 31 2024 06:10:29 for Mbed TLS v3.6.0 by
1.9.7