Type Definition s2n_tls_sys::s2n_rand_mix_callback

source ·
pub type s2n_rand_mix_callback = Option<unsafe extern "C" fn(data: *mut c_void, size: u32) -> c_int>;
Expand description

A callback function that will be used to mix in entropy every time the RNG is invoked.