Function openssl_sys::BN_mod_exp [] [src]

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