aboutsummaryrefslogtreecommitdiff
path: root/components/service/crypto/provider/mbedcrypto/trng_adapter/test/trng_env_tests.h
blob: 36c4103ba1e86b5ad0ddf06406ea588edde8282c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef TRNG_ENV_TESTS_H
#define TRNG_ENV_TESTS_H

void trng_env_tests_register(void);

#endif /* TRNG_ENV_TESTS_H */