Searched refs:mul20 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/ec/
H A Dec_c25519_m15.c161 * mul20() multiplies two 260-bit integers together. Each word must fit
173 mul20(uint32_t *d, const uint32_t *a, const uint32_t *b) function
401 mul20(d, a, a);
407 mul20(uint32_t *d, const uint32_t *a, const uint32_t *b) function
1078 mul20(t, a, b);
H A Dec_p256_m15.c116 * mul20() multiplies two 260-bit integers together. Each word must fit
128 mul20(uint32_t *d, const uint32_t *a, const uint32_t *b) function
356 mul20(d, a, a);
362 mul20(uint32_t *d, const uint32_t *a, const uint32_t *b) function
1071 mul20(t, a, b);

Completed in 72 milliseconds