Mbed TLS v4.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
crypto_driver_random.h
Go to the documentation of this file.
1 
12 /*
13  * Copyright The Mbed TLS Contributors
14  * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
15  */
16 #ifndef PSA_CRYPTO_DRIVER_RANDOM_H
17 #define PSA_CRYPTO_DRIVER_RANDOM_H
18 
19 #include "crypto_driver_common.h"
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
35 
41 #define PSA_DRIVER_GET_ENTROPY_FLAGS_NONE ((psa_driver_get_entropy_flags_t) 0)
42 
45 #ifdef __cplusplus
46 }
47 #endif
48 
49 #endif /* PSA_CRYPTO_DRIVER_COMMON_H */
uint32_t psa_driver_get_entropy_flags_t
Definitions for all PSA crypto drivers.