[][src]Function nginx::BN_mod_exp_simple

pub unsafe extern "C" fn BN_mod_exp_simple(
    r: *mut BIGNUM,
    a: *const BIGNUM,
    p: *const BIGNUM,
    m: *const BIGNUM,
    ctx: *mut BN_CTX
) -> c_int