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

Function to get the boot seed used by TF-M attestation

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

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