API Reference Manual 1.51.0
Loading...
Searching...
No Matches
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#include <odp/api/std_types.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
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.