Function tomcrypt_sys::rsa_make_key [] [src]

pub unsafe extern "C" fn rsa_make_key(
    prng: *mut prng_state,
    wprng: c_int,
    size: c_int,
    e: c_long,
    key: *mut rsa_key
) -> c_int