aws_lc_sys

Function RSA_meth_set_pub_dec

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