Function BN_mod_exp_mont_word

Source
pub unsafe extern "C" fn BN_mod_exp_mont_word(
    r: *mut bignum_st,
    a: u64,
    p: *const bignum_st,
    m: *const bignum_st,
    ctx: *mut bignum_ctx,
    m_ctx: *mut bn_mont_ctx_st,
) -> i32