Mbed TLS v3.6.2
Loading...
Searching...
No Matches
tests
include
alt-dummy
timing_alt.h
Go to the documentation of this file.
1
/* timing_alt.h with dummy types for MBEDTLS_TIMING_ALT */
2
/*
3
* Copyright The Mbed TLS Contributors
4
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
5
*/
6
7
#ifndef TIMING_ALT_H
8
#define TIMING_ALT_H
9
10
struct
mbedtls_timing_hr_time
{
11
int
dummy
;
12
};
13
14
typedef
struct
mbedtls_timing_delay_context
{
15
int
dummy
;
16
}
mbedtls_timing_delay_context
;
17
18
19
#endif
/* timing_alt.h */
mbedtls_timing_delay_context
Context for mbedtls_timing_set/get_delay()
Definition
timing.h:36
mbedtls_timing_delay_context::dummy
int dummy
Definition
timing_alt.h:15
mbedtls_timing_hr_time
timer structure
Definition
timing.h:29
mbedtls_timing_hr_time::dummy
int dummy
Definition
timing_alt.h:11
mbedtls_timing_delay_context
struct mbedtls_timing_delay_context mbedtls_timing_delay_context
Generated on Tue Oct 15 2024 17:38:51 for Mbed TLS v3.6.2 by
1.12.0