Function bssl_sys::BN_mod_sub

source ·
pub unsafe extern "C" fn BN_mod_sub(
    r: *mut BIGNUM,
    a: *const BIGNUM,
    b: *const BIGNUM,
    m: *const BIGNUM,
    ctx: *mut BN_CTX
) -> c_int