[][src]Function nginx::PKCS1_MGF1

pub unsafe extern "C" fn PKCS1_MGF1(
    mask: *mut c_uchar,
    len: c_long,
    seed: *const c_uchar,
    seedlen: c_long,
    dgst: *const EVP_MD
) -> c_int