API Reference Manual  1.45.0
spec/random_types.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2015-2018 Linaro Limited
3  * Copyright (c) 2022 Nokia
4  */
5 
12 #ifndef ODP_API_SPEC_RANDOM_TYPES_H_
13 #define ODP_API_SPEC_RANDOM_TYPES_H_
14 #include <odp/visibility_begin.h>
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
20 #include <odp/api/std_types.h>
21 
37 typedef enum {
47 
52 #ifdef __cplusplus
53 }
54 #endif
55 
56 #include <odp/visibility_end.h>
57 #endif
Standard C language types and definitions for ODP.
odp_random_kind_t
Random kind selector.
@ ODP_RANDOM_BASIC
Basic random, presumably pseudo-random generated by SW.
@ ODP_RANDOM_TRUE
True random, generated from a HW entropy source.
@ ODP_RANDOM_CRYPTO
Cryptographic quality random.