openssl_sys

Function BN_mod_exp

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