Mbed TLS v3.6.1
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 Tue Sep 10 2024 20:59:43 for Mbed TLS v3.6.1 by
1.9.6