Function BN_sqr

Source
pub unsafe extern "C" fn BN_sqr(
    r: *mut bignum_st,
    a: *const bignum_st,
    ctx: *mut bignum_ctx,
) -> i32