nRF5 SDK v17.1.0
Data Structures | Macros | Functions
Types shared between all @ref nrf_crypto_rng backends.

Types shared between all RNG related functions backends. More...

Data Structures

struct  nrf_crypto_rng_internal_context_t
 

Macros

#define NRF_CRYPTO_RNG_CONTEXT_INIT_MAGIC_VALUE   (0x4d616961)
 

Functions

ret_code_t nrf_crypto_rng_backend_init (void *const p_context, void *const p_temp_buffer)
 
ret_code_t nrf_crypto_rng_backend_uninit (void *const p_context)
 
ret_code_t nrf_crypto_rng_backend_vector_generate (void *const p_context, uint8_t *const p_target, size_t size, bool use_mutex)
 
ret_code_t nrf_crypto_rng_backend_reseed (void *const p_context, void *p_temp_buffer, uint8_t *p_input_data, size_t size)
 

Detailed Description

Types shared between all RNG related functions backends.

These types should not be used directly by the application.


Documentation feedback | Developer Zone | Subscribe | Updated