Mbed TLS v3.6.2
Loading...
Searching...
No Matches
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
11 int dummy;
12};
13
14typedef struct mbedtls_timing_delay_context {
15 int dummy;
17
18
19#endif /* timing_alt.h */
Context for mbedtls_timing_set/get_delay()
Definition timing.h:36
timer structure
Definition timing.h:29
struct mbedtls_timing_delay_context mbedtls_timing_delay_context