Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/int/
H A Di31_montmul.c73 f = MUL31_lo((d[1] + MUL31_lo(x[u + 1], y[1])), m0i); in br_i31_montymul()
H A Di31_fmont.c38 f = MUL31_lo(x[1], m0i); in br_i31_from_monty()
/freebsd/contrib/bearssl/src/
H A Dinner.h973 MUL31_lo(uint32_t x, uint32_t y) in MUL31_lo() function
994 #define MUL31_lo(x, y) (((uint32_t)(x) * (uint32_t)(y)) & (uint32_t)0x7FFFFFFF) macro