Function PKCS1_MGF1

Source
pub unsafe extern "C" fn PKCS1_MGF1(
    mask: *mut u8,
    len: i64,
    seed: *const u8,
    seedlen: i64,
    dgst: *const evp_md_st,
) -> i32