aws_lc_sys

Function RSA_set0_key

Source
pub unsafe extern "C" fn RSA_set0_key(
    rsa: *mut RSA,
    n: *mut BIGNUM,
    e: *mut BIGNUM,
    d: *mut BIGNUM,
) -> c_int