Searched refs:check_tommath_result (Results 1 – 1 of 1) sorted by relevance
29 inline void check_tommath_result(ErrType v) in check_tommath_result() function52 detail::check_tommath_result(mp_init(&m_data)); in tommath_int()56 detail::check_tommath_result(mp_init_copy(&m_data, const_cast< ::mp_int*>(&o.m_data))); in tommath_int()73 detail::check_tommath_result(mp_init(&m_data)); in operator =()75 detail::check_tommath_result(mp_copy(const_cast< ::mp_int*>(&o.m_data), &m_data)); in operator =()83 detail::check_tommath_result(mp_init(&m_data)); in operator =()87 detail::check_tommath_result(mp_init(&t)); in operator =()91 detail::check_tommath_result(mp_set_int(&t, static_cast<unsigned>(i & mask))); in operator =()93 detail::check_tommath_result(mp_mul_2d(&t, shift, &t)); in operator =()94 detail::check_tommath_result((mp_add(&m_data, &t, &m_data))); in operator =()[all …]