Lines Matching refs:ctx
8 pub fn BN_CTX_free(ctx: *mut BN_CTX);
30 pub fn BN_mul(r: *mut BIGNUM, a: *const BIGNUM, b: *const BIGNUM, ctx: *mut BN_CTX) -> c_int;
31 pub fn BN_sqr(r: *mut BIGNUM, a: *const BIGNUM, ctx: *mut BN_CTX) -> c_int;
43 ctx: *mut BN_CTX,
49 ctx: *mut BN_CTX,
56 ctx: *mut BN_CTX,
63 ctx: *mut BN_CTX,
70 ctx: *mut BN_CTX,
76 ctx: *mut BN_CTX,
83 ctx: *mut BN_CTX,
98 pub fn BN_exp(r: *mut BIGNUM, a: *const BIGNUM, p: *const BIGNUM, ctx: *mut BN_CTX) -> c_int;
105 ctx: *mut BN_CTX,
115 pub fn BN_gcd(r: *mut BIGNUM, a: *const BIGNUM, b: *const BIGNUM, ctx: *mut BN_CTX) -> c_int;
120 ctx: *mut BN_CTX,
140 ctx: *mut BN_CTX,
147 ctx: *mut BN_CTX,