Home
last modified time | relevance | path

Searched refs:_nn_sub_mod_2exp (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/libecc/src/nn/
H A Dnn_modinv.c285 ATTRIBUTE_WARN_UNUSED_RET static inline int _nn_sub_mod_2exp(nn_t A, nn_src_t B) in _nn_sub_mod_2exp() function
375 ret = _nn_sub_mod_2exp(&out, &tmp_mul); EG(ret, err); in nn_modinv_2exp()
386 ret = _nn_sub_mod_2exp(&out, &tmp_mul); EG(ret, err); in nn_modinv_2exp()
397 ret = _nn_sub_mod_2exp(&out, &tmp_mul); EG(ret, err); in nn_modinv_2exp()