aws_lc_sys

Function RSA_set0_crt_params

Source
pub unsafe extern "C" fn RSA_set0_crt_params(
    rsa: *mut RSA,
    dmp1: *mut BIGNUM,
    dmq1: *mut BIGNUM,
    iqmp: *mut BIGNUM,
) -> c_int