Anjay Lite
Loading...
Searching...
No Matches
rng.h
Go to the documentation of this file.
1/*
2 * Copyright 2023-2025 AVSystem <avsystem@avsystem.com>
3 * AVSystem Anjay Lite LwM2M SDK
4 * All rights reserved.
5 *
6 * Licensed under AVSystem Anjay Lite LwM2M Client SDK - Non-Commercial License.
7 * See the attached LICENSE file for details.
8 */
9
10#include <anj/init.h>
11
25#ifndef ANJ_RNG_H
26# define ANJ_RNG_H
27
28# include <stddef.h>
29# include <stdint.h>
30
31# ifdef __cplusplus
32extern "C" {
33# endif
34
64int anj_rng_generate(uint8_t *buffer, size_t size);
65
66# ifdef __cplusplus
67}
68# endif
69
70#endif // ANJ_RNG_H
Global configuration validation header for Anjay Lite.
int anj_rng_generate(uint8_t *buffer, size_t size)