aws_lc_sys

Function RSA_meth_set_priv_enc

Source
pub unsafe extern "C" fn RSA_meth_set_priv_enc(
    meth: *mut RSA_METHOD,
    priv_enc: 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