aws_lc_sys

Function RSA_meth_set_priv_dec

Source
pub unsafe extern "C" fn RSA_meth_set_priv_dec(
    meth: *mut RSA_METHOD,
    priv_dec: Option<unsafe extern "C" fn(max_out: c_int, from: *const u8, to: *mut u8, rsa: *mut RSA, padding: c_int) -> c_int>,
) -> c_int