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