Searched refs:nn_mod_unshifted (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/libecc/src/nn/ |
H A D | nn_div.h | 31 ATTRIBUTE_WARN_UNUSED_RET int nn_mod_unshifted(nn_t r, nn_src_t a, nn_src_t b, word_t v, bitcnt_t c…
|
H A D | nn_div.c | 543 int nn_mod_unshifted(nn_t r, nn_src_t a, nn_src_t b, word_t v, bitcnt_t cnt) in nn_mod_unshifted() function
|
/freebsd/crypto/libecc/include/libecc/nn/ |
H A D | nn_div.h | 31 ATTRIBUTE_WARN_UNUSED_RET int nn_mod_unshifted(nn_t r, nn_src_t a, nn_src_t b, word_t v, bitcnt_t c…
|
/freebsd/crypto/libecc/src/fp/ |
H A D | fp_mul.c | 42 ret = nn_mod_unshifted(&(out->fp_val), &(out->fp_val), &(in1->ctx->p_normalized), in fp_mul()
|