Searched refs:nn_mul_low (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/libecc/src/nn/ |
H A D | nn_mul.c | 124 int nn_mul_low(nn_t out, nn_src_t in1, nn_src_t in2, u8 wlimit) in nn_mul_low() function 154 ret = nn_mul_low(out, in1, in2, (u8)(in1->wlen + in2->wlen)); in nn_mul() 162 return nn_mul_low(out, in, in, wlimit); in nn_sqr_low()
|
H A D | nn_mul.h | 21 ATTRIBUTE_WARN_UNUSED_RET int nn_mul_low(nn_t out, nn_src_t in1, nn_src_t in2, u8 wlimit);
|
H A D | nn_modinv.c | 357 ret = nn_mul_low(&tmp_mul, &tmp_sqr, x, out.wlen); EG(ret, err); in nn_modinv_2exp() 384 ret = nn_mul_low(&tmp_mul, &tmp_sqr, x, out.wlen); EG(ret, err); in nn_modinv_2exp() 395 ret = nn_mul_low(&tmp_mul, &tmp_sqr, x, out.wlen); EG(ret, err); in nn_modinv_2exp()
|
/freebsd/crypto/libecc/include/libecc/nn/ |
H A D | nn_mul.h | 21 ATTRIBUTE_WARN_UNUSED_RET int nn_mul_low(nn_t out, nn_src_t in1, nn_src_t in2, u8 wlimit);
|