Searched refs:_nn_modinv_odd (Results 1 – 1 of 1) sorted by relevance
49 ATTRIBUTE_WARN_UNUSED_RET static int _nn_modinv_odd(nn_t out, nn_src_t x, nn_src_t m) in _nn_modinv_odd() function245 ret = _nn_modinv_odd(&out, x_mod_m, m); EG(ret, err); in nn_modinv()247 ret = _nn_modinv_odd(&out, x, m); EG(ret, err); in nn_modinv()