Searched refs:_nn_cnd_sub_shift (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/libecc/src/nn/ |
| H A D | nn_div.c | 75 ATTRIBUTE_WARN_UNUSED_RET static int _nn_cnd_sub_shift(int cnd, nn_t out, nn_src_t in, in _nn_cnd_sub_shift() function 257 ret = _nn_cnd_sub_shift(_small, r, b, shift, &borrow); EG(ret, err); in _nn_divrem_normalized() 452 ret = _nn_cnd_sub_shift(larger, &a_shift, b_norm, (u8)(new_wlen - b_wlen), &borrow); EG(ret, err); in _nn_divrem_unshifted()
|