nrfxlib API 3.3.99
Loading...
Searching...
No Matches
nrf_cc3xx_platform_entropy.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2019 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
13#ifndef NRF_CC3XX_PLATFORM_ENTROPY_H__
14#define NRF_CC3XX_PLATFORM_ENTROPY_H__
15
16#include <stdint.h>
17#include <stdbool.h>
18#include <stddef.h>
19
21
22#ifdef __cplusplus
23extern "C"
24{
25#endif
26
44 size_t length,
45 size_t* olen);
46
47#ifdef __cplusplus
48}
49#endif
50
51#endif /* NRF_CC3XX_PLATFORM_ENTROPY_H__ */
52
int nrf_cc3xx_platform_entropy_get(uint8_t *buffer, size_t length, size_t *olen)
Function to generate entropy using Arm CryptoCell cc3xx.