Types shared between all RNG related functions backends.
More...
|
#define | NRF_CRYPTO_RNG_CONTEXT_INIT_MAGIC_VALUE (0x4d616961) |
|
|
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) |
|
Types shared between all RNG related functions backends.
These types should not be used directly by the application.