aws_lc_sys

Function RSA_meth_set_pub_enc

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