pub unsafe extern "C" fn nrf_cc3xx_platform_get_nonce_seed(
    buffer: *mut u8
) -> c_int
Expand description

Function to get the nonce seed used for encrypted ITS usage

  • buffer - Buffer to fill the nonce seed generated during boot.

Returns Zero on success, otherwise a non-zero error code.