[][src]Function nginx::RSA_X931_derive_ex

pub unsafe extern "C" fn RSA_X931_derive_ex(
    rsa: *mut RSA,
    p1: *mut BIGNUM,
    p2: *mut BIGNUM,
    q1: *mut BIGNUM,
    q2: *mut BIGNUM,
    Xp1: *const BIGNUM,
    Xp2: *const BIGNUM,
    Xp: *const BIGNUM,
    Xq1: *const BIGNUM,
    Xq2: *const BIGNUM,
    Xq: *const BIGNUM,
    e: *const BIGNUM,
    cb: *mut BN_GENCB
) -> c_int