Function esp_idf_sys::mbedtls_entropy_update_manual

source ยท
pub unsafe extern "C" fn mbedtls_entropy_update_manual(
    ctx: *mut mbedtls_entropy_context,
    data: *const c_uchar,
    len: usize,
) -> c_int
Expand description

\brief Add data to the accumulator manually (Thread-safe if MBEDTLS_THREADING_C is enabled)

\param ctx Entropy context \param data Data to add \param len Length of data

\return 0 if successful