Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/int/
H A Di15_decred.c85 br_i15_muladd_small(x, acc >> (acc_len - 15), m); in br_i15_decode_reduce()
98 br_i15_muladd_small(x, acc, m); in br_i15_decode_reduce()
H A Di15_tmont.c34 br_i15_muladd_small(x, 0, m); in br_i15_to_monty()
H A Di15_reduce.c64 br_i15_muladd_small(x, a[u], m); in br_i15_reduce()
H A Di15_modpow2.c91 br_i15_muladd_small(x, 0, m); in br_i15_modpow_opt()
H A Di15_muladd.c55 br_i15_muladd_small(uint16_t *x, uint16_t z, const uint16_t *m) in br_i15_muladd_small() function
/freebsd/contrib/bearssl/src/
H A Dinner.h1551 void br_i15_muladd_small(uint16_t *x, uint16_t z, const uint16_t *m);